-
Notifications
You must be signed in to change notification settings - Fork 168
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
Update atmosphere, ocean, and ice post-proceesing jobs to use COMIN/COMOUT #2705
Update atmosphere, ocean, and ice post-proceesing jobs to use COMIN/COMOUT #2705
Conversation
@@ -36,18 +36,18 @@ ocean: | |||
subset: ['SSH', 'SST', 'SSS', 'speed', 'MLD_003', 'latent', 'sensible', 'SW', 'LW', 'LwLatSens', 'Heat_PmE', 'SSU', 'SSV', 'taux', 'tauy', 'temp', 'so', 'uo', 'vo'] | |||
data_in: | |||
copy: | |||
- ["{{ COM_OCEAN_HISTORY }}/{{ RUN }}.ocean.t{{ current_cycle | strftime('%H') }}z.6hr_avg.f{{ '%03d' % forecast_hour }}.nc", "{{ DATA }}/ocean.nc"] | |||
- ["{{ COMOUT_OCEAN_HISTORY }}/{{ RUN }}.ocean.t{{ current_cycle | strftime('%H') }}z.6hr_avg.f{{ '%03d' % forecast_hour }}.nc", "{{ DATA }}/ocean.nc"] |
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.
This is in data_in
section, so it should be COMIN_OCEAN_HISTORY
, no?
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.
Yes, thank you. Testing update and will merge once test passes.
@@ -60,16 +60,16 @@ ice: | |||
subset: ['hi_h', 'hs_h', 'aice_h', 'Tsfc_h', 'uvel_h', 'vvel_h', 'frzmlt_h', 'albsni_h', 'mlt_onset_h', 'frz_onset_h'] | |||
data_in: | |||
copy: | |||
- ["{{ COM_ICE_HISTORY }}/{{ RUN }}.ice.t{{ current_cycle | strftime('%H') }}z.6hr_avg.f{{ '%03d' % forecast_hour }}.nc", "{{ DATA }}/ice.nc"] | |||
- ["{{ COMOUT_ICE_HISTORY }}/{{ RUN }}.ice.t{{ current_cycle | strftime('%H') }}z.6hr_avg.f{{ '%03d' % forecast_hour }}.nc", "{{ DATA }}/ice.nc"] |
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.
Same comment here
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.
Thanks. Got it following the previous comment.
@HenryWinterbottom-NOAA There is not a single |
That table was generated prior to the original PR. It will be updated following addressing your comments and the tests pass. |
Creating table should be the first step in these PRs, before you make any changes. Then you use it to determine what should be IN and what is OUT. |
@HenryWinterbottom-NOAA |
Typo. |
OBE. Closing. |
Description
NCO has requested that each COM variable specify whether it is an input or an output. This completes that process for the global-workflow atmosphere and ocean and ice post-processing tasks.
JGLOBAL_ATMOS_PRODUCTS
exglobal_atmos_products.sh
${COMIN_ATMOS_MASTER}/${PREFIX}master.grb2${fhr3}
JGLOBAL_ATMOS_PRODUCTS
exglobal_atmos_products.sh
${COMIN_ATMOS_MASTER}/${PREFIX}sfluxgrb${fhr3}.grib2
JGLOBAL_ATMOS_PRODUCTS
exglobal_atmos_products.sh
${COMOUT_ATMOS_GRIB_0p25}/${PREFIX}pgrbv.0p25.${fhr3}
JGLOBAL_ATMOS_PRODUCTS
exglobal_atmos_products.sh
${COMOUT_ATMOS_GRIB_0p25}/${PREFIX}pgrb2.0p25.${fhr3}.idx
JGLOBAL_ATMOS_PRODUCTS
exglobal_atmos_products.sh
${COMOUT_ATMOS_GRIB_0p25}/${PREFIX}pgrb2b.0p25.${fhr3}
JGLOBAL_ATMOS_PRODUCTS
exglobal_atmos_products.sh
${COMOUT_ATMOS_GRIB_0p25}/${PREFIX}pgrb2b.0p25.${fhr3}.idx
JGLOBAL_ATMOS_PRODUCTS
exglobal_atmos_products.sh
${COMOUT_ATMOS_GRIB_0p25}/${PREFIX}pgrb2.0p50.${fhr3}
JGLOBAL_ATMOS_PRODUCTS
exglobal_atmos_products.sh
${COMOUT_ATMOS_GRIB_0p25}/${PREFIX}pgrb2.0p50.${fhr3}.idx
JGLOBAL_ATMOS_PRODUCTS
exglobal_atmos_products.sh
${COMOUT_ATMOS_GRIB_0p25}/${PREFIX}pgrb2b.0p50.${fhr3}
JGLOBAL_ATMOS_PRODUCTS
exglobal_atmos_products.sh
${COMOUT_ATMOS_GRIB_0p25}/${PREFIX}pgrb2b.0p50.${fhr3}.idx
JGLOBAL_ATMOS_PRODUCTS
exglobal_atmos_products.sh
${COMOUT_ATMOS_GRIB_0p25}/${PREFIX}pgrb2.1p0.${fhr3}
JGLOBAL_ATMOS_PRODUCTS
exglobal_atmos_products.sh
${COMOUT_ATMOS_GRIB_0p25}/${PREFIX}pgrb2.1p0.${fhr3}.idx
JGLOBAL_ATMOS_PRODUCTS
exglobal_atmos_products.sh
${COMOUT_ATMOS_GRIB_0p25}/${PREFIX}pgrb2b.1p0.${fhr3}
JGLOBAL_ATMOS_PRODUCTS
exglobal_atmos_products.sh
${COMOUT_ATMOS_GRIB_0p25}/${PREFIX}pgrb2b.1p0.${fhr3}.idx
JGLOBAL_ATMOS_PRODUCTS
exglobal_atmos_products.sh
${COMOUT_ATMOS_GRIB_0p25}/${PREFIX}wgne.${fhr3}
JGLOBAL_ATMOS_PRODUCTS
exglobal_atmos_products.sh
${COMOUT_ATMOS_GRIB_0p50}/${PREFIX}wgne.${fhr3}
JGLOBAL_ATMOS_PRODUCTS
exglobal_atmos_products.sh
${COMOUT_ATMOS_GRIB_1p0}/${PREFIX}wgne.${fhr3}
JGLOBAL_OCEANICE_PRODUCTS
exglobal_oceanice_products.py
{{ COMIN_ICE_HISTORY }}/{{ RUN }}.ice.t{{ HOUR }}z.6hr_avg.f{{ FORECAST_HOUR }}.nc
JGLOBAL_OCEANICE_PRODUCTS
exglobal_oceanice_products.py
{{ COMOUT_ICE_HISTORY }}/{{ RUN }}.ice.t{{ HOUR }}z.6hr_avg.f{{ FORECAST_HOUR }}.nc
JGLOBAL_OCEANICE_PRODUCTS
exglobal_oceanice_products.py
{{ COMOUT_ICE_NETCDF }}/{{ RUN }}.ice.t{{ HOUR }}z.native.f{{ FORECAST_HOUR }}.nc
JGLOBAL_OCEANICE_PRODUCTS
exglobal_oceanice_products.py
{{ COMOUT_ICE_GRIB }}/{{ grid }}/{{ RUN }}.ice.t{{ HOUR }}z.{{ grid }}.f{{ FORECAST_HOUR }}.grib2
JGLOBAL_OCEANICE_PRODUCTS
exglobal_oceanice_products.py
{{ COMOUT_ICE_GRIB }}/{{ grid }}/{{ RUN }}.ice.t{{ HOUR }}z.{{ grid }}.f{{ FORECAST_HOUR }}.grib2.idx
JGLOBAL_OCEANICE_PRODUCTS
exglobal_oceanice_products.py
{{ COMOUT_OCEAN_HISTORY }}/{{ RUN }}.ocean.t{{ HOUR }}z.6hr_avg.f{{ FORECAST_HOUR }}.nc
JGLOBAL_OCEANICE_PRODUCTS
exglobal_oceanice_products.py
{{ COMOUT_ICE_NETCDF }}/{{ RUN }}.ocean.t{{ HOUR }}z.native.f{{ FORECAST_HOUR }}.nc
JGLOBAL_OCEANICE_PRODUCTS
exglobal_oceanice_products.py
{{ COMOUT_ICE_GRIB }}/{{ grid }}/{{ RUN }}.ocean.t{{ HOUR }}z.{{ grid }}.f{{ FORECAST_HOUR }}.grib2
JGLOBAL_OCEANICE_PRODUCTS
exglobal_oceanice_products.py
{{ COMOUT_OCEAN_GRIB }}/{{ grid }}/{{ RUN }}.ocean.t{{ HOUR }}z.{{ grid }}.f{{ FORECAST_HOUR }}.grib2.idx
Refs #2451
Type of change
Change characteristics
How has this been tested?
C48_S2SW
experiment on RDHPCS HeraChange characteristics
Checklist