Changeset 5202 for LMDZ6/branches/cirrus/libf/dyn3dmem/conf_gcm.F90
- Timestamp:
- Sep 20, 2024, 12:32:04 PM (7 weeks ago)
- Location:
- LMDZ6/branches/cirrus
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/cirrus
- Property svn:mergeinfo changed
-
LMDZ6/branches/cirrus/libf/dyn3dmem/conf_gcm.F90
r4608 r5202 22 22 USE logic_mod, ONLY: fxyhypb, iflag_phys, ok_etat0, ok_gradsfile, & 23 23 ok_guide, ok_limit, ok_strato, purmats, read_start, & 24 ysinus, read_orop 24 ysinus, read_orop, adv_qsat_liq 25 25 USE serre_mod, ONLY: clon,clat,grossismx,grossismy,dzoomx,dzoomy, & 26 26 alphax,alphay,taux,tauy … … 660 660 type_trac = 'lmdz' 661 661 CALL getin('type_trac',type_trac) 662 663 664 !Config Key = adv_qsat_liq 665 !Config Desc = option for qsat calculation in the dynamics 666 !Config Def = n 667 !Config Help = controls which phase is considered for qsat calculation 668 !Config 669 adv_qsat_liq = .FALSE. 670 CALL getin('adv_qsat_liq',adv_qsat_liq) 662 671 663 672 !Config Key = ok_dynzon … … 736 745 write(lunout,*)' ok_dyn_ave = ', ok_dyn_ave 737 746 write(lunout,*)' ok_dyn_xios = ', ok_dyn_xios 747 write(lunout,*)' adv_qsat_liq = ', adv_qsat_liq 738 748 else 739 749 !Config Key = clon
Note: See TracChangeset
for help on using the changeset viewer.