Changeset 7427 for branches/ORCHIDEE_2_2
- Timestamp:
- 2022-01-12T12:12:15+01:00 (3 years ago)
- 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 80 80 SECHIBA_WRITE_STEP2=0 81 81 82 if [ X${orchidee _ol_UserChoices_XIOS} = Xy ] ; then82 if [ X${orchideedriver_UserChoices_XIOS} = Xy ] ; then 83 83 # Activate XIOS output 84 84 IGCM_comp_modifyDefFile blocker run.def XIOS_ORCHIDEE_OK y … … 147 147 # Modify file_def_orchidee.xml if XIOS is activated 148 148 # 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 ] ; then149 if [ X${orchideedriver_UserChoices_XIOS} = Xy ] ; then 150 150 # Modify file_def_orchidee.xml file using settings from sechiba.card/orchidee.card 151 151 # 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 47 47 # Modify file_def_orchidee.def if XIOS is activated using information in stomate.card 48 48 # Settings in config.card WriteFrequency are not used any more. 49 if [ X${orchidee _ol_UserChoices_XIOS} = Xy ] ; then49 if [ X${orchideedriver_UserChoices_XIOS} = Xy ] ; then 50 50 51 51 # 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 14 14 #************************************************************************** 15 15 16 # For new driver with CRUJRA2.2 (SPREAD_PREC 8SEC=half forcing timestep by default)16 # For new driver with CRUJRA2.2 (SPREAD_PREC_SEC=half forcing timestep by default) 17 17 #***************************************************************************** 18 START_DATE = _AUTO_ 19 END_DATE = _AUTO_ 18 20 DT_SECHIBA = 1800 21 #SPREAD_PREC_SEC = 3600 # The default is half the forcing time step 22 FORCING_FILE = forcing_yearm1.nc forcing_year.nc forcing_yearp1.nc 19 23 GRID_FILE = NONE 24 #WEST_EAST = -180.0, 180.0 25 #SOUTH_NORTH = -90.0, 90.0 20 26 # Deactivate river routing as not working with CRUJRA (default y) 21 27 RIVER_ROUTING = n 28 #***************************************************************************** 22 29 23 30 # Activate Stomate component (default y) -
branches/ORCHIDEE_2_2/ORCHIDEE_OL/OOL_SEC_STO_FG3nd/PARAM/run.def
r7421 r7427 14 14 #************************************************************************** 15 15 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 #***************************************************************************** 20 18 START_DATE = _AUTO_ 21 END_DATE = _AUTO_ 19 END_DATE = _AUTO_ 22 20 DT_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 22 FORCING_FILE = forcing_yearm1.nc forcing_year.nc forcing_yearp1.nc 27 23 GRID_FILE = NONE 28 24 #WEST_EAST = -180.0, 180.0 29 25 #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) 29 STOMATE_OK_STOMATE = _AUTOBLOCKER_ 31 30 32 31 #
Note: See TracChangeset
for help on using the changeset viewer.