-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add grads ctl file to output, append a ctl file in script folder, cha…
…nge initial case to uniform case
- Loading branch information
1 parent
c57cdd0
commit d2d88a4
Showing
3 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
DSET ^%tm1.nc | ||
DTYPE netcdf | ||
OPTIONS template | ||
TITLE NetCDF Data for GrADS | ||
UNDEF 99999. | ||
XDEF 94 LINEAR 0 1 | ||
YDEF 94 LINEAR 0 1 | ||
ZDEF 6 levels 1 2 3 4 5 6 | ||
TDEF 400 LINEAR 00:00Z01JAN2000 3mn | ||
VARS 5 | ||
h=>h 6 z,x,y h | ||
u=>u 6 z,x,y u | ||
v=>v 6 z,x,y v | ||
u_lonlat=>ulonlat 6 z,x,y usphere | ||
v_lonlat=>vlonlat 6 z,x,y vsphere | ||
ENDVARS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters