Changeset 7485 for branches/ORCHIDEE_2_2
- Timestamp:
- 2022-02-21T10:06:05+01:00 (3 years ago)
- Location:
- branches/ORCHIDEE_2_2/ORCHIDEE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ORCHIDEE_2_2/ORCHIDEE/orchidee.default
r7476 r7485 1522 1522 SOILCLASS_FILE = soils_param.nc 1523 1523 1524 # PARAM_ FILE ([FILE]) : Name of file from which soil parameter values are read {params_sp_mip.nc}1525 PARAM_ FILE = params_sp_mip.nc1524 # PARAM_SPMIP_FILE ([FILE]) : Name of file from which soil parameter values are read {smipexp='maps'} 1525 PARAM_SPMIP_FILE = params_sp_mip.nc 1526 1526 1527 1527 # SLOPE_NOREINF ([%]) : Slope over which surface runoff does not reinfiltrate {} -
branches/ORCHIDEE_2_2/ORCHIDEE/src_sechiba/slowproc.f90
r7475 r7485 236 236 !!$ ! Get the file name from run.def file and set file attributes accordingly 237 237 !!$ filename = 'params_sp_mip.nc' 238 !!$ CALL getin_p('PARAM_ FILE',filename)238 !!$ CALL getin_p('PARAM_SPMIP_FILE',filename) 239 239 !!$ name = filename(1:LEN_TRIM(FILENAME)-3) 240 240 !!$ CALL xios_orchidee_set_file_attr("soilparam_file",name=name) … … 3549 3549 ! Read using IOIPSL and interpolate using aggregate tool in ORCHIDEE 3550 3550 3551 !Config Key = PARAM_ FILE3551 !Config Key = PARAM_SPMIP_FILE 3552 3552 !Config Desc = Name of file from which soil parameter values are read 3553 3553 !Config Def = params_sp_mip.nc 3554 !Config If = params_sp_mip.nc3554 !Config If = smipexp='maps' 3555 3555 !Config Help = The name of the file to be opened to read values of parameters. 3556 3556 !Config The data from this file is then interpolated to the grid of … … 3561 3561 3562 3562 filename = 'params_sp_mip.nc' 3563 CALL getin_p('PARAM_ FILE',filename)3563 CALL getin_p('PARAM_SPMIP_FILE',filename) 3564 3564 3565 3565 !! Variables for interpweight
Note: See TracChangeset
for help on using the changeset viewer.