-
Notifications
You must be signed in to change notification settings - Fork 10
Feature/hera_preprocess_gefs #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
JessicaMeixner-NOAA
merged 17 commits into
NOAA-EMC:develop
from
hyunchul386:feature/hera_preprocess_gefs
Mar 17, 2020
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
60cba4f
conv_gefs2datm
hyunchul386 047b1c5
Add files via upload
hyunchul386 b26820b
Update 0readme
hyunchul386 df464b9
Update 0readme
hyunchul386 c0bf180
Update 0readme
hyunchul386 26061f3
Update conv_gefs2datm.fort.csh
hyunchul386 26ff746
Update conv_gefs2datm.fort.csh
hyunchul386 a2a8aa3
Update conv_gefs2datm.fort.csh
hyunchul386 3051ebf
Delete 0Read_me_missing_GEFS
hyunchul386 2afe15d
Update comp_f77_code.csh
hyunchul386 b361fef
Update comp_f77_code.csh
hyunchul386 dd2ab4a
Update comp_f77_code.csh
hyunchul386 2cb7fc1
Update conv_gefs2datm.f
hyunchul386 3089bd4
Update comp_f77_code.csh
hyunchul386 757dd7b
deleted 0readme replaced README.md
flampouris 2ee0848
Updates for the PR7 to go through
flampouris 4bc0542
Merge pull request #1 from flampouris/feature/hera_preprocess_gefs
hyunchul386 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| # How to use conv_gefs2datm | ||
|
|
||
|
|
||
| ## Input data (GEFS) sources | ||
|
|
||
| At HPSS : `/3year/NCEPDEV/GEFSRR/gefsrr_replay_${YYYYstream}stream/${YYYYMMDDHH}.tar` | ||
| At WCOSS : `(venus)/gpfs/dell2/emc/modeling/noscrub/Hyun-Chul.Lee/GEFS/Reanal` | ||
|
|
||
| ## Output data (DATM) archive | ||
| At HPSS : `/5year/NCEPDEV/marineda/DATM_INPUT/GEFS/${YYYYMM}/gefs.${YYYYMMDDHH}.nc` | ||
| At Hera : `/scratch2/NCEPDEV/marineda/godas_input/DATM_INPUT/GEFS/${YYYYMM}/gefs.${YYYYMMDDHH}.nc` | ||
|
|
||
| ## To conver from GEFS to DATM (netCDF), | ||
|
|
||
| 1) Compile the code | ||
| `csh ./comp_f77_code.csh conv_gefs2datm` | ||
|
|
||
| 2) Modify the run script of conv_gefs2datm.fort.csh | ||
| `set sdir = !<-- source of GEFS | ||
| set tdir = !<-- output dir | ||
| set wdir = !<-- work dir ` | ||
|
|
||
| Define the starting and ending date at YYYYMMDD format | ||
| `set symd = 20130529 !<-- start date` | ||
| `set eymd = 20190831 !<-- end date` | ||
|
|
||
| 3) Run the script | ||
| `csh ./conv_gefs2datm.fort.csh` | ||
|
|
||
| ## More information can be found | ||
|
|
||
| https://docs.google.com/spreadsheets/d/1M32BvPgXuPqewQWO5cwsECLdcTj9o1x2Rq7GDvSpltk/edit#gid=0 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| #! /bin/csh | ||
| module load intel | ||
| module load netcdf | ||
|
|
||
| set name = $1 | ||
| #--- in hera | ||
| set FFLAGS='-extend-source 132' | ||
|
|
||
|
hyunchul386 marked this conversation as resolved.
|
||
| ifort $FFLAGS ${name}.f -o ${name} -I$NETCDF/include -L$NETCDF/lib -lnetcdf | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.