Changeset 5791 for LMDZ6/branches/contrails/libf/phylmd/clesphys_mod_h.f90
- Timestamp:
- Jul 28, 2025, 7:23:15 PM (6 days ago)
- Location:
- LMDZ6/branches/contrails
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/contrails
- Property svn:mergeinfo changed
/LMDZ6/trunk merged: 5654-5683,5685-5690,5692-5715,5718-5721,5726-5727,5729,5744-5761,5763-5778,5780,5785-5789
- Property svn:mergeinfo changed
-
LMDZ6/branches/contrails/libf/phylmd/clesphys_mod_h.f90
r5717 r5791 34 34 , ok_suntime_rrtm & 35 35 , overlap & 36 , ok_kzmin 36 , ok_kzmin, ok_advtke & 37 37 , lev_histhf, lev_histday, lev_histmth & 38 , lev_histins, lev_histLES, lev_histdayNMC, levout_histNMC & 39 , ok_histNMC & 38 , lev_histins, lev_histLES & 40 39 , type_run, ok_regdyn, ok_cosp, ok_airs & 41 40 , ok_mensuelCOSP, ok_journeCOSP, ok_hfCOSP & … … 117 116 !IM lev_histday : niveau sorties journalieres 118 117 !IM lev_histmth : niveau sorties mensuelles 119 !IM lev_histdayNMC : on peut sortir soit sur 8 (comme AR5) ou bien120 ! sur 17 niveaux de pression121 118 INTEGER lev_histhf, lev_histday, lev_histmth 122 INTEGER lev_histdayNMC123 119 Integer lev_histins, lev_histLES 124 !IM ok_histNMC : sortie fichiers niveaux de pression (histmthNMC, histdayNMC, histhfNMC)125 120 !IM freq_outNMC : frequences de sortie fichiers niveaux de pression (histmthNMC, histdayNMC, histhfNMC) 126 121 !IM freq_calNMC : frequences de calcul fis. hist*NMC.nc 127 LOGICAL ok_histNMC(3) 128 INTEGER levout_histNMC(3) 129 REAL freq_outNMC(3), freq_calNMC(3) 122 REAL freq_outNMC(10), freq_calNMC(10) 130 123 CHARACTER(len = 4) type_run 131 124 ! aer_type: pour utiliser un fichier constant dans readaerosol … … 152 145 LOGICAL :: ok_new_lscp 153 146 LOGICAL :: ok_bs, ok_rad_bs 147 LOGICAL :: ok_advtke 154 148 ! flag to bypass or not the phytrac module 155 149 INTEGER :: iflag_phytrac … … 196 190 !$OMP , ok_suntime_rrtm & 197 191 !$OMP , overlap & 198 !$OMP , ok_kzmin 192 !$OMP , ok_kzmin, ok_advtke & 199 193 !$OMP , lev_histhf, lev_histday, lev_histmth & 200 !$OMP , lev_histins, lev_histLES, lev_histdayNMC, levout_histNMC & 201 !$OMP , ok_histNMC & 194 !$OMP , lev_histins, lev_histLES & 202 195 !$OMP , type_run, ok_regdyn, ok_cosp, ok_airs & 203 196 !$OMP , ok_mensuelCOSP, ok_journeCOSP, ok_hfCOSP &
Note: See TracChangeset
for help on using the changeset viewer.