Changeset 1572 for trunk/LMDZ.COMMON/libf/dyn3d/conf_gcm.F90
- Timestamp:
- Jul 11, 2016, 9:35:35 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d/conf_gcm.F90
r1441 r1572 16 16 USE comconst_mod, ONLY: dissip_factz,dissip_deltaz,dissip_zref, & 17 17 dissip_fac_mid,dissip_fac_up,dissip_hdelta,dissip_pupstart, & 18 mode_top_bound,tau_top_bound,iflag_top_bound 18 mode_top_bound,tau_top_bound,iflag_top_bound,ngroup 19 19 USE logic_mod, ONLY: tidal,purmats,ok_guide,read_start,iflag_phys, & 20 20 iflag_trac,ok_strato,ok_gradsfile,ok_limit,ok_etat0, & … … 402 402 tetasponge=50000.0 403 403 call getin("tetasponge",tetasponge) 404 405 ! ngroup: to group longitudinaly near the pole (groupe/groupeun routines) 406 ! (implies that iim has to be a multiple of 2**ngroup) 407 ngroup=3 408 CALL getin('ngroup',ngroup) 404 409 405 410 ! FOR TITAN: tidal forces
Note: See TracChangeset
for help on using the changeset viewer.