Changeset 1422 for trunk/LMDZ.COMMON/libf/dyn3d_common/dynredem.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/dynredem.F
r1300 r1422 10 10 use netcdf95, only: NF95_PUT_VAR 11 11 use control_mod, only : planet_type 12 USE comvert_mod, ONLY: ap,bp,aps,bps,presnivs,pseudoalt,pa,preff, 13 . nivsig,nivsigs 14 USE comconst_mod, ONLY: daysec,dtvr,rad,omeg,g,cpp,kappa,pi 15 USE logic_mod, ONLY: fxyhypb,ysinus 16 USE serre_mod, ONLY: clon,clat,grossismx,grossismy,dzoomx,dzoomy, 17 . taux,tauy 18 USE temps_mod, ONLY: annee_ref,day_ref,itau_dyn,itaufin, 19 . start_time,hour_ini 20 USE ener_mod, ONLY: etot0,ptot0,ztot0,stot0,ang0 12 21 13 22 IMPLICIT NONE … … 19 28 #include "dimensions.h" 20 29 #include "paramet.h" 21 #include "comconst.h"22 #include "comvert.h"23 30 #include "comgeom2.h" 24 #include "temps.h"25 #include "ener.h"26 #include "logic.h"27 31 #include "netcdf.inc" 28 #include "description.h"29 #include "serre.h"30 32 #include "iniprint.h" 31 33 … … 588 590 use netcdf, only: NF90_get_VAR 589 591 use netcdf95, only: NF95_PUT_VAR 592 USE temps_mod, ONLY: itaufin,itau_dyn 590 593 591 594 IMPLICIT NONE … … 595 598 #include "dimensions.h" 596 599 #include "paramet.h" 597 #include "description.h"598 600 #include "netcdf.inc" 599 #include "comvert.h"600 601 #include "comgeom.h" 601 #include "temps.h"602 602 #include "iniprint.h" 603 603
Note: See TracChangeset
for help on using the changeset viewer.