Changeset 4669 for LMDZ6/branches/LMDZ_cdrag_LSCE/libf/dyn3d
- Timestamp:
- Sep 4, 2023, 10:17:16 AM (17 months ago)
- Location:
- LMDZ6/branches/LMDZ_cdrag_LSCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/LMDZ_cdrag_LSCE
- Property svn:mergeinfo changed
-
LMDZ6/branches/LMDZ_cdrag_LSCE/libf/dyn3d/conf_gcm.F90
r4470 r4669 15 15 USE comconst_mod, ONLY: dissip_deltaz, dissip_factz, dissip_zref, & 16 16 iflag_top_bound, mode_top_bound, tau_top_bound, & 17 ngroup 17 ngroup, maxlatfilter 18 18 USE logic_mod, ONLY: fxyhypb, iflag_phys, ok_etat0, ok_gradsfile, & 19 19 ok_guide, ok_limit, ok_strato, purmats, read_start, & … … 310 310 CALL getin('dissip_deltaz',dissip_deltaz ) 311 311 CALL getin('dissip_zref',dissip_zref ) 312 313 ! maxlatfilter 314 maxlatfilter=-1.0 315 CALL getin('maxlatfilter',maxlatfilter) 316 if (maxlatfilter > 90) & 317 call abort_gcm("conf_gcm", 'maxlatfilter should be <=90', 1) 318 312 319 313 320 ! ngroup
Note: See TracChangeset
for help on using the changeset viewer.