Changeset 3948 for LMDZ6/trunk/libf
- Timestamp:
- Jun 23, 2021, 11:22:38 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/conf_phys_m.F90
r3932 r3948 391 391 !Config Desc = activation of ice/snow detection 392 392 !Config Def = .TRUE. 393 ok_zsn_ii = .TRUE.393 ok_zsn_ii_omp = .TRUE. 394 394 CALL getin('ok_zsn_ii', ok_zsn_ii_omp) 395 395 … … 399 399 !Config Desc = snow discretization following XF 400 400 !Config Def = .TRUE. 401 discret_xf = .TRUE.401 discret_xf_omp = .TRUE. 402 402 CALL getin('discret_xf', discret_xf_omp) 403 403
Note: See TracChangeset
for help on using the changeset viewer.