Ignore:
Timestamp:
06/03/15 11:05:59 (9 years ago)
Author:
acosce
Message:

Change some parameter names in inca configurations

Location:
CONFIG/UNIFORM/v6/IPSLCM6CHT
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6CHT/EXPERIMENTS/IPSLCMCHT/DUST/piControl/COMP/inca.card

    r2543 r2547  
    44 
    55[UserChoices] 
    6 # Set climatological to choose if the simulation will use online 10m wind (=y) or offline (=n) 
    7 climatological=y 
    8 # Set climatological to choose the write_frequency for inca output (inca_avgr, forcage, inca_inst) 
     6# Set LMDZ_10m_winds to choose if the simulation will use online 10m wind (=y) or offline (=n) 
     7LMDZ_10m_winds=y 
     8# Set LMDZ_10m_winds to choose the write_frequency for inca output (inca_avgr, forcage, inca_inst) 
    99# 86400 = daily output 
    1010freq_write_chem=86400 
    1111# heat fluxes computed with feedback corresponding to 0 --> no aerosol effects, 1--> aerosol effects selected by ok_ade, ok_aie 
    1212feedb=1 
    13 #wind_method (use only if climatological=y) weibull10 or threshold 
    14 wind_method=threshold 
     13#10m_winds_method (use only if LMDZ_10m_winds=y) weibull10 or threshold 
     1410m_winds_method=threshold 
    1515 
    1616 
  • CONFIG/UNIFORM/v6/IPSLCM6CHT/GENERAL/DRIVER/inca.driver

    r2456 r2547  
    6161        esac 
    6262 
    63     # inca.def : Activate reading of 10m wind in files if climatological=n in inca.card 
    64     if [ ! X${inca_UserChoices_climatological} = X ] ; then 
    65         IGCM_comp_modifyDefFile nonblocker inca.def climatological  ${inca_UserChoices_climatological} 
     63    # inca.def : Activate reading of 10m wind in files if LMDZ_10m_winds=n in inca.card 
     64    if [ ! X${inca_UserChoices_LMDZ_10m_winds} = X ] ; then 
     65        IGCM_comp_modifyDefFile nonblocker inca.def LMDZ_10m_winds  ${inca_UserChoices_LMDZ_10m_winds} 
    6666    else 
    67         IGCM_comp_modifyDefFile nonblocker inca.def climatological  n 
     67        IGCM_comp_modifyDefFile nonblocker inca.def LMDZ_10m_winds  n 
    6868    fi 
    6969 
     
    9696 
    9797 
    98     if [  X${inca_UserChoices_wind_method} = X ] ; then 
    99     IGCM_comp_modifyDefFile nonblocker inca.def  wind_method  threshold 
     98    if [  X${inca_UserChoices_10m_winds_method} = X ] ; then 
     99    IGCM_comp_modifyDefFile nonblocker inca.def  10m_winds_method  threshold 
    100100    else 
    101     IGCM_comp_modifyDefFile nonblocker inca.def  wind_method ${inca_UserChoices_wind_method} 
     101    IGCM_comp_modifyDefFile nonblocker inca.def  10m_winds_method ${inca_UserChoices_10m_winds_method} 
    102102    fi 
    103103 
  • CONFIG/UNIFORM/v6/IPSLCM6CHT/GENERAL/PARAM/inca.def

    r2468 r2547  
    33####################################################################### 
    44#climatological=y --> use 10m wind from LMDZ, =n --> use 10m wind from output file 
    5 climatological=_AUTO_ 
    6 wind_method=_AUTO_ 
     5LMDZ_10m_winds=_AUTO_ 
     610m_winds_method=_AUTO_ 
    77#freq_write_chem --> write frequency for inca_inst and inca_avgr (86400 = 1/day) 
    88freq_write_chem=_AUTO_ 
Note: See TracChangeset for help on using the changeset viewer.