-
Notifications
You must be signed in to change notification settings - Fork 203
Reduction in Ocean and Sea Ice Output #4200
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
Open
NeilBarton-NOAA
wants to merge
33
commits into
NOAA-EMC:develop
Choose a base branch
from
NeilBarton-NOAA:ocnice_products
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+193
−57
Open
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
90f0c6d
initial commits for reducing size of ocean and sea ice output
NeilBarton-NOAA c9483c1
edits to MOM6 diag_table
NeilBarton-NOAA 76f89d0
edits for file name differences
NeilBarton-NOAA f8f6fe8
changing to 30L zgrid MOM6 file
NeilBarton-NOAA 5ad905c
gfs test and edits
NeilBarton-NOAA 94237f7
Merge branch 'develop' into ocnice_products
NeilBarton-NOAA d7abd79
fix python code style
NeilBarton-NOAA d2ed372
remove trailing white space
NeilBarton-NOAA 90875e1
Merge branch 'ocnice_products' of github.com:NeilBarton-NOAA/global-w…
NeilBarton-NOAA 46b0bc2
fixing python errors
NeilBarton-NOAA b7b220f
fix python style errors
NeilBarton-NOAA 6fcf46f
try again
NeilBarton-NOAA c9ad5e3
white space
NeilBarton-NOAA 156580a
Update parm/archive/ice_native.yaml.j2
NeilBarton-NOAA 486f690
Update parm/archive/ocean_native.yaml.j2
NeilBarton-NOAA 386a01d
corrected and to or
NeilBarton-NOAA b41f6b6
Merge branch 'ocnice_products' of github.com:NeilBarton-NOAA/global-w…
NeilBarton-NOAA 1943a47
Update parm/post/oceanice_products_gfs.yaml
NeilBarton-NOAA 3091fa1
Update subset list in oceanice_products_gfs.yaml
NeilBarton-NOAA 93a10fe
removing compressing of COMROT files and adding namelist options
NeilBarton-NOAA fecb2ab
Update dev/parm/config/sfs/config.nsst.j2
NeilBarton-NOAA b3f10b3
addressing comments
NeilBarton-NOAA b7e343a
Update parm/post/oceanice_products_sfs.yaml
NeilBarton-NOAA 0246dd6
changing to or
NeilBarton-NOAA 29f7357
remove compressed in COMOUT overwrite
NeilBarton-NOAA 2b705db
defining variable outside of yaml
NeilBarton-NOAA 98b205b
Merge branch 'develop' into ocnice_products
NeilBarton-NOAA 08f4a5a
add option to copy netcdf lat/lon products to COMROT
NeilBarton-NOAA e09e4d1
Merge branch 'ocnice_products' of github.com:NeilBarton-NOAA/global-w…
NeilBarton-NOAA 4aa74d5
update gfs_utils.fd
NeilBarton-NOAA fe149cd
add if statement for indexing grib2 files
NeilBarton-NOAA aedfc9a
Merge branch 'develop' into ocnice_products
NeilBarton-NOAA 373b944
Merge branch 'develop' into ocnice_products
NeilBarton-NOAA 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 |
|---|---|---|
| @@ -1,10 +1,7 @@ | ||
| ocean_native: | ||
| {% set NET = NET %} | ||
| {% set FREQ = FHOUT_ICE_GFS %} | ||
| {% set head = NET + ".t" + cycle_HH + "z" %} | ||
| name: "OCEAN_NATIVE" | ||
| target: "{{ ATARDIR }}/{{ cycle_YMDH }}/ocean_native_subset.tar" | ||
| required: | ||
| {% for fhr in range(FREQ, FHMAX_GFS + FREQ, FREQ) %} | ||
| - "{{ COMIN_OCEAN_NETCDF | relpath(ROTDIR) }}/native/{{ head }}.native.f{{ '%03d' % fhr }}.nc" | ||
| {% for fhr in range(FHOUT_ICE_GFS, FHMAX_GFS + FHOUT_ICE_GFS, FHOUT_ICE_GFS) %} | ||
|
||
| - "{{ COMIN_OCEAN_NETCDF | relpath(ROTDIR) }}/native/{{ RUN }}.t{{ cycle_HH }}z.native.f{{ '%03d' % fhr }}.nc" | ||
| {% endfor %} | ||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this
FHOUT_ICE_GFS? Should it beFHOUT_OCN_GFS(if that exists)?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed with update. This was a copy from the other file