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/GENERAL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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.