- Timestamp:
- Apr 14, 2025, 6:08:21 PM (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dyn3dmem/conf_gcm.F90
r5285 r5611 870 870 CALL getin('type_trac',type_trac) 871 871 872 !Config Key = adv_qsat_liq 873 !Config Desc = option for qsat calculation in the dynamics 874 !Config Def = n 875 !Config Help = controls which phase is considered for qsat calculation 876 !Config 877 adv_qsat_liq = .FALSE. 878 CALL getin('adv_qsat_liq',adv_qsat_liq) 879 872 880 !Config Key = ok_dynzon 873 881 !Config Desc = sortie des transports zonaux dans la dynamique … … 1014 1022 write(lunout,*)' ok_dyn_ave = ', ok_dyn_ave 1015 1023 write(lunout,*)' ok_dyn_xios = ', ok_dyn_xios 1024 write(lunout,*)' adv_qsat_liq = ', adv_qsat_liq 1016 1025 write(lunout,*)' use_filtre_fft = ', use_filtre_fft 1017 1026 write(lunout,*)' use_mpi_alloc = ', use_mpi_alloc
Note: See TracChangeset
for help on using the changeset viewer.