-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
River and iceberg runoff mapped to incorrect locations #208
Comments
somewhat related #37 |
All the fields in <meshfile>./INPUT/JRA55do-ESMFmesh.nc</meshfile> but So I guess we need a different meshfile for |
I used generate_mesh.py to make a new meshfile with generate_mesh.py --grid-type=latlon --grid-filename=/g/data/ik11/inputs/JRA-55/RYF/v1-4/RYF.friver.1990_1991.nc --mesh-filename=/g/data/v45/aek156/github/COSIMA/om3-scripts/mesh_generation/JRA55do-drof-ESMFmesh.nc This does a much better job ( |
Great catch @aekiss! I'm pretty surprised this ran at all with a mesh of the wrong size... Will you submit PRs with the new meshes? If so it would be good to also update the filename of the old mesh also to include |
Good work Andrew - I am also surprised this ran! I think we could add mesh checks to the driver ? i.e. to compare between the mesh and the data file. Similar to those in the MOM6/CICE6 drivers |
Is all the run-off entering the ocean around the coastline the expected behaviour? Or should we disperse it away from the coastline? |
Good idea @anton-seaice, a check in the driver would be good if it's easy to implement. |
Good question re. runoff redistribution, I was thinking the same thing. I'm not sure whether/how that is handled in ACCESS-OM3. ACCESS-OM2 uses a runoff flux limiter that conservatively spreads the runoff over a sufficiently large area to keep the flux below a prescribed cap. All resolutions have a global cap of 0.03kg/m^2/s, and 0.1° also has a local cap of 0.003kg/m^2/s at some Arctic rivers to avoid excessively low salinity there. These caps are below the ~0.1kg/m^2/s we get at the Amazon mouth in MOM6-CICE6 Vertical distribution is another thing to consider. ACCESS-OM2 uses |
I'm also not sure what's done if the JRA55do runoff is located on land on the model grid. Is it teleported to the nearest wet cell? |
We need to check whether the area-integrated |
We also need to switch from I think the area-integrated flux check requires that we retain the current time interpolation setting |
Probably premature to think about how icebergs will be handled in ACCESS CM3 here but ESM1.6 is implementing a version of the iceberg scheme we had in ACCESS-CM2, Also at last weeks ACCESS-NRI ESM meeting there was a discussion of the CMIP7 plan for additional freshwater/icebergs approach thats being suggested for the Fast track 'historical' runs so its an active topic of discussion and may well be at the ACCESS-NRI meeting. |
The COSIMA Spack and NRI Spack are building from the same version of the model source - it shouldn't matter which order the changes are implemented in. Do you have a preference on which order its done ? |
no preference. I'll struggle to find bandwidth for it this week, so don't let me hold things up |
Closed through linked PRs noting #231 is still open to look at conserving run off correctly. |
The river and iceberg fluxes are getting mapped to the wrong locations (in the middle of oceans instead of coastlines). Some of these locations are common between rivers and icebergs, and some differ. In both cases the patterns seem constant in time (which is odd).
Here's the liquid (river) runoff
friver
from a1deg_jra55do_ryf
experimentand the solid (iceberg) runoff
ficeberg
I'm guessing this affects all configurations, but I haven't checked. Presumably something to do with DROF or the mediator.
The text was updated successfully, but these errors were encountered: