Changeset 1422 for trunk/LMDZ.COMMON/libf/dyn3d/gcm.F
- Timestamp:
- Apr 30, 2015, 12:33:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d/gcm.F
r1395 r1422 26 26 & less1day,fractday,ndynstep,nsplit_phys 27 27 use cpdet_mod, only: ini_cpdet 28 USE temps_mod, ONLY: calend,start_time,annee_ref,day_ref, 29 . itau_dyn,itau_phy,day_ini,jD_ref,jH_ref,day_end 28 30 29 31 #ifdef INCA … … 44 46 USE mod_phys_lmdz_para, ONLY : klon_mpi_para_nb 45 47 #endif 48 USE comconst_mod, ONLY: daysec,dtvr,dtphys,rad,g,r,cpp 49 USE logic_mod, ONLY: read_start,iflag_phys,ok_guide,ecripar 50 46 51 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 47 52 … … 80 85 #include "dimensions.h" 81 86 #include "paramet.h" 82 #include "comconst.h"83 87 #include "comdissnew.h" 84 #include "comvert.h"85 88 #include "comgeom.h" 86 #include "logic.h"87 #include "temps.h"88 89 !!!!!!!!!!!#include "control.h" 89 #include "ener.h"90 #include "description.h"91 #include "serre.h"92 90 !#include "com_io_dyn.h" 93 91 #include "iniprint.h" … … 166 164 abort_message = 'last timestep reached' 167 165 modname = 'gcm' 168 descript = 'Run GCM LMDZ'169 166 lafin = .FALSE. 170 167 dynhist_file = 'dyn_hist.nc'
Note: See TracChangeset
for help on using the changeset viewer.