Changeset 2454 for CONFIG/UNIFORM/v6
- Timestamp:
- 03/30/15 10:15:51 (10 years ago)
- Location:
- CONFIG/UNIFORM/v6/LMDZORINCA_v6
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/AER/COMP/inca.card
r2438 r2454 6 6 # Set climatological to choose if the simulation will use online 10m wind (=y) or offline (=n) 7 7 climatological=n 8 # Set Wind_method to choose which way we will use to work with 10m wind from gcm (so if climatological=y) 9 #wind_method=weibull10 --> use weibull method for 10m wind from gcm, 10 #wind_method=threshold --> use threshold method for 10m wind from gcm 11 wind_method=weibull10 8 12 # Set climatological to choose the write_frequency for inca output (inca_avgr, forcage, inca_inst) 9 13 # 86400 = daily output -
CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/DUST/COMP/inca.card
r2439 r2454 6 6 # Set climatological to choose if the simulation will use online 10m wind (=y) or offline (=n) 7 7 climatological=n 8 # Set Wind_method to choose which way we will use to work with 10m wind from gcm (so if climatological=y) 9 #wind_method=weibull10 --> use weibull method for 10m wind from gcm, 10 #wind_method=threshold --> use threshold method for 10m wind from gcm 11 wind_method=weibull10 8 12 # Set climatological to choose the write_frequency for inca output (inca_avgr, forcage, inca_inst) 9 13 # 86400 = daily output -
CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/GES/COMP/inca.card
r2438 r2454 6 6 # Set climatological to choose if the simulation will use online 10m wind (=y) or offline (=n) 7 7 climatological=n 8 # Set Wind_method to choose which way we will use to work with 10m wind from gcm (so if climatological=y) 9 #wind_method=weibull10 --> use weibull method for 10m wind from gcm, 10 #wind_method=threshold --> use threshold method for 10m wind from gcm 11 wind_method=weibull10 8 12 # Set climatological to choose the write_frequency for inca output (inca_avgr, forcage, inca_inst) 9 13 # 86400 = daily output -
CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/NMHC_AER/COMP/inca.card
r2438 r2454 6 6 # Set climatological to choose if the simulation will use online 10m wind (=y) or offline (=n) 7 7 climatological=n 8 # Set Wind_method to choose which way we will use to work with 10m wind from gcm (so if climatological=y) 9 #wind_method=weibull10 --> use weibull method for 10m wind from gcm, 10 #wind_method=threshold --> use threshold method for 10m wind from gcm 11 wind_method=weibull10 8 12 # Set climatological to choose the write_frequency for inca output (inca_avgr, forcage, inca_inst) 9 13 # 86400 = daily output -
CONFIG/UNIFORM/v6/LMDZORINCA_v6/GENERAL/DRIVER/inca.driver
r2442 r2454 96 96 97 97 98 if [ X${inca_UserChoices_wind_method} = X ] ; then 99 IGCM_comp_modifyDefFile nonblocker inca.def wind_method threshold 100 else 101 IGCM_comp_modifyDefFile nonblocker inca.def wind_method ${inca_UserChoices_wind_method} 102 fi 103 98 104 if [ X${inca_UserChoices_XIOS} = Xy ] ; then 99 105 # Add include of INCA context in iodef.xml -
CONFIG/UNIFORM/v6/LMDZORINCA_v6/GENERAL/PARAM/inca.def
r2399 r2454 4 4 #climatological=y --> use 10m wind from LMDZ, =n --> use 10m wind from output file 5 5 climatological=_AUTO_ 6 #wind_method=weibull10 --> use weibull method for 10m wind from gcm, 7 #wind_method=threshold --> use threshold method for 10m wind from gcm 8 wind_method=_AUTO_ 6 9 #freq_write_chem --> write frequency for inca_inst and inca_avgr (86400 = 1/day) 7 10 freq_write_chem=_AUTO_
Note: See TracChangeset
for help on using the changeset viewer.