Changes between Version 34 and Version 35 of DevelopmentActivities/ORCHIDEE-CNP/howtoSPINAL
- Timestamp:
- 2017-04-06T09:22:17+02:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentActivities/ORCHIDEE-CNP/howtoSPINAL
v34 v35 13 13 {{{ 14 14 ListNonDel= (${R_IN}/SRF/reftemp.nc, .),\ 15 (/home/surface3/common/CNP_files/rev00/USDA_SoilSuborder.nc, .), \ 16 (/home/surface3/common/CNP_files/rev00/lithology.nc, .), \ 15 (/home/surface3/common/CNP_files/revXX/lithology.nc, .), \ 17 16 (/home/users/dgoll/ORC_data/N_deposition/LMDzINCA_DEP_2000.nc, .), \ 18 (/home/surface3/common/CNP_files/deposition/deposition .nc, .)17 (/home/surface3/common/CNP_files/deposition/deposition_1850.nc, deposition.nc) 19 18 }}} 20 19 REMARK: make sure there are no blanks behind the "\"! … … 26 25 '''obelix:''' tell that we use the new “soil_param.nc”; in COMP/sechiba.card: 27 26 {{{ 28 (/home/surface3/common/CNP_files/rev00/soils_param.nc, .), \ 27 (/home/surface3/common/CNP_files/rev01/soils_param.nc, .), \ 28 (/home/surface3/common/CNP_files/revXX/soils_param_usda_new.nc.nc, .), \ 29 29 }}} 30 30 … … 33 33 {{{ 34 34 List= (${R_IN}/SRF/routing.nc, .), \ 35 (/ccc/cont003/home/dsm/p529goll/ORC-CNP_input/soils_param.nc, soils_param.nc), \ 35 (/home/surface3/common/CNP_files/rev01/soils_param.nc, .), \ 36 (/home/surface3/common/CNP_files/revXX/soils_param_usda_new.nc.nc, .), \ 36 37 (${R_IN}/SRF/cartepente2d_15min.nc, .), \ 37 38 (${R_IN}/SRF/floodplains.nc, .), \ … … 44 45 {{{ 45 46 ListNonDel= (${R_IN}/SRF/reftemp.nc, .),\ 46 (/home/surface3/common/CNP_files/rev00/USDA_SoilSuborder.nc, .), \47 47 (/home/surface3/common/CNP_files/rev00/lithology.nc, .), \ 48 48 (/home/users/dgoll/ORC_data/N_deposition/LMDzINCA_DEP_2000.nc, .), \ … … 84 84 STOMATE_HIST_DT = 1 85 85 }}} 86 Set the 11-layer hydrology & scheme to explicitly to "n" or "y". If it is on "_AUTO_" it will cause a stop of the orchidee executable. For activating the 11-layer hydrology see here [http://forge.ipsl.jussieu.fr/orchidee/wiki/DevelopmentActivities/ORCHIDEE-CNP/activate11HYDRO]. 87 To use the old 2-layer scheme do this: 88 {{{ 89 # Activate the multi-layer diffusion scheme adapted from CWRR 90 # by default the Choisnel hydrology is used. 91 HYDROL_CWRR = n 92 }}} 93 94 86 Set the 11-layer hydrology & scheme to explicitly to "y" ; this is the default hydrological scheme in ORCHIDEE-CN-P (r4166). If it is on "_AUTO_" it will cause a stop of the orchidee executable. 87 For activating the 11-layer hydrology see here [http://forge.ipsl.jussieu.fr/orchidee/wiki/DevelopmentActivities/ORCHIDEE-CNP/activate11HYDRO]. 95 88 96 89 copy a run.def with parameter values for the ORCHIDEE-CAN components as well as for the nutrient components. Make sure you are using the newest version here: … … 127 120 Nbnf_FILE=NONE 128 121 NINPUT_UPDATE=-1 129 130 131 132 }}} 133 122 }}} 134 123 135 124 disable river routing if you run on non-global scale in run.def