Changeset 6142 for LMDZ6/trunk/libf/phylmd/conf_phys_m.f90
- Timestamp:
- Mar 27, 2026, 4:57:35 PM (2 weeks ago)
- File:
-
- 1 edited
-
LMDZ6/trunk/libf/phylmd/conf_phys_m.f90 (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/conf_phys_m.f90
r6140 r6142 89 89 USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_STRATAER 90 90 USE comsoil_mod_h 91 USE nuage_params_mod_h92 91 USE ch4n2o_correction_mod, ONLY: ok_CH4_eff_ppb, ok_N2O_eff_ppb 93 92 … … 674 673 CALL getin_p('iflag_cldcon',iflag_cld_th) 675 674 CALL getin_p('iflag_cld_th',iflag_cld_th) 676 iflag_cld_cv = 0677 CALL getin_p('iflag_cld_cv',iflag_cld_cv)678 679 !680 !681 tau_cld_cv = 10.682 CALL getin_p('tau_cld_cv',tau_cld_cv)683 684 !685 !686 coefw_cld_cv = 0.1687 CALL getin_p('coefw_cld_cv',coefw_cld_cv)688 689 !690 675 ! 691 676 fact_cldcon = 0.375 … … 1098 1083 ! 1099 1084 ! 1100 tmax_fonte_cv = 275.151101 CALL getin_p('tmax_fonte_cv',tmax_fonte_cv)1102 1103 1085 ! 1104 1086 … … 1457 1439 WRITE(lunout,*) 'conf_phys : ok_mass_duvcon=',ok_mass_duvcon 1458 1440 WRITE(lunout,*) 'conf_phys : iflag_cld_th = ', iflag_cld_th 1459 WRITE(lunout,*) 'conf_phys : iflag_cld_cv = ', iflag_cld_cv1460 WRITE(lunout,*) 'conf_phys : tau_cld_cv = ', tau_cld_cv1461 WRITE(lunout,*) 'conf_phys : coefw_cld_cv = ', coefw_cld_cv1462 1441 WRITE(lunout,*) 'conf_phys : iflag_radia = ', iflag_radia 1463 1442 WRITE(lunout,*) 'conf_phys : iflag_rrtm = ', iflag_rrtm … … 1543 1522 WRITE(lunout,*) 'conf_phys : z0m_land = ',z0m_land 1544 1523 WRITE(lunout,*) 'conf_phys : z0h_land = ',z0h_land 1545 WRITE(lunout,*) 'conf_phys : tmax_fonte_cv = ', tmax_fonte_cv1546 1524 WRITE(lunout,*) 'conf_phys : iflag_wake = ', iflag_wake 1547 1525 WRITE(lunout,*) 'conf_phys : alp_offset = ', alp_offset
Note: See TracChangeset
for help on using the changeset viewer.
