Skip to content

Commit

Permalink
still testing
Browse files Browse the repository at this point in the history
  • Loading branch information
weihuang-jedi committed Oct 1, 2022
1 parent d0893e4 commit c4cf35b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 293 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
*.out
*.stderr
*.stdout
job.sh
exec_orion
6 changes: 3 additions & 3 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ export rungfs='run_fv3.sh' # ensemble forecast
#export jedirun='false'
export jedirun='true'
export jedidatadir=/work2/noaa/gsienkf/weihuang/jedi/case_study/Data
export jeditemplatedir=/work2/noaa/gsienkf/weihuang/production/run/templates
#export jeditemplatedir=/work2/noaa/gsienkf/weihuang/production/run/templates
export jeditemplatedir=/work2/noaa/da/weihuang/cycling/scripts/jedi_C96_lgetkf_sondesonly/templates.GSI_QConly
export jediblddir=/work2/noaa/gsienkf/weihuang/production/build/fv3-bundle

#export do_cleanup='true' # if true, create tar files, delete *mem* files.
Expand Down Expand Up @@ -264,8 +265,7 @@ elif [ $RES -eq 96 ]; then
export LONB=384
export LATB=192
#export dt_atmos=600 #Original setup. It blows up at 2020010618.
export dt_atmos=600
#export dt_atmos=300
export dt_atmos=300
export cdmbgwd="0.14,1.8,1.0,1.0" # mountain blocking, ogwd, cgwd, cgwd src scaling
elif [ $RES -eq 48 ]; then
export JCAP=94
Expand Down
6 changes: 3 additions & 3 deletions job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#SBATCH -N 10
#SBATCH --ntasks-per-node=40
#SBATCH -p orion
#SBATCH -J jedi_C96_lgetkf_sondesonly
#SBATCH -e jedi_C96_lgetkf_sondesonly.err
#SBATCH -o jedi_C96_lgetkf_sondesonly.out
#SBATCH -J da_jedi_C96_lgetkf_sondesonly
#SBATCH -e da_jedi_C96_lgetkf_sondesonly.err
#SBATCH -o da_jedi_C96_lgetkf_sondesonly.out

export NODES=$SLURM_NNODES
export corespernode=$SLURM_CPUS_ON_NODE
Expand Down
6 changes: 3 additions & 3 deletions orion_preamble
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#SBATCH -N 10
#SBATCH --ntasks-per-node=40
#SBATCH -p orion
#SBATCH -J jedi_C96_lgetkf_sondesonly
#SBATCH -e jedi_C96_lgetkf_sondesonly.err
#SBATCH -o jedi_C96_lgetkf_sondesonly.out
#SBATCH -J da_jedi_C96_lgetkf_sondesonly
#SBATCH -e da_jedi_C96_lgetkf_sondesonly.err
#SBATCH -o da_jedi_C96_lgetkf_sondesonly.out

export NODES=$SLURM_NNODES
export corespernode=$SLURM_CPUS_ON_NODE
Expand Down
144 changes: 0 additions & 144 deletions templates.GSI_QConly/sondes.obs.yaml.template.rr.observer

This file was deleted.

140 changes: 0 additions & 140 deletions templates.GSI_QConly/sondes.obs.yaml.template.solver

This file was deleted.

0 comments on commit c4cf35b

Please sign in to comment.