source: CONFIG/UNIFORM/v7/ICOLMDZOR_LAM_v7/GENERAL/DRIVER/orchidee.driver @ 6260

Last change on this file since 6260 was 6260, checked in by aclsce, 19 months ago

Added ICOLMDZOR experiments to be used with ICOLMDZOR_LAM configuration.

File size: 11.3 KB
Line 
1#!/bin/ksh
2## Driver for the component SRF corresponding to the sechiba part of ORCHIDEE
3#-----------------------------------------------------------------
4function SRF_Initialize
5{
6    IGCM_debug_PushStack "SRF_Initialize"
7
8    ##- Define variable DefSuffix set in orchidee.card
9    ##  This variable is used in orchidee.card to choose
10    ##  parameter file(orchidee.def_DefSuffix).
11    if [ ! X${orchidee_UserChoices_DefSuffix} = X ] ; then
12        DefSuffix=${orchidee_UserChoices_DefSuffix}
13    else
14        DefSuffix=CWRR
15    fi
16
17    # Define the resolution only if the composant ICO for DYNAMICO is set in config.card
18    if [ ! X${config_ListOfComponents_ICO} = X ] ; then
19    RESOL_SRF="nbp${RESOL_NBP}"
20    fi
21
22
23    IGCM_debug_PopStack "SRF_Initialize"
24}
25
26#-----------------------------------------------------------------
27function SRF_Update
28{
29    IGCM_debug_PushStack "SRF_Update"
30
31    ## 1. Modifications in orchidee.def parameter file
32
33    # Activate STOMATE if the compontent SBG=stomate is set in config.card
34    if [ X${config_ListOfComponents_SBG} = Xstomate ] ; then
35        # Activate stomate in orchidee.def
36        IGCM_comp_modifyDefFile blocker orchidee.def STOMATE_OK_STOMATE y
37    else
38        # Deactivate stomate in orchidee.def
39        IGCM_comp_modifyDefFile blocker orchidee.def STOMATE_OK_STOMATE n
40        # Deactivate output files for stomate
41        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml stomate1 enabled .FALSE.
42        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml stomate1 output_level 0
43        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml stomate1 output_freq 1mo
44
45        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml stomate2 enabled .FALSE.
46        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml stomate2 output_level 0
47        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml stomate2 output_freq 1mo
48
49        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml stomate3 enabled .FALSE.
50        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml stomate3 output_level 0
51        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml stomate3 output_freq 1mo
52    fi
53
54    # Define in orchidee.def if restart file should be used
55    if ( [ ${CumulPeriod} -ne 1 ] || [ "${config_SRF_Restart}" != "n" ] ) ; then
56        IGCM_comp_modifyDefFile blocker orchidee.def SECHIBA_restart_in sechiba_rest_in.nc
57    else
58        IGCM_comp_modifyDefFile blocker orchidee.def SECHIBA_restart_in NONE
59    fi
60
61    # Set VEGET_UPDATE=1Y in orchidee.def if VEGET_UPDATE_at_start=y in orchidee.card and if it is the first cumul periond (start of new simulation)
62    if [ X${orchidee_UserChoices_VEGET_UPDATE_at_start} = Xy ] && [ ${CumulPeriod} -eq 1 ] ; then
63        IGCM_comp_modifyDefFile nonblocker orchidee.def VEGET_UPDATE   1Y
64    fi
65
66    # Modify in orchidee.def VEGET_UPDATE if it is set in orchidee.card section UserChoices
67    # Note: if the variable has been set by VEGET_UPDATE_at_start, this section will not overwrite it.
68    if [ ! X${orchidee_UserChoices_VEGET_UPDATE} = X ] ; then
69        IGCM_comp_modifyDefFile nonblocker orchidee.def VEGET_UPDATE   ${orchidee_UserChoices_VEGET_UPDATE}
70    else
71        IGCM_comp_modifyDefFile nonblocker orchidee.def VEGET_UPDATE 0Y
72    fi
73
74    # Set LAI_MAP in orchidee.def acording to value set in orchidee.card section UserChoices
75    # If LAI_MAP is not definded in orchidee.card, set default value n
76    # Note: this option is only read by ORCHIDEE if starting without restart files
77    if [ ! X${orchidee_UserChoices_LAI_MAP} = X ] ; then
78        IGCM_comp_modifyDefFile nonblocker orchidee.def LAI_MAP   ${orchidee_UserChoices_LAI_MAP}
79    else
80        IGCM_comp_modifyDefFile nonblocker orchidee.def LAI_MAP   DEFAULT
81    fi
82
83    # Set DO_WOOD_HARVEST in orchidee.def acording to value set in orchidee.card section UserChoices
84    # If DO_WOOD_HARVEST is not definded in orchidee.card, set default value y
85    if [ ! X${orchidee_UserChoices_DO_WOOD_HARVEST} = X ] ; then
86        IGCM_comp_modifyDefFile nonblocker orchidee.def DO_WOOD_HARVEST   ${orchidee_UserChoices_DO_WOOD_HARVEST}
87    else
88        IGCM_comp_modifyDefFile nonblocker orchidee.def DO_WOOD_HARVEST   DEFAULT
89    fi
90
91    # Activate creation of river description file only for the first period
92    if [ ${CumulPeriod} -eq 1 ] ; then
93        IGCM_comp_modifyDefFile nonblocker orchidee.def RIVER_DESC y
94    else
95        IGCM_comp_modifyDefFile nonblocker orchidee.def RIVER_DESC n
96    fi
97
98    # Activate calcul of chemistry BVOC
99    if [ ! X${orchidee_UserChoices_CHEMISTRY_BVOC} = X ] ; then
100        IGCM_comp_modifyDefFile nonblocker orchidee.def CHEMISTRY_BVOC ${orchidee_UserChoices_CHEMISTRY_BVOC}
101    else
102        IGCM_comp_modifyDefFile nonblocker orchidee.def CHEMISTRY_BVOC n
103    fi
104
105    ## 2. Mangement of output and modifications of related xml files
106    # Modify file_def_orchidee.xml file using settings from orchidee.card
107    # We here suppose that for each file, in orchidee.card UserChoices section, if the parameter
108    # output_level_filename is set, then also output_freq_filename must be set. The existance of output_freq_filename will not be checked.
109    # If output_level_filename=NONE or if it is not set, the corresponding file will be deactivated.
110    # Settings in config.card WriteFrequency are not used any more.
111   
112    if [ X${orchidee_UserChoices_output_level_sechiba_history} = X ] || [ X${orchidee_UserChoices_output_level_sechiba_history} = XNONE ] ; then
113        # output_level_sechiba_history is not set in orchidee.card or it is set to NONE.
114        # Deactivate the file.
115        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechiba1 enabled .FALSE.
116        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechiba1 output_level 0
117        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechiba1 output_freq 1mo
118    else
119        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechiba1 enabled      .TRUE.
120        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechiba1 output_level ${orchidee_UserChoices_output_level_sechiba_history}
121        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechiba1 output_freq  ${orchidee_UserChoices_output_freq_sechiba_history}
122        IGCM_comp_modifyXmlFile force      file_def_orchidee.xml groupremap_sechiba1 group_ref remap_${orchidee_UserChoices_output_freq_sechiba_history}
123    fi
124   
125    if [ X${orchidee_UserChoices_output_level_sechiba_out_2} = X ] || [ X${orchidee_UserChoices_output_level_sechiba_out_2} = XNONE ] ; then
126        # output_level_sechiba_out_2 is not set in orchidee.card or it is set to NONE.
127        # Deactivate the file.
128        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechiba2 enabled .FALSE.
129        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechiba2 output_level 0
130        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechiba2 output_freq 1mo
131    else
132        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechiba2 enabled      .TRUE.
133        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechiba2 output_level ${orchidee_UserChoices_output_level_sechiba_out_2}
134        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechiba2 output_freq  ${orchidee_UserChoices_output_freq_sechiba_out_2}
135        IGCM_comp_modifyXmlFile force      file_def_orchidee.xml groupremap_sechiba2 group_ref remap_${orchidee_UserChoices_output_freq_sechiba_out_2}         
136    fi
137   
138    if [ X${orchidee_UserChoices_output_level_sechiba_history_4dim} = X ] || [ X${orchidee_UserChoices_output_level_sechiba_history_4dim} = XNONE ] ; then
139        # output_level_sechiba_history_4dim is not set in orchidee.card or it is set to NONE.
140        # Deactivate the file.
141        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechiba3 enabled .FALSE.
142        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechiba3 output_level 0
143        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechiba3 output_freq 1mo
144    else
145        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechiba3 enabled      .TRUE.
146        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechiba3 output_level ${orchidee_UserChoices_output_level_sechiba_history_4dim}
147        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechiba3 output_freq  ${orchidee_UserChoices_output_freq_sechiba_history_4dim}
148        IGCM_comp_modifyXmlFile force      file_def_orchidee.xml groupremap_sechiba3 group_ref remap_${orchidee_UserChoices_output_freq_sechiba_history_4dim}           
149    fi
150       
151    # Desactivate orchidee variables which are not correct in ICOLMDZOR configuration
152    IGCM_comp_modifyXmlFile force field_def_orchidee.xml RESOLUTION_X enabled .FALSE.
153    IGCM_comp_modifyXmlFile force field_def_orchidee.xml RESOLUTION_Y enabled .FALSE.
154    IGCM_comp_modifyXmlFile force field_def_orchidee.xml CONTFRAC_STOMATE enabled .FALSE.
155
156
157    # Add include of orchidee context in iodef.xml
158    # In iodef.xml add on the next line after "COMPONENT CONTEXT"
159    echo '<context id="orchidee" src="./context_orchidee.xml"/>' > add.tmp
160    # Add inclusion of file context_input_orchidee.xml if this file exists
161    if [ -f context_input_orchidee.xml ] ; then
162        echo '<context id="orchidee" src="./context_input_orchidee.xml"/>' >> add.tmp
163    fi
164    # Include xml files for output configuration if running with workflow CMIP6
165    if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ; then
166        echo '<context id="orchidee" src="./ping_orchidee.xml"/>' >> add.tmp
167        echo '<context id="orchidee" src="./dr2xml_orchidee.xml"/>' >> add.tmp
168    fi
169    cp iodef.xml iodef.xml.tmp
170    sed -e "/COMPONENT CONTEXT/r add.tmp" iodef.xml.tmp > iodef.xml
171    rm iodef.xml.tmp add.tmp
172
173    # Add LongName as global attribute in XIOS output files (if LongName is not empty)
174    if [ ! "X${config_UserChoices_LongName}" = "X" ] ; then
175        listfile=$(ls file_def*orchidee.xml)
176        echo "<variable id=\"LongName\" type=\"string\">${config_UserChoices_LongName}</variable>" > add.tmp
177        for file in ${listfile}
178        do
179            cp ${file} ${file}.tmp
180            sed -e "/<file id/r add.tmp" \
181                ${file}.tmp > ${file}
182            rm ${file}.tmp
183        done
184        rm add.tmp
185    fi
186
187
188    # Compression level (if CompressionLevel is not empty)
189    if [ ! "X${config_UserChoices_CompressionLevel}" = "X" ] ; then
190        echo "NetCDF output files compression level is " ${config_UserChoices_CompressionLevel}
191        listfile=$(ls file_def*orchidee.xml)
192        for file in ${listfile} ; do
193            sed -i -e "s/\(compression_level=\"\)[^\"]*\(\"\)/\1${config_UserChoices_CompressionLevel}\2/" ${file}
194        done
195    fi
196
197
198    # Set interpolated output grid depending on resoultion, only if ICO component is set in config.card
199    if [ ! "X${config_ListOfComponents_ICO}" = "X" ] ; then   
200        if [ ${RESOL_NBP} == 40  ] ; then
201            valuei=144
202            valuej=143
203        elif [ ${RESOL_NBP} == 80  ] ; then
204            valuei=360
205            valuej=180
206        elif [ ${RESOL_NBP} == 160  ] ; then
207            valuei=720
208            valuej=360
209    elif [ ${RESOL_NBP} == 320  ] ; then
210        valuei=1440
211        valuej=720
212        else
213            IGCM_debug_Exit "RESOL_NBP=${RESOL_NBP} is not yet implemented in drivers"
214            IGCM_debug_Verif_Exit
215        fi
216       
217        IGCM_debug_Print 1 "Modify output grid parameters for current resolution in context_orchidee.xml"
218        cp context_orchidee.xml context_orchidee.xml.init
219        sed -e "s/ni_glo.*=.*\"144\"/ni_glo=\"${valuei}\"/" \
220            -e "s/nj_glo.*=.*\"143\"/nj_glo=\"${valuej}\"/" \
221            context_orchidee.xml.init > context_orchidee.xml
222       
223    fi
224   
225    IGCM_debug_PopStack "SRF_Update"
226}
227
228#-----------------------------------------------------------------
229function SRF_Finalize
230{
231    IGCM_debug_PushStack "SRF_Finalize"
232
233    IGCM_debug_PopStack "SRF_Finalize"
234}
Note: See TracBrowser for help on using the repository browser.