Closed ma595 closed 1 month ago
Configuration of SPINacc execution is specified in MLacc.def, varlist.json and config.py. There is also redudancy as a new directory is created for each version of ORCHIDEE trained against, i.e. DEF_Trunk, DEF_MICT, DEF_CNP2, DEF_CNP.
MLacc.def
varlist.json
config.py
DEF_Trunk
DEF_MICT
DEF_CNP2
DEF_CNP
Some of this has been discussed in https://github.com/CALIPSO-project/SPINacc/issues/3
tests/config.py
Required to run tests.
DEF_Trunk/MLacc.def
DEF_Trunk/varlist.json
config[1]
Configuration of SPINacc execution is specified in
MLacc.def
,varlist.json
andconfig.py
. There is also redudancy as a new directory is created for each version of ORCHIDEE trained against, i.e.DEF_Trunk
,DEF_MICT
,DEF_CNP2
,DEF_CNP
.Some of this has been discussed in https://github.com/CALIPSO-project/SPINacc/issues/3
tests/config.py
Required to run tests.
DEF_Trunk/MLacc.def
DEF_Trunk/varlist.json
Suggested improvements:
config[1]
approach to readMLacc.def
.