Skip to content

Commit d95630a

Browse files
Add more ocean variables for post-processing in GEFS (#2995)
This PR adds an ocean variable `tob` (Sea Water Potential Temperature at Sea Floor) for post-processing in GEFS, which is a variable that has been requested for GEFSv13 and the reforecast. Also, this PR moves the atmos variable `PEVPR` from the "b" group to the "a" group of pgrb products in GEFS. This was requested by a reforecast stakeholder. Resolves #2993
1 parent ca8cd7a commit d95630a

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

parm/post/oceanice_products_gefs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ocean:
3333
{% elif model_grid == 'mx500' %}
3434
ocean_levels: [5, 15, 25, 35, 45, 55, 65, 75, 85, 95, 105, 115, 125, 135, 145, 155, 165, 175, 185, 195, 205, 215, 226, 241, 267]
3535
{% endif %}
36-
subset: ['SSH', 'SST', 'SSS', 'speed', 'MLD_003', 'latent', 'sensible', 'SW', 'LW', 'LwLatSens', 'Heat_PmE', 'SSU', 'SSV', 'taux', 'tauy', 'temp', 'so', 'uo', 'vo']
36+
subset: ['SSH', 'SST', 'SSS', 'speed', 'MLD_003', 'latent', 'sensible', 'SW', 'LW', 'LwLatSens', 'Heat_PmE', 'SSU', 'SSV', 'taux', 'tauy', 'temp', 'tob', 'so', 'uo', 'vo']
3737
data_in:
3838
copy:
3939
- ["{{ COM_OCEAN_HISTORY }}/{{ RUN }}.ocean.t{{ current_cycle | strftime('%H') }}z.{{ interval }}hr_avg.f{{ '%03d' % forecast_hour }}.nc", "{{ DATA }}/ocean.nc"]

parm/product/gefs.0p25.fFFF.paramlist.a.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
:CIN:180-0 mb above ground:
2020
:CIN:surface:
2121
:HLCY:3000-0 m above ground:
22+
:PEVPR:surface:
2223
:TCDC:entire atmosphere (considered as a single layer):
2324
:WEASD:surface:
2425
:SNOD:surface:

parm/product/gefs.0p25.fFFF.paramlist.b.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@
151151
:O3MR:5 mb:
152152
:O3MR:70 mb:
153153
:O3MR:7 mb:
154-
:PEVPR:surface:
155154
:PLI:30-0 mb above ground:
156155
:PLPL:255-0 mb above ground:
157156
:POT:0.995 sigma level:

0 commit comments

Comments
 (0)