Ignore:
Timestamp:
11/25/17 01:28:45 (7 years ago)
Author:
dubos
Message:

devel : get unstructured/slice test cases to work

Location:
codes/icosagcm/devel/Python/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/Python/src

    • Property svn:ignore set to
      build
      xios.c
      unstructured.c
  • codes/icosagcm/devel/Python/src/functions.h

    r615 r618  
    11/* KERNELS */ 
    2 void init_params(void); 
     2 
     3void dynamico_init_params(void); 
    34 
    45/* KERNELS -> XIOS */ 
    5 void setup_xios(void); 
    6 void call_xios_set_timestep(double); 
    7 void call_xios_update_calendar(int); 
     6void dynamico_setup_xios(void); 
     7void dynamico_xios_set_timestep(double); 
     8void dynamico_xios_update_calendar(int); 
    89 
    910/* CXIOS */ 
Note: See TracChangeset for help on using the changeset viewer.