Changeset 1692
- Timestamp:
- 03/20/12 09:36:08 (11 years ago)
- Location:
- CONFIG/UNIFORM/u1
- Files:
-
- 1 deleted
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/u1/IPSLCM5REPR_u1/GENERAL/DRIVER/orchidee.driver
r1650 r1692 93 93 94 94 # Outputs HF in HISTFILE2 if required 95 [ X${SRF_ok_hf} = Xy ] && ORCHIDEE_sed SECHIBA_HISTFILE2 y 95 if [ X${SRF_ok_hf} = Xy ] ; then 96 ORCHIDEE_sed SECHIBA_HISTFILE2 y 97 else 98 ORCHIDEE_sed SECHIBA_HISTFILE2 n 99 fi 96 100 ORCHIDEE_sed SECHIBA_HISTLEVEL2 1 97 101 ORCHIDEE_sed WRITE_STEP2 10800.0 … … 99 103 if ( [ ${CumulPeriod} -ne 1 ] || [ "${config_SRF_Restart}" != "n" ] ) ; then 100 104 ORCHIDEE_sed SECHIBA_restart_in sechiba_rest_in.nc 105 else 106 ORCHIDEE_sed SECHIBA_restart_in NONE 101 107 fi 102 103 108 104 109 # Modify in orchidee.def VEGET_UPDATE and LAND_COVER_CHANGE if they are set in orchidee.card section UserChoices 105 110 if [ ! X${orchidee_UserChoices_VEGET_UPDATE} = X ] ; then 106 111 ORCHIDEE_sed VEGET_UPDATE ${orchidee_UserChoices_VEGET_UPDATE} 112 else 113 ORCHIDEE_sed VEGET_UPDATE 0Y 107 114 fi 108 115 if [ ! X${orchidee_UserChoices_LAND_COVER_CHANGE} = X ] ; then 109 116 ORCHIDEE_sed LAND_COVER_CHANGE ${orchidee_UserChoices_LAND_COVER_CHANGE} 117 else 118 ORCHIDEE_sed LAND_COVER_CHANGE n 110 119 fi 111 120 -
CONFIG/UNIFORM/u1/IPSLCM5REPR_u1/GENERAL/DRIVER/stomate.driver
r1549 r1692 71 71 if ( [ ${CumulPeriod} -eq 1 ] && [ "${config_SBG_Restart}" = "n" ] ) ; then 72 72 echo "STOMATE : without restart" 73 ORCHIDEE_sed STOMATE_RESTART_FILEIN NONE 73 74 else 74 75 ORCHIDEE_sed STOMATE_RESTART_FILEIN stomate_rest_in.nc -
CONFIG/UNIFORM/u1/IPSLCM5REPR_u1/GENERAL/PARAM/orchidee.def
r1013 r1692 102 102 # Not truly COADS compliant. NONE will mean that 103 103 # no restart file is to be expected. 104 SECHIBA_restart_in = NONE104 SECHIBA_restart_in = _AUTO_ 105 105 # default = NONE 106 106 … … 118 118 # This is the name of the file which will be opened of STOMATE 119 119 # to extract the initial values of all prognostic values of STOMATE. 120 STOMATE_RESTART_FILEIN = NONE120 STOMATE_RESTART_FILEIN = _AUTO_ 121 121 # default = NONE 122 122 … … 203 203 # frequency writing. This second output is optional and not written 204 204 # by default. 205 SECHIBA_HISTFILE2 = FALSE205 SECHIBA_HISTFILE2 = _AUTO_ 206 206 # default = FALSE 207 207 … … 231 231 # written are available More details can be found on the web under documentation. 232 232 # web under documentation. 233 SECHIBA_HISTLEVEL = 5233 SECHIBA_HISTLEVEL = _AUTO_ 234 234 # default = 5 235 235 … … 241 241 # web under documentation. 242 242 # First level contains all ORCHIDEE outputs. 243 SECHIBA_HISTLEVEL2 = 1243 SECHIBA_HISTLEVEL2 = _AUTO_ 244 244 # default = 1 245 245 246 246 # STOMATE history output level (0..10) 247 247 # 0: nothing is written; 10: everything is written 248 STOMATE_HISTLEVEL = 10248 STOMATE_HISTLEVEL = _AUTO_ 249 249 # default = 10 250 250 … … 275 275 # It does not affect the frequency at which the 276 276 # operations such as averaging are done. 277 WRITE_STEP = 86400.0277 WRITE_STEP = _AUTO_ 278 278 # default = 86400.0 279 279 … … 286 286 # That is IF the coding of the calls to histdef 287 287 # are correct ! 288 WRITE_STEP2 = 1800.0288 WRITE_STEP2 = _AUTO_ 289 289 # default = 1800.0 290 290 … … 292 292 # Time step of the STOMATE history file 293 293 # Care : this variable must be higher than DT_SLOW 294 STOMATE_HIST_DT = 10.294 STOMATE_HIST_DT = _AUTO_ 295 295 # default = 10. 296 296 … … 743 743 # The veget datas will be update each this time step. 744 744 # If LAND_USE 745 VEGET_UPDATE = 0Y745 VEGET_UPDATE = _AUTO_ 746 746 # default = 1Y 747 747 … … 751 751 # deforestation. 752 752 # If LAND_USE 753 LAND_COVER_CHANGE = n753 LAND_COVER_CHANGE = _AUTO_ 754 754 # default = y 755 755 … … 803 803 # diffusion scheme adapted from CWRR by Patricia de Rosnay. 804 804 # by default the Choisnel hydrology is used. 805 HYDROL_CWRR = n805 HYDROL_CWRR = _AUTO_ 806 806 # default = n 807 807 -
CONFIG/UNIFORM/u1/IPSLCM5_u1/GENERAL/DRIVER/orchidee.driver
r1650 r1692 93 93 94 94 # Outputs HF in HISTFILE2 if required 95 [ X${SRF_ok_hf} = Xy ] && ORCHIDEE_sed SECHIBA_HISTFILE2 y 95 if [ X${SRF_ok_hf} = Xy ] ; then 96 ORCHIDEE_sed SECHIBA_HISTFILE2 y 97 else 98 ORCHIDEE_sed SECHIBA_HISTFILE2 n 99 fi 96 100 ORCHIDEE_sed SECHIBA_HISTLEVEL2 1 97 101 ORCHIDEE_sed WRITE_STEP2 10800.0 … … 99 103 if ( [ ${CumulPeriod} -ne 1 ] || [ "${config_SRF_Restart}" != "n" ] ) ; then 100 104 ORCHIDEE_sed SECHIBA_restart_in sechiba_rest_in.nc 105 else 106 ORCHIDEE_sed SECHIBA_restart_in NONE 101 107 fi 102 103 108 104 109 # Modify in orchidee.def VEGET_UPDATE and LAND_COVER_CHANGE if they are set in orchidee.card section UserChoices 105 110 if [ ! X${orchidee_UserChoices_VEGET_UPDATE} = X ] ; then 106 111 ORCHIDEE_sed VEGET_UPDATE ${orchidee_UserChoices_VEGET_UPDATE} 112 else 113 ORCHIDEE_sed VEGET_UPDATE 0Y 107 114 fi 108 115 if [ ! X${orchidee_UserChoices_LAND_COVER_CHANGE} = X ] ; then 109 116 ORCHIDEE_sed LAND_COVER_CHANGE ${orchidee_UserChoices_LAND_COVER_CHANGE} 117 else 118 ORCHIDEE_sed LAND_COVER_CHANGE n 110 119 fi 111 120 -
CONFIG/UNIFORM/u1/IPSLCM5_u1/GENERAL/DRIVER/stomate.driver
r1549 r1692 71 71 if ( [ ${CumulPeriod} -eq 1 ] && [ "${config_SBG_Restart}" = "n" ] ) ; then 72 72 echo "STOMATE : without restart" 73 ORCHIDEE_sed STOMATE_RESTART_FILEIN NONE 73 74 else 74 75 ORCHIDEE_sed STOMATE_RESTART_FILEIN stomate_rest_in.nc -
CONFIG/UNIFORM/u1/IPSLCM5_u1/GENERAL/PARAM/orchidee.def
r1013 r1692 102 102 # Not truly COADS compliant. NONE will mean that 103 103 # no restart file is to be expected. 104 SECHIBA_restart_in = NONE104 SECHIBA_restart_in = _AUTO_ 105 105 # default = NONE 106 106 … … 118 118 # This is the name of the file which will be opened of STOMATE 119 119 # to extract the initial values of all prognostic values of STOMATE. 120 STOMATE_RESTART_FILEIN = NONE120 STOMATE_RESTART_FILEIN = _AUTO_ 121 121 # default = NONE 122 122 … … 203 203 # frequency writing. This second output is optional and not written 204 204 # by default. 205 SECHIBA_HISTFILE2 = FALSE205 SECHIBA_HISTFILE2 = _AUTO_ 206 206 # default = FALSE 207 207 … … 231 231 # written are available More details can be found on the web under documentation. 232 232 # web under documentation. 233 SECHIBA_HISTLEVEL = 5233 SECHIBA_HISTLEVEL = _AUTO_ 234 234 # default = 5 235 235 … … 241 241 # web under documentation. 242 242 # First level contains all ORCHIDEE outputs. 243 SECHIBA_HISTLEVEL2 = 1243 SECHIBA_HISTLEVEL2 = _AUTO_ 244 244 # default = 1 245 245 246 246 # STOMATE history output level (0..10) 247 247 # 0: nothing is written; 10: everything is written 248 STOMATE_HISTLEVEL = 10248 STOMATE_HISTLEVEL = _AUTO_ 249 249 # default = 10 250 250 … … 275 275 # It does not affect the frequency at which the 276 276 # operations such as averaging are done. 277 WRITE_STEP = 86400.0277 WRITE_STEP = _AUTO_ 278 278 # default = 86400.0 279 279 … … 286 286 # That is IF the coding of the calls to histdef 287 287 # are correct ! 288 WRITE_STEP2 = 1800.0288 WRITE_STEP2 = _AUTO_ 289 289 # default = 1800.0 290 290 … … 292 292 # Time step of the STOMATE history file 293 293 # Care : this variable must be higher than DT_SLOW 294 STOMATE_HIST_DT = 10.294 STOMATE_HIST_DT = _AUTO_ 295 295 # default = 10. 296 296 … … 743 743 # The veget datas will be update each this time step. 744 744 # If LAND_USE 745 VEGET_UPDATE = 0Y745 VEGET_UPDATE = _AUTO_ 746 746 # default = 1Y 747 747 … … 751 751 # deforestation. 752 752 # If LAND_USE 753 LAND_COVER_CHANGE = n753 LAND_COVER_CHANGE = _AUTO_ 754 754 # default = y 755 755 … … 803 803 # diffusion scheme adapted from CWRR by Patricia de Rosnay. 804 804 # by default the Choisnel hydrology is used. 805 HYDROL_CWRR = n805 HYDROL_CWRR = _AUTO_ 806 806 # default = n 807 807 -
CONFIG/UNIFORM/u1/LMDZOR_u1/GENERAL/DRIVER/orchidee.driver
r1650 r1692 93 93 94 94 # Outputs HF in HISTFILE2 if required 95 [ X${SRF_ok_hf} = Xy ] && ORCHIDEE_sed SECHIBA_HISTFILE2 y 95 if [ X${SRF_ok_hf} = Xy ] ; then 96 ORCHIDEE_sed SECHIBA_HISTFILE2 y 97 else 98 ORCHIDEE_sed SECHIBA_HISTFILE2 n 99 fi 96 100 ORCHIDEE_sed SECHIBA_HISTLEVEL2 1 97 101 ORCHIDEE_sed WRITE_STEP2 10800.0 … … 99 103 if ( [ ${CumulPeriod} -ne 1 ] || [ "${config_SRF_Restart}" != "n" ] ) ; then 100 104 ORCHIDEE_sed SECHIBA_restart_in sechiba_rest_in.nc 105 else 106 ORCHIDEE_sed SECHIBA_restart_in NONE 101 107 fi 102 103 108 104 109 # Modify in orchidee.def VEGET_UPDATE and LAND_COVER_CHANGE if they are set in orchidee.card section UserChoices 105 110 if [ ! X${orchidee_UserChoices_VEGET_UPDATE} = X ] ; then 106 111 ORCHIDEE_sed VEGET_UPDATE ${orchidee_UserChoices_VEGET_UPDATE} 112 else 113 ORCHIDEE_sed VEGET_UPDATE 0Y 107 114 fi 108 115 if [ ! X${orchidee_UserChoices_LAND_COVER_CHANGE} = X ] ; then 109 116 ORCHIDEE_sed LAND_COVER_CHANGE ${orchidee_UserChoices_LAND_COVER_CHANGE} 117 else 118 ORCHIDEE_sed LAND_COVER_CHANGE n 110 119 fi 111 120 -
CONFIG/UNIFORM/u1/LMDZOR_u1/GENERAL/DRIVER/stomate.driver
r1549 r1692 71 71 if ( [ ${CumulPeriod} -eq 1 ] && [ "${config_SBG_Restart}" = "n" ] ) ; then 72 72 echo "STOMATE : without restart" 73 ORCHIDEE_sed STOMATE_RESTART_FILEIN NONE 73 74 else 74 75 ORCHIDEE_sed STOMATE_RESTART_FILEIN stomate_rest_in.nc -
CONFIG/UNIFORM/u1/LMDZOR_u1/GENERAL/PARAM/orchidee.def
r1013 r1692 102 102 # Not truly COADS compliant. NONE will mean that 103 103 # no restart file is to be expected. 104 SECHIBA_restart_in = NONE104 SECHIBA_restart_in = _AUTO_ 105 105 # default = NONE 106 106 … … 118 118 # This is the name of the file which will be opened of STOMATE 119 119 # to extract the initial values of all prognostic values of STOMATE. 120 STOMATE_RESTART_FILEIN = NONE120 STOMATE_RESTART_FILEIN = _AUTO_ 121 121 # default = NONE 122 122 … … 203 203 # frequency writing. This second output is optional and not written 204 204 # by default. 205 SECHIBA_HISTFILE2 = FALSE205 SECHIBA_HISTFILE2 = _AUTO_ 206 206 # default = FALSE 207 207 … … 231 231 # written are available More details can be found on the web under documentation. 232 232 # web under documentation. 233 SECHIBA_HISTLEVEL = 5233 SECHIBA_HISTLEVEL = _AUTO_ 234 234 # default = 5 235 235 … … 241 241 # web under documentation. 242 242 # First level contains all ORCHIDEE outputs. 243 SECHIBA_HISTLEVEL2 = 1243 SECHIBA_HISTLEVEL2 = _AUTO_ 244 244 # default = 1 245 245 246 246 # STOMATE history output level (0..10) 247 247 # 0: nothing is written; 10: everything is written 248 STOMATE_HISTLEVEL = 10248 STOMATE_HISTLEVEL = _AUTO_ 249 249 # default = 10 250 250 … … 275 275 # It does not affect the frequency at which the 276 276 # operations such as averaging are done. 277 WRITE_STEP = 86400.0277 WRITE_STEP = _AUTO_ 278 278 # default = 86400.0 279 279 … … 286 286 # That is IF the coding of the calls to histdef 287 287 # are correct ! 288 WRITE_STEP2 = 1800.0288 WRITE_STEP2 = _AUTO_ 289 289 # default = 1800.0 290 290 … … 292 292 # Time step of the STOMATE history file 293 293 # Care : this variable must be higher than DT_SLOW 294 STOMATE_HIST_DT = 10.294 STOMATE_HIST_DT = _AUTO_ 295 295 # default = 10. 296 296 … … 743 743 # The veget datas will be update each this time step. 744 744 # If LAND_USE 745 VEGET_UPDATE = 0Y745 VEGET_UPDATE = _AUTO_ 746 746 # default = 1Y 747 747 … … 751 751 # deforestation. 752 752 # If LAND_USE 753 LAND_COVER_CHANGE = n753 LAND_COVER_CHANGE = _AUTO_ 754 754 # default = y 755 755 … … 803 803 # diffusion scheme adapted from CWRR by Patricia de Rosnay. 804 804 # by default the Choisnel hydrology is used. 805 HYDROL_CWRR = n805 HYDROL_CWRR = _AUTO_ 806 806 # default = n 807 807
Note: See TracChangeset
for help on using the changeset viewer.