Ignore:
Timestamp:
03/30/15 10:15:51 (9 years ago)
Author:
acosce
Message:

Add new parameter in inca.def to choose method for using gcm's 10m winds

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  
    66# Set climatological to choose if the simulation will use online 10m wind (=y) or offline (=n) 
    77climatological=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 
     11wind_method=weibull10 
    812# Set climatological to choose the write_frequency for inca output (inca_avgr, forcage, inca_inst) 
    913# 86400 = daily output 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/DUST/COMP/inca.card

    r2439 r2454  
    66# Set climatological to choose if the simulation will use online 10m wind (=y) or offline (=n) 
    77climatological=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 
     11wind_method=weibull10 
    812# Set climatological to choose the write_frequency for inca output (inca_avgr, forcage, inca_inst) 
    913# 86400 = daily output 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/GES/COMP/inca.card

    r2438 r2454  
    66# Set climatological to choose if the simulation will use online 10m wind (=y) or offline (=n) 
    77climatological=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 
     11wind_method=weibull10 
    812# Set climatological to choose the write_frequency for inca output (inca_avgr, forcage, inca_inst) 
    913# 86400 = daily output 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/NMHC_AER/COMP/inca.card

    r2438 r2454  
    66# Set climatological to choose if the simulation will use online 10m wind (=y) or offline (=n) 
    77climatological=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 
     11wind_method=weibull10 
    812# Set climatological to choose the write_frequency for inca output (inca_avgr, forcage, inca_inst) 
    913# 86400 = daily output 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6/GENERAL/DRIVER/inca.driver

    r2442 r2454  
    9696 
    9797 
     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 
    98104    if [ X${inca_UserChoices_XIOS}  = Xy ] ; then 
    99105    # Add include of INCA context in iodef.xml 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6/GENERAL/PARAM/inca.def

    r2399 r2454  
    44#climatological=y --> use 10m wind from LMDZ, =n --> use 10m wind from output file 
    55climatological=_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 
     8wind_method=_AUTO_ 
    69#freq_write_chem --> write frequency for inca_inst and inca_avgr (86400 = 1/day) 
    710freq_write_chem=_AUTO_ 
Note: See TracChangeset for help on using the changeset viewer.