Changeset 2641 for LMDZ5/branches/testing/libf/dyn3dmem/conf_gcm.F90
- Timestamp:
- Sep 29, 2016, 11:26:46 PM (8 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2596-2640
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/dyn3dmem/conf_gcm.F90
r2471 r2641 17 17 USE infotrac, ONLY : type_trac 18 18 use assert_m, only: assert 19 USE comconst_mod, ONLY: dissip_deltaz, dissip_factz, dissip_zref, & 20 iflag_top_bound, mode_top_bound, tau_top_bound, & 21 ngroup 22 USE logic_mod, ONLY: fxyhypb, iflag_phys, ok_etat0, ok_gradsfile, & 23 ok_guide, ok_limit, ok_strato, purmats, read_start, & 24 ysinus 25 USE serre_mod, ONLY: clon,clat,grossismx,grossismy,dzoomx,dzoomy, & 26 alphax,alphay,taux,tauy 27 USE temps_mod, ONLY: calend 19 28 20 29 IMPLICIT NONE … … 35 44 include "dimensions.h" 36 45 include "paramet.h" 37 include "logic.h"38 include "serre.h"39 46 include "comdissnew.h" 40 include "temps.h"41 include "comconst.h"42 47 include "iniprint.h" 43 48
Note: See TracChangeset
for help on using the changeset viewer.