-
Notifications
You must be signed in to change notification settings - Fork 54
Psd/develop into master #6
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
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
21d3be4
Update CODEOWNERS for psd/develop branch
climbfuji 5532dc3
Merge branch 'master' into psd/develop
pjpegion a7010cc
add new lengthscale and timescale fixes, passes RT. need to test in s…
pjpegion ae0ca5b
add new lengthscale and timescale fixes, passes RT and stand alone test
pjpegion 1ea200f
cleaned up interface of psd/stochy updates, passed RTs
pjpegion f938910
fix undefined values, and also add standalone testing capability
pjpegion 4d3efc3
Merge pull request #4 from pjpegion/pegion_updates
pjpegion 5ad024b
Merge pull request #1 from noaa-psd/psd/develop
pjpegion 23dc002
fix bug associated with nodes to being defined and fix mpi decomposit…
pjpegion f97409e
added logic to calculate ntrunc,lon_s and lat_s from lengthscales
pjpegion a040d66
include Bing Fu addition for dumping random pattern on an interval
pjpegion 3651616
add README for standalone for spectral and ca patterns
pjpegion 243ef47
update README
pjpegion 8b21af2
Merge pull request #2 from pjpegion/decomp_work
pjpegion 8022b01
Merge pull request #3 from pjpegion/master
pjpegion 94c9e13
Merge pull request #5 from pjpegion/psd/develop
pjpegion 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
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,33 @@ | ||
| Instructions on how to build and run the stand alone ca_global code on hera | ||
| 1. Copy enitre directory strucure | ||
| cd /scratch2/BMC/gsienkf/Philip.Pegion | ||
| cp -r NEMSfv3gfs_develop <your path> | ||
|
|
||
| 2. Optional Compile full model: (I alredy built is, so you should not have to) | ||
| cd <your path>/tests/ | ||
| ./compile.sh $PWD/../FV3 hera.intel '32BIT=Y HYDRO=N' 1 NO NO | ||
|
|
||
| 4. compile standalone model | ||
| cd ../stochastic_physics | ||
| # my loaded modules: | ||
| 1) intel/18.0.5.274 3) netcdf/4.7.0 5) contrib 7) anaconda/latest | ||
| 2) impi/2018.0.4 4) hdf5/1.10.5 6) grads/2.2.1 | ||
|
|
||
|
|
||
| compile_standalone_ca OR compile_standalone | ||
|
|
||
| 5. There is an input.nml which is currently set to run at C96, and the INPUT directory points to | ||
| C96 grid files. If you want to run at C384, you will need to rm INPUT and link in the C384 | ||
| directory (ln -sf INPUT_C384 INPUT) and make npx and npy 385 in input.nml | ||
|
|
||
| 5. get an interactive session | ||
|
|
||
| salloc --x11=first -q debug -t 0:30:00 --nodes=1 -A <your account> -n 6 | ||
|
|
||
| 6. run job | ||
| srun standalone_ca OR standalone_stochy | ||
|
|
||
| 7. post-process job to 360x180 grid (script is on hera in ~Philip.Pegion) | ||
| run_fregrid.sh (OR run_fregrid_c384.sh) | ||
|
|
||
| output file is ca_out.nc |
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.