Skip to content
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 JEDI 3DEnVar atmosphere only CI test #2309

Merged
merged 16 commits into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
51633b5
initial commit of ci yamls for JEDI hybatmDA case (#2294)
RussTreadon-NOAA Feb 7, 2024
5b2f440
Merge branch 'NOAA-EMC:develop' into feature/jedi_atm_ci
RussTreadon-NOAA Feb 8, 2024
a41a0db
updates to populate EXPDIR and ROTDIR for JEDI hybatmDA ci (#2294)
RussTreadon-NOAA Feb 8, 2024
cc5ef37
Merge branch 'NOAA-EMC:develop' into feature/jedi_atm_ci
RussTreadon-NOAA Feb 9, 2024
38414ac
turn off monitor jobs for JEDIATMVAR, adjust JEDIATM resources, fix p…
RussTreadon-NOAA Feb 9, 2024
1d8972b
Merge branch 'NOAA-EMC:develop' into feature/jedi_atm_ci
RussTreadon-NOAA Feb 12, 2024
693b65a
Merge branch 'NOAA-EMC:develop' into feature/jedi_atm_ci
RussTreadon-NOAA Feb 12, 2024
87eb1ad
Merge branch 'NOAA-EMC:develop' into feature/jedi_atm_ci
RussTreadon-NOAA Feb 13, 2024
91b9308
extend stage_ic to gdas for cycled parallels (#2294)
RussTreadon-NOAA Feb 13, 2024
c102c6f
correct shellcheck errors (#2294)
RussTreadon-NOAA Feb 13, 2024
1bc6181
Merge branch 'NOAA-EMC:develop' into feature/jedi_atm_ci
RussTreadon-NOAA Feb 13, 2024
96cf468
Merge branch 'NOAA-EMC:develop' into feature/jedi_atm_ci
RussTreadon-NOAA Feb 14, 2024
62afe41
Merge branch 'NOAA-EMC:develop' into feature/jedi_atm_ci
RussTreadon-NOAA Feb 14, 2024
ea200a4
revert changes to extend stage_ic to gdas for cycled parallels (#2294)
RussTreadon-NOAA Feb 14, 2024
621ea5b
Merge branch 'NOAA-EMC:develop' into feature/jedi_atm_ci
RussTreadon-NOAA Feb 16, 2024
a78ac19
skip C48C48_ufs_hybatmDA ci test on hera (#2294)
RussTreadon-NOAA Feb 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updates to populate EXPDIR and ROTDIR for JEDI hybatmDA ci (#2294)
  • Loading branch information
RussTreadon-NOAA committed Feb 8, 2024
commit a41a0dba9a5b212ec2b36741839fb7d0cfffcc64
6 changes: 3 additions & 3 deletions ci/cases/pr/C48C48_ufs_hybatmDA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ arguments:
resensatmos: 48
comroot: {{ 'RUNTESTS' | getenv }}/COMROOT
expdir: {{ 'RUNTESTS' | getenv }}/EXPDIR
icsdir: {{ 'ICSDIR_ROOT' | getenv }}/C96C48
icsdir: {{ 'ICSDIR_ROOT' | getenv }}/C48C48
idate: 2021032312
edate: 2021032400
nens: 2
gfs_cyc: 1
start: cold
yaml: {{ HOMEgfs }}/ci/cases/yamls/ufs_hybatmDA_defaults_ci.yaml
start: warm
yaml: {{ HOMEgfs }}/ci/cases/yamls/ufs_hybatmDA_defaults.ci.yaml

skip_ci_on_hosts:
- orion
Expand Down
5 changes: 5 additions & 0 deletions parm/config/gfs/config.esfc
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ if [ $DOIAU_ENKF = "YES" ]; then
export DOSFCANL_ENKF="NO"
fi

# Turn off NST in JEDIATMENS
if [ $DO_JEDIATMENS = "YES" ]; then
export DONST="NO"
fi

echo "END: config.esfc"
5 changes: 5 additions & 0 deletions parm/config/gfs/config.nsst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ echo "BEGIN: config.nsst"
# nstf_name(1) : NST_MODEL (NSST Model) : 0 = OFF, 1 = ON but uncoupled, 2 = ON and coupled
export NST_MODEL=2

# Set NST_MODEL for JEDIATMVAR or JEDIATMENS
if [[ $DO_JEDIATMVAR = "YES" || $DO_JEDIATMENS = "YES" ]]; then
export NST_MODEL=1
fi

# nstf_name(2) : NST_SPINUP : 0 = OFF, 1 = ON,
export NST_SPINUP=0
cdate="${PDY}${cyc}"
Expand Down
5 changes: 5 additions & 0 deletions parm/config/gfs/config.sfcanl
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ echo "BEGIN: config.sfcanl"
# Get task specific resources
. $EXPDIR/config.resources sfcanl

# Turn off NST in JEDIATMVAR
if [ $DO_JEDIATMVAR = "YES" ]; then
export DONST="NO"
fi

echo "END: config.sfcanl"
2 changes: 1 addition & 1 deletion workflow/setup_expt.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def link_files_from_src_to_dst(src_dir, dst_dir):
src_dir = os.path.join(inputs.icsdir, current_cycle_dir, src_atm_anl_dir)
dst_dir = os.path.join(rotdir, current_cycle_dir, dst_atm_anl_dir)
makedirs_if_missing(dst_dir)
for ftype in ['abias', 'abias_pc', 'abias_air', 'radstat']:
for ftype in ['abias', 'abias_pc', 'abias_air', 'radstat', 'atms_n20.satbias.nc4', 'atms_n20.satbias_cov.nc4', 'atms_n20.tlapse.txt' ]:
fname = f'{inputs.cdump}.t{idatestr[8:]}z.{ftype}'
src_file = os.path.join(src_dir, fname)
if os.path.exists(src_file):
Expand Down