Changeset 4519 for LMDZ6/trunk/libf/dyn3dmem
- Timestamp:
- Apr 24, 2023, 6:11:11 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dyn3dmem/conf_gcm.F90
r4469 r4519 19 19 USE comconst_mod, ONLY: dissip_deltaz, dissip_factz, dissip_zref, & 20 20 iflag_top_bound, mode_top_bound, tau_top_bound, & 21 ngroup 21 ngroup, maxlatfilter 22 22 USE logic_mod, ONLY: fxyhypb, iflag_phys, ok_etat0, ok_gradsfile, & 23 23 ok_guide, ok_limit, ok_strato, purmats, read_start, & … … 340 340 CALL getin('dissip_deltaz',dissip_deltaz ) 341 341 CALL getin('dissip_zref',dissip_zref ) 342 343 344 !maxlatfilter 345 maxlatfilter = -1.0 346 CALL getin('maxlatfilter',maxlatfilter) 347 if (maxlatfilter > 90) & 348 call abort_gcm("conf_gcm", 'maxlatfilter should be <=90', 1) 349 342 350 343 351 ! ngroup
Note: See TracChangeset
for help on using the changeset viewer.