Changeset 4055 for LMDZ6/trunk/libf/dyn3d
- Timestamp:
- Jan 10, 2022, 1:59:19 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dyn3d/conf_gcm.F90
r3865 r4055 322 322 iflag_top_bound=1 323 323 CALL getin('iflag_top_bound',iflag_top_bound) 324 if (iflag_top_bound < 0 .or. iflag_top_bound > 2) & 325 call abort_gcm("conf_gcm", 'iflag_top_bound must be 0, 1 or 2', 1) 324 326 325 327 ! mode_top_bound : fields towards which sponge relaxation will be done:
Note: See TracChangeset
for help on using the changeset viewer.