-
Notifications
You must be signed in to change notification settings - Fork 180
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
Add C384mx025_3DVarAOWCDA yamls #2625
Changes from 3 commits
2c76cb6
42629e6
e8ad803
db2390c
2b451f8
619ede3
c3a455e
6ed1d3c
62f4616
3928942
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
experiment: | ||
system: gfs | ||
mode: cycled | ||
|
||
arguments: | ||
pslot: {{ 'pslot' | getenv }} | ||
app: S2S | ||
resdetatmos: 384 | ||
resdetocean: 0.25 | ||
nens: 0 | ||
gfs_cyc: 4 | ||
start: cold | ||
comroot: {{ 'PWD' | getenv }}/{{ 'pslot' | getenv }}/COMROOT | ||
expdir: {{ 'PWD' | getenv }}/{{ 'pslot' | getenv }}/EXPDIR | ||
idate: 2021063000 | ||
edate: 2021070306 | ||
icsdir: /scratch1/NCEPDEV/climate/Jessica.Meixner/cycling/IC_2021063000_V2 | ||
yaml: {{ HOMEgfs }}/ci/cases/gfsv17/ocnanal.yaml |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
observers: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why is this obslist in global-workflow? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @guillaumevernieres is there an obs_list in gadsapp this can point to instead? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We could, but we'd have to edit it before running. What's wrong with having the obs list here @aerorahul ? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There is no need to edit anything. Replace
with
in the yaml There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I meant editing the obs_list.yaml @aerorahul , but that's not relevant to the proposed ci test, sorry. SOCA_OBS_LIST: {{ HOMEgfs }}/sorc/gdas.cd/parm/soca/obs/obs_list.yaml |
||
# ADT | ||
- !INC ${OBS_YAML_DIR}/adt_rads_all.yaml | ||
|
||
# SST | ||
- !INC ${OBS_YAML_DIR}/sst_avhrr_ma_l3u.yaml | ||
- !INC ${OBS_YAML_DIR}/sst_avhrr_mb_l3u.yaml | ||
- !INC ${OBS_YAML_DIR}/sst_avhrr_mc_l3u.yaml | ||
- !INC ${OBS_YAML_DIR}/sst_viirs_npp_l3u.yaml | ||
- !INC ${OBS_YAML_DIR}/sst_viirs_n20_l3u.yaml | ||
- !INC ${OBS_YAML_DIR}/sst_abi_g16_l3c.yaml | ||
- !INC ${OBS_YAML_DIR}/sst_abi_g17_l3c.yaml | ||
- !INC ${OBS_YAML_DIR}/sst_ahi_h08_l3c.yaml | ||
|
||
# Ice concentration | ||
- !INC ${OBS_YAML_DIR}/icec_amsr2_north.yaml | ||
- !INC ${OBS_YAML_DIR}/icec_amsr2_south.yaml | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Just an FYI, the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for the FYI! @guillaumevernieres want to point this out to you Quick question, we also use this to include the defaults, how should this change to continue to include those? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes. that is also on a |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
defaults: | ||
!INC {{ HOMEgfs }}/parm/config/gfs/yaml/defaults.yaml | ||
|
||
base: | ||
DOIAU: "YES" | ||
DO_JEDIATMVAR: "NO" | ||
DO_JEDIATMENS: "NO" | ||
DO_JEDIOCNVAR: "YES" | ||
DO_JEDISNOWDA: "NO" | ||
DO_MERGENSST: "NO" | ||
DOHYBVAR: "NO" | ||
DO_FIT2OBS: "NO" | ||
DO_VERFOZN: "NO" | ||
DO_VERFRAD: "NO" | ||
DO_VRFY_OCEANDA: "NO" | ||
ACCOUNT: "marine-cpu" | ||
FHMAX_GFS: 240 | ||
HPSS_PROJECT: emc-climate | ||
HOMEDIR: {{ 'PWD' | getenv }}/HOMEDIR | ||
STMP: {{ 'PWD' | getenv }}/TMP | ||
PTMP: {{ 'PWD' | getenv }}/TMP | ||
NOSCRUB: {{ 'PWD' | getenv }}/TMP | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. While this may work, this is not the level of configuration we are built for. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Because stmp is always full.... I can remove this from this test though. It might be nice in the future to have like a "user" type yaml that updates all the configs that a person might need to do, I don't know how that would work so this is just spit-balling an idea here. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
||
ocnanal: | ||
SOCA_INPUT_FIX_DIR: /scratch2/NCEPDEV/ocean/Guillaume.Vernieres/data/static/1440x1080x75/soca | ||
CASE_ANL: 'C24' | ||
SOCA_OBS_LIST: {{ 'PWD' | getenv }}/obs_list.yaml | ||
JessicaMeixner-NOAA marked this conversation as resolved.
Show resolved
Hide resolved
|
||
SOCA_NINNER: 100 | ||
SABER_BLOCKS_YAML: '' | ||
NICAS_RESOL: 1 | ||
NICAS_GRID_SIZE: 15000 | ||
|
||
prepoceanobs: | ||
SOCA_OBS_LIST: {{ HOMEgfs }}/ci/cases/gfsv17/obs_list.yaml | ||
OBSPREP_YAML: {{ HOMEgfs }}/sorc/gdas.cd/parm/soca/obsprep/obsprep_config.yaml | ||
DMPDIR: /scratch1/NCEPDEV/da/common/ |
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.
I don't think this should be PWD, because then it has to be executed within the
RUNTESTS/
.This should be kept as is the other yamls
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.