- Timestamp:
- Apr 30, 2015, 12:33:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/dynlonlat_phylonlat/phymars/newstart.F
r1421 r1422 35 35 use comgeomfi_h, only: ini_fillgeom 36 36 use filtreg_mod, only: inifilr 37 USE comvert_mod, ONLY: ap,bp,pa,preff 38 USE comconst_mod, ONLY: lllm,daysec,dtphys,dtvr, 39 . cpp,kappa,rad,omeg,g,r,pi 40 USE serre_mod, ONLY: alphax 41 USE temps_mod, ONLY: day_ini,hour_ini 42 USE ener_mod, ONLY: etot0,ptot0,ztot0,stot0,ang0 37 43 38 44 implicit none … … 41 47 integer, parameter :: ngridmx = (2+(jjm-1)*iim - 1/jjm) 42 48 #include "paramet.h" 43 #include "comconst.h"44 #include "comvert.h"45 49 #include "comgeom2.h" 46 #include "logic.h"47 #include "description.h"48 #include "ener.h"49 #include "temps.h"50 50 #include "comdissnew.h" 51 51 #include "clesph0.h" 52 #include "serre.h"53 52 #include "netcdf.inc" 54 53 #include "datafile.h"
Note: See TracChangeset
for help on using the changeset viewer.