Changeset 1795 for LMDZ5/branches/testing/libf/dyn3dmem/conf_gcm.F
- Timestamp:
- Jul 18, 2013, 10:20:28 AM (12 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 1747-1749,1751,1753-1767,1769,1771-1772,1774-1776,1778-1794
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/dyn3dmem/conf_gcm.F
r1750 r1795 335 335 CALL getin('dissip_zref',dissip_zref ) 336 336 337 ! top_bound sponge: only active if ok_strato=.true. and iflag_top_bound!=0 338 ! iflag_top_bound=0 for no sponge 339 ! iflag_top_bound=1 for sponge over 4 topmost layers 340 ! iflag_top_bound=2 for sponge from top to ~1% of top layer pressure 337 341 iflag_top_bound=1 342 CALL getin('iflag_top_bound',iflag_top_bound) 343 344 ! mode_top_bound : fields towards which sponge relaxation will be done: 345 ! mode_top_bound=0: no relaxation 346 ! mode_top_bound=1: u and v relax towards 0 347 ! mode_top_bound=2: u and v relax towards their zonal mean 348 ! mode_top_bound=3: u,v and pot. temp. relax towards their zonal mean 349 mode_top_bound=3 350 CALL getin('mode_top_bound',mode_top_bound) 351 352 ! top_bound sponge : inverse of charactericstic relaxation time scale for sponge 338 353 tau_top_bound=1.e-5 339 CALL getin('iflag_top_bound',iflag_top_bound)340 354 CALL getin('tau_top_bound',tau_top_bound) 341 355
Note: See TracChangeset
for help on using the changeset viewer.