Changeset 1163 for CONFIG/IPSLCM
- Timestamp:
- 10/13/10 17:08:16 (14 years ago)
- Location:
- CONFIG/IPSLCM/IPSLCM5A
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/IPSLCM/IPSLCM5A/EXP00/COMP/lmdz.driver
r1012 r1163 114 114 fi 115 115 116 ## To have more variables in output files for aerosols. Parameters are set in lmdz.card117 if [ ${CumulPeriod}%${LMDZ_Freq_aero} -le ${LMDZ_Length_aero} ]; then118 if [ ${CumulPeriod}%${LMDZ_Freq_aero} -ne 0 ]; then119 lev_histmth=4120 else121 lev_histmth=2122 fi123 else124 lev_histmth=2125 fi126 127 116 ## algo : For CumulPeriod=1 ; 128 117 ## IF NbPeriod_Adjust = 0, Get Bands file directly from server, store it with _0 suffix … … 151 140 LMDZ_sed physiq.def OK_journe ${OK_journe} 152 141 LMDZ_sed physiq.def OK_mensuel ${OK_mensuel} 153 LMDZ_sed physiq.def lev_histmth ${lev_histmth}154 142 LMDZ_sed physiq.def ok_hf ${ok_hf} 155 143 LMDZ_sed physiq.def ecrit_mth ${LMDZ_ecrit_mth} -
CONFIG/IPSLCM/IPSLCM5A/EXP00/PARAM/physiq.def_L19
r907 r1163 62 62 # - lev_histmth=3 => albedo, rugosite sous-surfaces 63 63 # - lev_histmth=4 => champs tendances 3d 64 lev_histmth= 264 lev_histmth=5 65 65 ### ecrit_hf = frequence ecriture fichier histhf.nc en jours 66 66 ecrit_hf=0.250 -
CONFIG/IPSLCM/IPSLCM5A/EXP00/PARAM/physiq.def_L39
r1040 r1163 62 62 # - lev_histmth=3 => albedo, rugosite sous-surfaces 63 63 # - lev_histmth=4 => champs tendances 3d 64 lev_histmth= 264 lev_histmth=5 65 65 ### parametres pour hist*NMC.nc 66 66 #lev_histdayNMC: nombre de niveaux sur la verticale dans le fichier -
CONFIG/IPSLCM/IPSLCM5A/NOPISCES/COMP/lmdz.driver
r1012 r1163 114 114 fi 115 115 116 ## To have more variables in output files for aerosols. Parameters are set in lmdz.card117 if [ ${CumulPeriod}%${LMDZ_Freq_aero} -le ${LMDZ_Length_aero} ]; then118 if [ ${CumulPeriod}%${LMDZ_Freq_aero} -ne 0 ]; then119 lev_histmth=4120 else121 lev_histmth=2122 fi123 else124 lev_histmth=2125 fi126 127 116 ## algo : For CumulPeriod=1 ; 128 117 ## IF NbPeriod_Adjust = 0, Get Bands file directly from server, store it with _0 suffix … … 151 140 LMDZ_sed physiq.def OK_journe ${OK_journe} 152 141 LMDZ_sed physiq.def OK_mensuel ${OK_mensuel} 153 LMDZ_sed physiq.def lev_histmth ${lev_histmth}154 142 LMDZ_sed physiq.def ok_hf ${ok_hf} 155 143 LMDZ_sed physiq.def ecrit_mth ${LMDZ_ecrit_mth} -
CONFIG/IPSLCM/IPSLCM5A/NOPISCES/PARAM/physiq.def_L19
r907 r1163 62 62 # - lev_histmth=3 => albedo, rugosite sous-surfaces 63 63 # - lev_histmth=4 => champs tendances 3d 64 lev_histmth= 264 lev_histmth=5 65 65 ### ecrit_hf = frequence ecriture fichier histhf.nc en jours 66 66 ecrit_hf=0.250 -
CONFIG/IPSLCM/IPSLCM5A/NOPISCES/PARAM/physiq.def_L39
r1040 r1163 62 62 # - lev_histmth=3 => albedo, rugosite sous-surfaces 63 63 # - lev_histmth=4 => champs tendances 3d 64 lev_histmth= 264 lev_histmth=5 65 65 ### parametres pour hist*NMC.nc 66 66 #lev_histdayNMC: nombre de niveaux sur la verticale dans le fichier -
CONFIG/IPSLCM/IPSLCM5A/piControl/COMP/lmdz.driver
r1012 r1163 113 113 fi 114 114 115 ## To have more variables in output files for aerosols. Parameters are set in lmdz.card116 if [ ${CumulPeriod}%${LMDZ_Freq_aero} -le ${LMDZ_Length_aero} ]; then117 if [ ${CumulPeriod}%${LMDZ_Freq_aero} -ne 0 ]; then118 lev_histmth=4119 else120 lev_histmth=2121 fi122 else123 lev_histmth=2124 fi125 126 115 ## algo : For CumulPeriod=1 ; 127 116 ## IF NbPeriod_Adjust = 0, Get Bands file directly from server, store it with _0 suffix … … 150 139 LMDZ_sed physiq.def OK_journe ${OK_journe} 151 140 LMDZ_sed physiq.def OK_mensuel ${OK_mensuel} 152 LMDZ_sed physiq.def lev_histmth ${lev_histmth}153 141 LMDZ_sed physiq.def ok_hf ${ok_hf} 154 142 LMDZ_sed physiq.def ecrit_mth ${LMDZ_ecrit_mth} -
CONFIG/IPSLCM/IPSLCM5A/piControl/PARAM/physiq.def_L19
r907 r1163 62 62 # - lev_histmth=3 => albedo, rugosite sous-surfaces 63 63 # - lev_histmth=4 => champs tendances 3d 64 lev_histmth= 264 lev_histmth=5 65 65 ### ecrit_hf = frequence ecriture fichier histhf.nc en jours 66 66 ecrit_hf=0.250 -
CONFIG/IPSLCM/IPSLCM5A/piControl/PARAM/physiq.def_L39
r1097 r1163 69 69 # - lev_histmth=3 => albedo, rugosite sous-surfaces 70 70 # - lev_histmth=4 => champs tendances 3d 71 lev_histmth= 271 lev_histmth=5 72 72 ### Aga sortie avec niveau 2 73 73 flag_Aga = 2, 10, 10, 10, 10
Note: See TracChangeset
for help on using the changeset viewer.