Created
September 10, 2018 20:57
-
-
Save everdaniel/5d603fe174e91e1b21a4b4a56c168eca to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#!/bin/csh -f | |
# m3fake script to create a dummy ocean file | |
setenv GRIDDESC /root/CMAQ-5.2.1/data/CMAQ-ASU1K/cctm_input/GRIDDESC | |
setenv GRID_NAME CMAQ-ASU1K | |
setenv OUTFILE /root/CMAQ-5.2.1/data/CMAQ-ASU1K/cctm_input/land/ocean_file.dummy.$GRID_NAME.ncf | |
/opt/model/ioapi/Linux2_x86_64/m3fake << EOF | |
2 | |
$GRID_NAME | |
1 | |
0 | |
2 | |
OPEN | |
UNKNOWN | |
OPEN | |
3 | |
5 | |
SURF | |
UNKNOWN | |
SURF | |
3 | |
5 | |
OUTFILE | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment