Skip to content
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

Add a grid alias for fully coupled runs with mizuRoute: f09_t232_rHDMAlk #116

Open
ekluzek opened this issue Jul 31, 2023 · 2 comments
Open
Assignees
Labels
enhancement New feature or request Responsibility: CTSM Responsibility to manage and accomplish this issue is the CTSM Software group

Comments

@ekluzek
Copy link
Contributor

ekluzek commented Jul 31, 2023

We need to add a grid alias for fully coupled runs with mizuRoute to MOM. The proposed alias is:

f09_t232_rHDMAlk

So 1-degree CAM, t232 for MOM and the HDMA lake grid for mizuRoute.

@mnlevy1981

@ekluzek ekluzek added the enhancement New feature or request label Jul 31, 2023
@ekluzek ekluzek self-assigned this Jul 31, 2023
@ekluzek
Copy link
Contributor Author

ekluzek commented Jul 31, 2023

Part of this will be to create mapping files for rHDMAlk to and from t232.

@ekluzek ekluzek added the Responsibility: CTSM Responsibility to manage and accomplish this issue is the CTSM Software group label Aug 1, 2023
@ekluzek
Copy link
Contributor Author

ekluzek commented Aug 2, 2023

Looks like the changes need to look something like this:

diff --git a/maps_nuopc.xml b/maps_nuopc.xml
index 726afd03..4ae3c15f 100644
--- a/maps_nuopc.xml
+++ b/maps_nuopc.xml
@@ -46,6 +46,7 @@
       <map name="ROF2OCN_LIQ_RMAPNAME">cpl/gridmaps/r05/map_r05_to_gx1v7_nn_open_ocean_nnsm_e1000r300_marginal_sea_170413.nc</map>
       <map name="ROF2OCN_ICE_RMAPNAME">cpl/gridmaps/r05/map_r05_to_gx1v7_nnsm_e1000r300_170413.nc</map>
     </gridmap>
+
     <gridmap rof_grid="r05" ocn_grid="tx1v1" >
       <map name="ROF2OCN_LIQ_RMAPNAME">cpl/gridmaps/r05/map_r05_to_tx1v1_e1000r500_161214.nc</map>
       <map name="ROF2OCN_ICE_RMAPNAME">cpl/gridmaps/r05/map_r05_to_tx1v1_e1000r500_161214.nc</map>
@@ -86,6 +87,10 @@
       <map name="ROF2OCN_LIQ_RMAPNAME">cpl/gridmaps/rJRA025/map_JRA025m_to_tx0.66v1_nnsm_e333r100_190910.nc</map>
       <map name="ROF2OCN_ICE_RMAPNAME">cpl/gridmaps/rJRA025/map_JRA025m_to_tx0.66v1_nnsm_e333r100_190910.nc</map>
     </gridmap>
+    <gridmap rof_grid="HDMA_lake_mz" ocn_grid="tx2_3v2" >
+      <map name="ROF2OCN_LIQ_RMAPNAME">cpl/gridmaps/HDMA_lake_mz/map_HDMA_lake_mz_to_tx2_3_nnsm_e1000r1000_2308XX.nc</map>
+      <map name="ROF2OCN_ICE_RMAPNAME">cpl/gridmaps/HDMA_lake_mz/map_HDMA_lake_mz_to_tx2_3_nnsm_e1000r1000_2308XX.nc</map>
+    </gridmap>

     <!-- ======================================================== -->
     <!-- GRIDS: glc to ocn mapping                                -->
diff --git a/modelgrid_aliases_nuopc.xml b/modelgrid_aliases_nuopc.xml
index eceea050..193aae67 100644
--- a/modelgrid_aliases_nuopc.xml
+++ b/modelgrid_aliases_nuopc.xml
@@ -518,6 +518,13 @@
     <mask>gx1v7</mask>
   </model_grid>

+  <model_grid alias="f09_t232_rHDMAlk">
+    <grid name="atm">0.9x1.25</grid>
+    <grid name="lnd">0.9x1.25</grid>
+    <grid name="ocnice">tx2_3v2</grid>
+    <grid name="rof">HDMA_lake_mz</grid>
+  </model_grid>
+
   <model_grid alias="f09_n13">
     <grid name="atm">0.9x1.25</grid>
     <grid name="lnd">0.9x1.25</grid>

ekluzek added a commit to ekluzek/ccs_config_cesm that referenced this issue Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Responsibility: CTSM Responsibility to manage and accomplish this issue is the CTSM Software group
Projects
None yet
Development

No branches or pull requests

1 participant