Skip to content

Commit c743c98

Browse files
author
oehmke
authored
Update README.md
1 parent a0592a5 commit c743c98

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# test_xgrid
22

3-
This repository contains test code to allow the comparison of the GFDL
4-
exchange grid and the ESMF exchange grid.
3+
This repository contains test code to allow the comparison of the Geophysical Fluid Dynamics Laboratory (GFDL)
4+
exchange grid and the Earth System Modeling Framework (ESMF) exchange grid. It creates an exchange grid using either
5+
GFDL or ESMF exchange grid creation routines. The exchange grid is created between a cubed sphere atmosphere grid (C48)
6+
on one side, and a cubed sphere land grid (C48) plus a tripolar ocean grid (720x480) on the other. To do the comparison,
7+
data is transferred from the atmosphere grid, to the exchange grid, to the land/ocean grids, and then back again.
8+
The two types of exchange grid are compared both by how accurately the integral of the data is preserved (conservation)
9+
between the different stages, and by the time taken to transfer the data between the different stages. The eventual goal is
10+
for ESMF's exchange grid to be able to replicate GFDL's closely enough that it can be used to provide functionality like that
11+
used to couple models in GFDL's Flexible Modeling System (FMS) in ESMF based general purpose model coupling systems.
512

613
To compile, run the compile.csh script in the scripts directory. When compiling on a
714
different machine that Hera, a new env file will need to be written to

0 commit comments

Comments
 (0)