Update MPAS to Omega conversion script to include ERA5 based forcing - #720
Update MPAS to Omega conversion script to include ERA5 based forcing#720vanroekel wants to merge 4 commits into
Conversation
|
@vanroekel, is this what we should also include in initial conditions produced directly in Polaris? I had been using January wind forcing of year 1958 from JRA because that's the starting point of a G-case, but an ERA5 climatology is fine, too. |
|
@vanroekel, are you wanting to create new cached initial conditions with this forcing as the default for use in Polaris for cached initial conditions going forward? |
|
@vanroekel, it looks like you need to rebase to fix a conflict. |
|
I was mostly working on something more realistic than the simple windstress in the global test case conversion script. I needed something that included buoyancy fluxes. So I'm mostly thinking of this as more of a test for KPP that is more realistic. I could make a polaris task that uses this, but I mostly wanted to document what I did for testing of the KPP PR. Is the JRA use for spinup to new initial conditions for E3SM? I hadn't thought of using this for E3SM spinups. I could switch to JRA, but there is also a ERA5 based G-case in development that will replace JRA. I'll rebase now. |
a52a642 to
edcf6fb
Compare
|
@vanroekel, all good, I just wanted to see if I needed to make changes on my side. It sounds like not yet (if at all). |
xylar
left a comment
There was a problem hiding this comment.
@vanroekel, this looks fine to me. Since this is only an interim solution in any case, I feel like the standards of elegance and reproducability aren't as high as they will be for workflows later in our development cycle.
It sounds like you've done enough testing to show that you can use the script to generate the expected result. Since this is mostly for provenance purposes, I don't think we need to do any additional testing. |
cbegeman
left a comment
There was a problem hiding this comment.
Approving on the basis of visual inspection and @vanroekel 's testing
This PR updates the convert_mpaso_ic_to_omega.py to include injection of forcing from ERA5 averaged between 1990-2010. It includes a net surface heat flux and freshwater flux and surface wind stresses. The ERA5 climatology has been uploaded to the Polaris input repository
polaris/ocean/realistic_global/forcingalong with the SCRIP file needed to remap to an MPASO input grid. This has been tested in an EC30to60 configuration with Omega.Checklist
Testingcomment in the PR documents testing used to verify the changes