Changeset 1422 for trunk/LMDZ.COMMON/libf/dyn3d/leapfrog.F
- Timestamp:
- Apr 30, 2015, 12:33:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d/leapfrog.F
r1414 r1422 25 25 use sponge_mod, only: callsponge,mode_sponge,sponge 26 26 use comuforc_h 27 USE comvert_mod, ONLY: ap,bp,pressure_exner,presnivs 28 USE comconst_mod, ONLY: daysec,dtvr,dtphys,dtdiss, 29 . cpp,ihf,iflag_top_bound,pi 30 USE logic_mod, ONLY: iflag_phys,ok_guide,forward,leapf,apphys, 31 . statcl,conser,apdiss,purmats,tidal,ok_strato 32 USE temps_mod, ONLY: jD_ref,jH_ref,itaufin,day_ini,day_ref, 33 . start_time,dt 27 34 28 35 IMPLICIT NONE … … 61 68 #include "dimensions.h" 62 69 #include "paramet.h" 63 #include "comconst.h"64 70 #include "comdissnew.h" 65 #include "comvert.h"66 71 #include "comgeom.h" 67 #include "logic.h"68 #include "temps.h"69 #include "ener.h"70 #include "description.h"71 #include "serre.h"72 72 !#include "com_io_dyn.h" 73 73 #include "iniprint.h"
Note: See TracChangeset
for help on using the changeset viewer.