iHAMOCC structure for reading climatology input data from files #163
Replies: 3 comments
-
I think this makes it unnecessarily complicated. There are only two instances of climatoliogical fields (dms ph and swa), and I can't see that there will be many more in the future. Regarding the general structure I think we should stick to how it is done in n-dep and riverinput (and fe-dep, except that this field is currently constant and there is no need to have a get_fedep function called in hamocc_step). |
Beta Was this translation helpful? Give feedback.
-
Regarding pt. 1 above, at the moment I think |
Beta Was this translation helpful? Give feedback.
-
In iHAMOCC there is not a clear convention for reading climatology input data from files. For
n-deposition
this is done in three stages:hamocc_init
:call ini_ndep
hamocc_step
:call get_ndep
hamocc4bcm
:call n-deposition
For
swa_clim
short-wave climatology, it is assumed that there is no temporal variation, only grid dependence.For surface PI pH field used to compute pH dependent DMS, the input file is specified as
MONTHLY_PI_PH.nc
, which is read inhamocc_init
and used inocprod
. This input data is assumed to be monthly climatology.River input does not include temporal variation, only grid dependence.
Some questions / considerations / suggestions:
Beta Was this translation helpful? Give feedback.
All reactions