Changeset 5717 for LMDZ6/branches/contrails/libf/dyn3dmem
- Timestamp:
- Jun 18, 2025, 5:12:20 PM (2 weeks ago)
- Location:
- LMDZ6/branches/contrails
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/contrails
- Property svn:mergeinfo changed
/LMDZ6/trunk merged: 5603,5605,5607,5610-5612,5614,5617,5620,5622,5627-5630,5633,5635-5636,5638,5640,5645-5653
- Property svn:mergeinfo changed
-
LMDZ6/branches/contrails/libf/dyn3dmem/conf_gcm.F90
r5285 r5717 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.