Objective
I want to create a reproducible workflow to generate the sedimentary iron forcing for CESM.
Repository and other resources
I have started this project here:
https://github.com/marbl-ecosys/forcing-Fe-sedflux
This depends on esmlab
https://github.com/NCAR/esmlab
and on esmlab-regrid
:
https://github.com/NCAR/esmlab-regrid
which implements regridding operation with a slightly different API that xESMF
.
It should perhaps depend on geocat
!
General parts
The work flow is sketched out but not fully verified. I aim to finish this off to generate a dataset that we can use in our upcoming JRA integration (see #0.1° JRA BGC Run). Once that's done, it would be great to solicit some help from @geocat and @xdev. I think this is a reasonable motivating use case to support for re-gridding. It's POP specific, but I would like to make it model agnostic.
@all, this repo might provide an example for project layout (see #hack-projects: project template repo).
I made some progress on this project last week, but I haven't quite pulled it all together yet. I am now using papermill
to parameterize and run the notebooks in a workflow. This is useful because I can produce different versions of the dataset for different ocean grids, for instance, re-using the same code and documenting each step in the process. I am still ironing out little bugs in the elements of the workflow, but I hope to wrap this up on Friday.
Last updated: May 16 2025 at 17:14 UTC