Ignore:
Timestamp:
12/19/17 15:26:51 (7 years ago)
Author:
dubos
Message:

devel/unstructured : bubble test case with Fortran time stepping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/Python/src/functions.h

    r639 r642  
    77void dynamico_init_params(void); 
    88 
    9 void dynamico_ARK_step(double *mass_col, double *rhodz, double *theta_rhodz,  
     9void dynamico_ARK_step(int nstep, 
     10                       double *mass_col, double *rhodz, double *theta_rhodz,  
    1011                       double *u, double *geopot, double *w, 
    1112                       double *theta, double *ps, double *pk, double *hflux, double *qv, 
Note: See TracChangeset for help on using the changeset viewer.