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

Legend:

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