Changes between Version 44 and Version 45 of DevelopmentActivities/ORCHIDEE-CNP/howtoSPINAL
- Timestamp:
- 2017-04-06T10:51:04+02:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentActivities/ORCHIDEE-CNP/howtoSPINAL
v44 v45 23 23 }}} 24 24 REMARK: make sure there are no blanks behind the "\"! 25 26 27 add/exchange these files in list of "[InitialStateFiles]" in COMP/sechiba.card: 28 {{{ 29 (/home/surface3/common/CNP_files/revXX/soils_param.nc, soils_param.nc), \ 30 (/home/surface3/common/CNP_files/revXX/soils_param_usda_new.nc, soils_param_usda.nc), \ 31 (/home/surface3/common/CNP_files/deposition/deposition_1850.nc, deposition.nc), \ 32 }}} 25 33 REMARK: make sure that in PARAM/run.def you have set the following two variables according to the names you set in COMP/stomate.card. 26 34 {{{ 27 35 SOILALB_FILE = soils_param.nc 28 36 SOILCLASS_FILE = soils_param_usda.nc 29 }}}30 31 add/exchange these files in list of "[InitialStateFiles]" in COMP/sechiba.card:32 {{{33 (/home/surface3/common/CNP_files/revXX/soils_param.nc, .), \34 (/home/surface3/common/CNP_files/revXX/soils_param_usda_new.nc, .), \35 (/home/surface3/common/CNP_files/deposition/deposition_1850.nc, deposition.nc), \36 37 }}} 37 38