Changeset 1422 for trunk/LMDZ.COMMON/libf/dyn3d_common/dynetat0.F
- Timestamp:
- Apr 30, 2015, 12:33:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d_common/dynetat0.F
r1300 r1422 11 11 12 12 use control_mod, only : planet_type, timestart 13 USE comvert_mod, ONLY: pa,preff 14 USE comconst_mod, ONLY: im,jm,lllm,daysec,dtvr, 15 . rad,omeg,g,cpp,kappa,pi 16 USE logic_mod, ONLY: fxyhypb,ysinus 17 USE serre_mod, ONLY: clon,clat,grossismx,grossismy 18 USE temps_mod, ONLY: annee_ref,day_ref,itau_dyn, 19 . start_time,day_ini,hour_ini 20 USE ener_mod, ONLY: etot0,ptot0,ztot0,stot0,ang0 13 21 14 22 IMPLICIT NONE … … 31 39 #include "dimensions.h" 32 40 #include "paramet.h" 33 #include "temps.h"34 #include "comconst.h"35 #include "comvert.h"36 41 #include "comgeom2.h" 37 #include "ener.h"38 42 #include "netcdf.inc" 39 #include "description.h"40 #include "serre.h"41 #include "logic.h"42 43 #include "iniprint.h" 43 44
Note: See TracChangeset
for help on using the changeset viewer.