- Timestamp:
- Apr 14, 2025, 6:06:17 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified LMDZ6/trunk/libf/dyn3d/conf_gcm.f90 ¶
r5285 r5610 799 799 CALL getin('type_trac',type_trac) 800 800 801 !Config Key = adv_qsat_liq 802 !Config Desc = option for qsat calculation in the dynamics 803 !Config Def = n 804 !Config Help = controls which phase is considered for qsat calculation 805 !Config 806 adv_qsat_liq = .FALSE. 807 CALL getin('adv_qsat_liq',adv_qsat_liq) 808 801 809 !Config Key = ok_dynzon 802 810 !Config Desc = sortie des transports zonaux dans la dynamique … … 914 922 write(lunout,*)' ok_guide = ', ok_guide 915 923 write(lunout,*)' read_orop = ', read_orop 924 write(lunout,*)' adv_qsat_liq = ', adv_qsat_liq 925 916 926 ENDIF test_etatinit 917 927
Note: See TracChangeset
for help on using the changeset viewer.