Skip to content

Commit

Permalink
Update default IC location for prototype 7c (NOAA-EMC#387)
Browse files Browse the repository at this point in the history
Update the default IC locations to those for prototype 7c.

The list of valid CPL_WAVIC values is removed so any value can be
used if necessary without having to update the list.

The IC location on Orion is updated to Walter's directory. This
change should've been made previously.

Refs: NOAA-EMC#382
  • Loading branch information
WalterKolczynski-NOAA authored Jul 29, 2021
1 parent ef419a6 commit 1250d57
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion workflow/cases/coupled_free_forecast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ case:
min_seaice: 1.0e-11
SEEDLET: 10
CCPP_SUITE: FV3_GFS_v16_coupled_nsstNoahmpUGWPv1
CPL_ATMIC: CFSRfracL127
CPL_ATMIC: GEFSwithNOAHMP
nst_anl: yes
psm_bc: 1
dddmp: 0.2
Expand Down
4 changes: 2 additions & 2 deletions workflow/cases/coupled_free_forecast_wave.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ case:
min_seaice: 1.0e-11
SEEDLET: 10
CCPP_SUITE: FV3_GFS_v16_coupled_nsstNoahmpUGWPv1
CPL_ATMIC: CFSRfracL127
CPL_ATMIC: GEFSwithNOAHMP
nst_anl: yes
psm_bc: 1
dddmp: 0.2
Expand All @@ -70,7 +70,7 @@ case:

wave_settings:
WAVPETS: 160
CPL_WAVIC: GEFSwave20210623
CPL_WAVIC: GEFSwave20210528
waveGRD: 'gwes_30m'
wavepostGRD: 'gwes_30m'
waveesmfGRD: ''
Expand Down
2 changes: 1 addition & 1 deletion workflow/platforms/orion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ platform: !Platform


#BASE_CPLIC - is the base directory of ICs for coupled s2s runs
BASE_CPLIC: "/work/noaa/marine/Partha.Bhattacharjee/IC_Dir"
BASE_CPLIC: "/work/noaa/global/wkolczyn/noscrub/global-workflow/IC"
#ncks - NCO netcdf operator used in ocean post
ncks: "/apps/intel-2020/nco-4.8.1/bin/ncks"

Expand Down
1 change: 0 additions & 1 deletion workflow/schema/wave.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ wave_settings_template: !Template &wave_settings_template
description: "model selection for wave"
CPL_WAVIC:
type: string
allowed: [ 'CFSR', 'CFSRwave20200925', 'GEFSwave20210623' ]

0 comments on commit 1250d57

Please sign in to comment.