update case-gen scripts for LAM capability #499
Merged
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.
Running the case generation on LAM output from UFS SRW does not currently work. These updates fix that.
Sample LAM data can be found on Hera: /scratch1/BMC/gmtb/Tracy.Hertneky/phys_tne/socrates/2018020412
Sample case over the S. Ocean was created with the following command:
./UFS_forcing_ensemble_generator.py -d /scratch1/BMC/gmtb/Tracy.Hertneky/phys_tne/socrates/2018020412 -n socrates -lons 133 -lats -51.5 -dt 75 -cres 768 -sdf SCM_GFS_v16 -sc -lam -fm 2 -vm 2
./run_scm.py --npz_type gfs --file scm_ufsens_socrates.py --timestep 75 -l 64 --n_itt_out 48 --n_itt_diag 48
Comparison of SCM to UFS column:
Diffs could be attributable to diff suite used (HRRR_gf for UFS vs GFS_v16 for SCM, since HRRR_gf was not working from case_gen input)