Changeset 7427


Ignore:
Timestamp:
2022-01-12T12:12:15+01:00 (2 years ago)
Author:
agnes.ducharne
Message:

Final corrections to FG2nd and FG3nd configurations for the new driver. FG2nd works at 2deg, but not yet at 0.5deg, cf ticket #786.

Location:
branches/ORCHIDEE_2_2/ORCHIDEE_OL
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_2_2/ORCHIDEE_OL/OOL_SEC_STO_FG2nd/COMP/sechiba.driver

    r7422 r7427  
    8080    SECHIBA_WRITE_STEP2=0 
    8181 
    82     if [ X${orchidee_ol_UserChoices_XIOS} = Xy ] ; then 
     82    if [ X${orchideedriver_UserChoices_XIOS} = Xy ] ; then 
    8383      # Activate XIOS output 
    8484      IGCM_comp_modifyDefFile blocker run.def XIOS_ORCHIDEE_OK y 
     
    147147    # Modify file_def_orchidee.xml if XIOS is activated 
    148148    # Settings in config.card WriteFrequency are not used any more. The section above is only used for IOIPSL. 
    149     if [ X${orchidee_ol_UserChoices_XIOS} = Xy ] ; then 
     149    if [ X${orchideedriver_UserChoices_XIOS} = Xy ] ; then 
    150150        # Modify file_def_orchidee.xml file using settings from sechiba.card/orchidee.card 
    151151        # We here suppose that for each file, in sechiba.card/orchidee.card UserChoices section, if the parameter  
  • branches/ORCHIDEE_2_2/ORCHIDEE_OL/OOL_SEC_STO_FG2nd/COMP/stomate.driver

    r7422 r7427  
    4747    # Modify file_def_orchidee.def if XIOS is activated using information in stomate.card 
    4848    # Settings in config.card WriteFrequency are not used any more. 
    49     if [ X${orchidee_ol_UserChoices_XIOS} = Xy ] ; then 
     49    if [ X${orchideedriver_UserChoices_XIOS} = Xy ] ; then 
    5050 
    5151        # Modify file_def_orchidee.xml file using settings from stomate.card 
  • branches/ORCHIDEE_2_2/ORCHIDEE_OL/OOL_SEC_STO_FG2nd/PARAM/run.def

    r7422 r7427  
    1414#************************************************************************** 
    1515 
    16 # For new driver with CRUJRA2.2 (SPREAD_PREC8SEC=half forcing timestep by default) 
     16# For new driver with CRUJRA2.2 (SPREAD_PREC_SEC=half forcing timestep by default) 
    1717#***************************************************************************** 
     18START_DATE = _AUTO_ 
     19END_DATE = _AUTO_ 
    1820DT_SECHIBA = 1800 
     21#SPREAD_PREC_SEC = 3600 # The default is half the forcing time step 
     22FORCING_FILE = forcing_yearm1.nc forcing_year.nc forcing_yearp1.nc 
    1923GRID_FILE = NONE 
     24#WEST_EAST = -180.0, 180.0 
     25#SOUTH_NORTH = -90.0, 90.0 
    2026# Deactivate river routing as not working with CRUJRA (default y) 
    2127RIVER_ROUTING = n 
     28#***************************************************************************** 
    2229 
    2330# Activate Stomate component (default y) 
  • branches/ORCHIDEE_2_2/ORCHIDEE_OL/OOL_SEC_STO_FG3nd/PARAM/run.def

    r7421 r7427  
    1414#************************************************************************** 
    1515 
    16 # Activate Stomate component (default y) 
    17 STOMATE_OK_STOMATE = _AUTOBLOCKER_  
    18  
    19 # Time length for one intergration (default full lenght of forcing file) 
     16# For new driver with CRUJRA2.2 (SPREAD_PREC_SEC=half forcing timestep by default) 
     17#***************************************************************************** 
    2018START_DATE = _AUTO_ 
    21 END_DATE = _AUTO_  
     19END_DATE = _AUTO_ 
    2220DT_SECHIBA = 1800 
    23 #FORCING_FILE = forcing_yearm1.nc forcing_year.nc forcing_yearp1.nc 
    24 # 
    25 # Domain description file 
    26 # 
     21#SPREAD_PREC_SEC = 3600 # The default is half the forcing time step 
     22FORCING_FILE = forcing_yearm1.nc forcing_year.nc forcing_yearp1.nc 
    2723GRID_FILE = NONE 
    2824#WEST_EAST = -180.0, 180.0 
    2925#SOUTH_NORTH = -90.0, 90.0 
    30 #SPREAD_PREC_SEC = 3600 # The default is half the forcing time step 
     26#***************************************************************************** 
     27 
     28# Activate Stomate component (default y) 
     29STOMATE_OK_STOMATE = _AUTOBLOCKER_  
    3130 
    3231# 
Note: See TracChangeset for help on using the changeset viewer.