Replies: 10 comments 5 replies
-
|
Previous meeting notes: Meeting with Dave Antarctic network: https://github.com/ESCOMP/mizuRoute/wiki/Meeting-notes:--ctsm-mizuRoute#aug-21st-2024 Notes from meeting with Mike: |
Beta Was this translation helpful? Give feedback.
-
|
Task list of things to develop:
|
Beta Was this translation helpful? Give feedback.
-
|
Erik created a CESM branch to test mizuRoute in fully coupled model - github.com:ekluzek/test_mizuroute git clone --origin ekluzek -b test_mizuroute [email protected]:ekluzek/CESM.git cesm_mizuRoute Next step: try I compset to make sure CTSM-mizuRoute/mosart coupling works |
Beta Was this translation helpful? Give feedback.
-
|
Some issues that apply here: |
Beta Was this translation helpful? Give feedback.
-
|
Status as of Nov 7 2025:
case created and bulit for both MOSART and mizuRoute, but not run yet. |
Beta Was this translation helpful? Give feedback.
-
|
Failed HISTC_CAM70%LT_CLM60%BGC-CROP_CICE_MOM6_MIZUROUTE_DGLC%NOEVOLVE_WW3 Comparison of med.log file between BHISTC_LTso (mosart cesm test) and mizuRoute cesm test. mosart cesm test run directory: grep -i -w rof med.log.3578963.desched1.251110-095930 mizuRoute run directory: grep -i -r -w rof med.log.3579934.desched1.251110-124915 |
Beta Was this translation helpful? Give feedback.
-
|
To enable area correction for import and export variable, need to change these subroutines in rof_import_export.F90.
|
Beta Was this translation helpful? Give feedback.
-
|
Regarding missing discharge in Antarctica: Coupler variable |
Beta Was this translation helpful? Give feedback.
-
|
Outstanding issues: ROF-MOM mapping: Current fully coupled B-case tests used online mapping between ROF and MOM grids. Talking to @billsacks, the online mapping uses mass conserving mapping, not nearest neighbor mapping. The coupler creates mapping where both grids overlap each other, meaning the runoff discharge at outlets to the interior points (e.g., endorheic lakes) is not exported to MOM (because no overlapping interior ROF grid-boxes and ocean grid-boxes). We will need to create the mapping file with mizuRoute 0.5deg ESMF Mesh (including only land) and MOM grid as done in MOSART grid. I am guessing there is no option to switch to Nearest neighbor mapping for online mapping? Bill shared this tool , but may want to talk to Mike, who created the mapping file between MOSART grid and MOM grid that does nearest interpolation and smoothing. ROF-Land grid mask mismatch: Where land mask in the land model grid but no land in ROF model grid, runoff exported from the land model is not passed to ROF, so water just disappears? MizuRoute currently use only land only mesh (no ocean mask), but may need to include ocean (add ocean mask) for fully coupled ESM uses). Direct-to-outlet option: Currently mizuRoute's direct-to-outlet option is very slow, and need to implement the faster method. mizuRoute uses MPI send-receive routing for each upstream point to the outlet point (because outlet point may be handled in the different MPI task than upstream point). |
Beta Was this translation helpful? Give feedback.
-
|
Will copy PE layout from: /glade/campaign/cesm/cesmdata/cseg/runs/cesm2_0/b.e30_alpha08b.B1850C_LTso.ne30_t232_wgx3.299 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
A project needed for water isotopes and our plan to deprecate MOSART and RTM in CESM is to enable running mizuRoute coupled to the MOM ocean model. Beyond enabling it we need to make sure the results for fully coupled simulations are reasonable and don't cause problems in coupled simulations compared to using MOSART.
We have some notes on this in the wiki. But, starting this discussion to work out things that need to be done for this to happen. I'll point to some of the notes in a reply to this main message. Also we'll have a reply that lays out a checklist of things that need to be done.
Beta Was this translation helpful? Give feedback.
All reactions