Tiled Fix files for MERRA2 ingestion in UFS #20
DeniseWorthen
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
During a recent code manager tag-up, the possibility of using the MERRA2 data on the tiled grids was raised.
Tiled MERRA2 files can be created off-line using the following procedure:
ncremap
ncremap -g MERRA2_SCRIP.nc -G latlon=361,576#lat_typ=cap
MERRA2.to.C96.nc
). The following code snip shows the fortran code required:mdat
is the MERRA2 data for each tracer and each month and the arraysrow
,col
andS
are obtained from the weights file generated above anddst3d
is the mapped MERRA2 data on each tile.dst3d
into a tiled file for each tracer, writing all months into the same tiled file.For C96, the above procedure results in 6 files which are approximately 560MB each. For C384, the 6 files are each about 4.8 GB. The current MERRA2 input data is contained in 12 files of approximate 1GB each.
Beta Was this translation helpful? Give feedback.
All reactions