forked from NCAR/Topo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
42 lines (28 loc) · 1.27 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
This software is documented in:
Peter H. Lauritzen, Julio T. Bacmeister, Patrick Callaghan and Mark A. Taylor, 2015:
NCAR Global Model Topography Generation Software for Unstructured Grids.
Geosci. Model Dev., 8, 3975-3986, doi:10.5194/gmd-8-3975-2015
Overview
========
0. make_rll_grid_descriptor_file:
---------------------------------
Make grid-descriptor files for regular lat-lon grids
1. create_netCDF_from_rawdata
-----------------------------
Program to make netCDF version of the GMTED2010 elevation and MODIS land fraction data.
(also support USGS gtopo30)
This netCDF file is used as input for bin_to_cube.
PLEASE NOTE THAT THIS STEP REQUIRES PYTHON AND GDAL LIBRARY. TO BYPASS THIS STEP
CONTACT [email protected] TO OBTAIN
create_netCDF_from_rawdata/gmted2010_modis-rawdata.nc
create_netCDF_from_rawdata/gtopo30-rawdata.nc
2. bin_to_cube:
---------------
Bin high resolution elevation data (on regular lat-lon grid) onto cubed-sphere grid.
Creates intermediate cubed-sphere data for cube_to_target.
3. cube_to_target:
------------------
Remap elevation data to target grid and compute associated variables.
4. cesm_meta_data_compliance:
-----------------------------
Python script to add CESM meta data to topography data file (must be done manually: "make cesm_compliance")