From 8a3c7b67ee1694cd143152eb0cacdebf56115d5e Mon Sep 17 00:00:00 2001 From: Michael Levy Date: Wed, 6 Dec 2023 14:25:58 -0700 Subject: [PATCH 1/3] Remove Mike's email address from documentation There are better ways to report problems than emailing a single person --- doc/source/users_guide/grids.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/source/users_guide/grids.rst b/doc/source/users_guide/grids.rst index a5fe82a3e88..657eb4b7503 100644 --- a/doc/source/users_guide/grids.rst +++ b/doc/source/users_guide/grids.rst @@ -176,8 +176,9 @@ The steps for adding a new component grid to the model system follow. This proce .. note:: If the ocean and land grids *are identical* then the mapping file will simply be unity and the land fraction will be one minus the ocean fraction. 5. If you are adding a new ocn or rtm grid, create a new rtm->ocn mapping file. (Otherwise you can skip this step.) - The process for mapping from the runoff grid to the ocean grid is currently undergoing many changes. - At this time, if you are running with a new ocean or runoff grid, please contact Michael Levy (mlevy_AT_ucar_DOT_edu) for assistance. If you are running with standard ocean and runoff grids, the mapping file should already exist and you do not need to generate it. + The process for mapping from the runoff grid to the ocean grid is complicated. + If you are running with a new ocean or runoff grid and need help, please open a `CIME issue ticket `_ or make a new post on CESM bulletin board (under the `appropriate ocean model `_). + If you are running with standard ocean and runoff grids, the mapping file should already exist and you do not need to generate it. 6. CESM specific: If you are adding a new atmosphere grid, this means you are also generating a new land grid, and you will need to create a new CLM surface dataset. (Otherwise you can skip this step). From 02d35a22bead6d767c723701bdd6a1fdf6a6706b Mon Sep 17 00:00:00 2001 From: Michael Levy Date: Thu, 7 Dec 2023 08:33:56 -0700 Subject: [PATCH 2/3] Remove reference to CIME issue tickets --- doc/source/users_guide/grids.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/users_guide/grids.rst b/doc/source/users_guide/grids.rst index 657eb4b7503..d95b1ad1bb8 100644 --- a/doc/source/users_guide/grids.rst +++ b/doc/source/users_guide/grids.rst @@ -177,7 +177,7 @@ The steps for adding a new component grid to the model system follow. This proce 5. If you are adding a new ocn or rtm grid, create a new rtm->ocn mapping file. (Otherwise you can skip this step.) The process for mapping from the runoff grid to the ocean grid is complicated. - If you are running with a new ocean or runoff grid and need help, please open a `CIME issue ticket `_ or make a new post on CESM bulletin board (under the `appropriate ocean model `_). + If you are running with a new ocean or runoff grid and need help, please make a new post on CESM bulletin board (under the `appropriate ocean model `_). If you are running with standard ocean and runoff grids, the mapping file should already exist and you do not need to generate it. From 320a337e4bc5db571faf759d6fada887edd192b4 Mon Sep 17 00:00:00 2001 From: Michael Levy Date: Thu, 7 Dec 2023 08:35:22 -0700 Subject: [PATCH 3/3] Update link to ESMF --- doc/source/users_guide/grids.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/users_guide/grids.rst b/doc/source/users_guide/grids.rst index d95b1ad1bb8..0550e2d06d1 100644 --- a/doc/source/users_guide/grids.rst +++ b/doc/source/users_guide/grids.rst @@ -94,7 +94,8 @@ The steps for adding a new component grid to the model system follow. This proce If you are introducing just one new grid, you can leverage SCRIP grid files that are already in place for the other components. There is no supported functionality for creating the SCRIP format file. -2. Build the **check_map** utility by following the instructions in **$CCSMROOT/mapping/check_maps/INSTALL**. Also confirm that the `ESMF `_ toolkit is installed on your machine. +2. Build the **check_map** utility by following the instructions in **$CCSMROOT/mapping/check_maps/INSTALL**. +Also confirm that the `ESMF `_ toolkit is installed on your machine. When you add new user-defined grid files, you also need to generate a set of mapping files so the coupler can send data from a component on one grid to a component on another grid. There is an ESMF tool that tests the mapping file by comparing a mapping of a smooth function to its true value on the destination grid.