Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
14 changes: 7 additions & 7 deletions dev/parm/config/gefs/config.ufs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ case "${fv3_res}" in
export k_split=1
export n_split=4
export tau=10.0
export rf_cutoff=100.0
export rf_cutoff=300.0
Comment thread
DavidHuber-NOAA marked this conversation as resolved.
export fv_sg_adj=3600
export knob_ugwp_tauamp=6.0e-3 # setting for UGWPv1 non-stationary GWD
export WRITE_GROUP=1
Expand All @@ -106,7 +106,7 @@ case "${fv3_res}" in
export k_split=1
export n_split=4
export tau=8.0
export rf_cutoff=100.0
export rf_cutoff=300.0
export fv_sg_adj=1800
export WRITE_GROUP=1
export WRTTASK_PER_GROUP_PER_THREAD_PER_TILE=1
Expand All @@ -125,7 +125,7 @@ case "${fv3_res}" in
export k_split=2
export n_split=4
export tau=6.0
export rf_cutoff=100.0
export rf_cutoff=300.0
export fv_sg_adj=1800
export WRITE_GROUP=1
export WRTTASK_PER_GROUP_PER_THREAD_PER_TILE=10
Expand All @@ -143,7 +143,7 @@ case "${fv3_res}" in
export k_split=2
export n_split=4
export tau=4.0
export rf_cutoff=100.0
export rf_cutoff=300.0
export fv_sg_adj=900
export WRITE_GROUP=2
export WRTTASK_PER_GROUP_PER_THREAD_PER_TILE=8
Expand All @@ -161,7 +161,7 @@ case "${fv3_res}" in
export k_split=2
export n_split=4
export tau=3.0
export rf_cutoff=100.0
export rf_cutoff=300.0
export fv_sg_adj=450
export WRITE_GROUP=2
export WRTTASK_PER_GROUP_PER_THREAD_PER_TILE=10
Expand All @@ -179,7 +179,7 @@ case "${fv3_res}" in
export k_split=2
export n_split=6
export tau=2.5
export rf_cutoff=100.0
export rf_cutoff=300.0
export fv_sg_adj=450
export WRITE_GROUP=4
export WRTTASK_PER_GROUP_PER_THREAD_PER_TILE=10 # TODO: refine these numbers when a case is available
Expand All @@ -197,7 +197,7 @@ case "${fv3_res}" in
export k_split=4
export n_split=5
export tau=0.5
export rf_cutoff=100.0
export rf_cutoff=300.0
export fv_sg_adj=300
export WRITE_GROUP=4
export WRTTASK_PER_GROUP_PER_THREAD_PER_TILE=10 # TODO: refine these numbers when a case is available
Expand Down
14 changes: 7 additions & 7 deletions dev/parm/config/gfs/config.ufs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ case "${fv3_res}" in
export k_split=1
export n_split=4
export tau=8.0
export rf_cutoff=100.0
export rf_cutoff=300.0
export fv_sg_adj=3600
;;
"C96")
Expand Down Expand Up @@ -147,7 +147,7 @@ case "${fv3_res}" in
export k_split=1
export n_split=4
export tau=8.0
export rf_cutoff=100.0
export rf_cutoff=300.0
export fv_sg_adj=1800
fi
;;
Expand Down Expand Up @@ -195,7 +195,7 @@ case "${fv3_res}" in
export k_split=2
export n_split=4
export tau=6.0
export rf_cutoff=100.0
export rf_cutoff=300.0
export fv_sg_adj=1800
fi
;;
Expand Down Expand Up @@ -238,7 +238,7 @@ case "${fv3_res}" in
export k_split=2
export n_split=4
export tau=4.0
export rf_cutoff=100.0
export rf_cutoff=300.0
export fv_sg_adj=900
fi
;;
Expand Down Expand Up @@ -283,7 +283,7 @@ case "${fv3_res}" in
export k_split=2
export n_split=4
export tau=3.0
export rf_cutoff=100.0
export rf_cutoff=300.0
export fv_sg_adj=450
fi
;;
Expand Down Expand Up @@ -311,7 +311,7 @@ case "${fv3_res}" in
export k_split=2
export n_split=6
export tau=2.5
export rf_cutoff=100.0
export rf_cutoff=300.0
export fv_sg_adj=450
;;
"C3072")
Expand All @@ -329,7 +329,7 @@ case "${fv3_res}" in
export k_split=4
export n_split=5
export tau=0.5
export rf_cutoff=100.0
export rf_cutoff=300.0
export fv_sg_adj=300
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion sorc/gdas.cd
Submodule gdas.cd updated 86 files
+3 −3 .github/workflows/norms.yaml
+1 −1 .gitmodules
+1 −1 ci/driver.sh
+7 −2 ci/run_ci.sh
+58 −28 ci/stable_driver.sh
+17 −2 ci/sync_forks.sh
+10 −0 ci/ursa.sh
+2 −2 ci/validation/validation_driver.sh
+30 −35 modulefiles/GDAS/gaeac6.intel.lua
+34 −42 modulefiles/GDAS/hera.intel.lua
+36 −35 modulefiles/GDAS/hercules.intel.lua
+44 −44 modulefiles/GDAS/orion.intel.lua
+3 −4 modulefiles/GDAS/ursa.intel.lua
+3 −1 parm/atm/jcb-prototype_3dvar.yaml.j2
+3 −1 parm/atm/jcb-prototype_4d.yaml.j2
+3 −1 parm/atm/jcb-prototype_lgetkf.yaml.j2
+3 −1 parm/atm/jcb-prototype_lgetkf_observer.yaml.j2
+3 −1 parm/atm/jcb-prototype_lgetkf_solver.yaml.j2
+1 −1 parm/jcb-gdas
+5 −1 parm/soca/ensda/stage_ens_mem.yaml.j2
+9 −1 parm/soca/fields_metadata.yaml
+1 −1 parm/soca/soca_det_files_stage.yaml.j2
+2 −1 parm/soca/soca_det_finalize.yaml.j2
+2 −2 scripts/old/exgdas_global_marine_analysis_post.py
+1 −1 sorc/bufr-query
+1 −1 sorc/fv3-jedi
+1 −1 sorc/ioda
+1 −1 sorc/iodaconv
+1 −1 sorc/land-imsproc
+1 −1 sorc/oops
+1 −1 sorc/saber
+1 −1 sorc/soca
+1 −1 sorc/ufo
+3 −2 test/aero/genyaml_3dvar.sh
+0 −1 test/aero/global-workflow/jjob_var_final.sh
+3 −5 test/aero/global-workflow/jjob_var_init.sh
+0 −2 test/aero/global-workflow/jjob_var_run.sh
+0 −1 test/atm/global-workflow/jjob_ens_final.sh
+0 −1 test/atm/global-workflow/jjob_ens_inc.sh
+3 −5 test/atm/global-workflow/jjob_ens_init.sh
+3 −5 test/atm/global-workflow/jjob_ens_init_split.sh
+1 −3 test/atm/global-workflow/jjob_ens_letkf.sh
+0 −2 test/atm/global-workflow/jjob_ens_obs.sh
+0 −2 test/atm/global-workflow/jjob_ens_sol.sh
+0 −1 test/atm/global-workflow/jjob_var_final.sh
+0 −1 test/atm/global-workflow/jjob_var_inc.sh
+3 −5 test/atm/global-workflow/jjob_var_init.sh
+1 −3 test/atm/global-workflow/jjob_var_run.sh
+6 −1 test/gw-ci/CMakeLists.txt
+3 −1 test/gw-ci/atm/jcb-prototype_3dvar_ufs_hybatmDA.yaml.j2
+3 −1 test/gw-ci/atm/jcb-prototype_lgetkf_observer_ufs_hybatmDA.yaml.j2
+3 −1 test/gw-ci/atm/jcb-prototype_lgetkf_solver_ufs_hybatmDA.yaml.j2
+3 −1 test/gw-ci/atm/jcb-prototype_lgetkf_ufs_hybatmDA.yaml.j2
+7 −7 ush/convert_yaml_ewok2gdas.py
+0 −2 ush/soca/run_jjobs.py
+12 −15 ush/ufoeval/run_ufo_hofx_test.sh
+7 −2 ush/ufsda/ufs_yaml.py
+2 −0 utils/chem/chem_diagb.h
+21 −1 utils/soca/CMakeLists.txt
+4 −0 utils/soca/coupled/CMakeLists.txt
+53 −0 utils/soca/coupled/README.md
+8 −0 utils/soca/coupled/gdas_soca_to_fv3.cc
+79 −0 utils/soca/coupled/gdas_soca_to_fv3.h
+145 −0 utils/soca/diagnostics/Diagnostics.cc
+54 −0 utils/soca/diagnostics/Diagnostics.h
+76 −0 utils/soca/diagnostics/gdas_soca_diagnostics.cc
+22 −0 utils/soca/gdas_incr_handler.h
+2 −2 utils/soca/gdas_soca_utils.h
+14 −0 utils/soca/test/CMakeLists.txt
+49 −0 utils/soca/test/generate_coupled_resources.py
+2 −0 utils/soca/test/generate_soca_resources.py
+544 −0 utils/soca/test/testdata/fv3jedi/20201214.210000.sfc_data.tile1.cdl
+553 −0 utils/soca/test/testdata/fv3jedi/20201214.210000.sfc_data.tile2.cdl
+592 −0 utils/soca/test/testdata/fv3jedi/20201214.210000.sfc_data.tile3.cdl
+506 −0 utils/soca/test/testdata/fv3jedi/20201214.210000.sfc_data.tile4.cdl
+530 −0 utils/soca/test/testdata/fv3jedi/20201214.210000.sfc_data.tile5.cdl
+497 −0 utils/soca/test/testdata/fv3jedi/20201214.210000.sfc_data.tile6.cdl
+65 −0 utils/soca/test/testdata/fv3jedi/C12_oro_data.tile1.cdl
+66 −0 utils/soca/test/testdata/fv3jedi/C12_oro_data.tile2.cdl
+70 −0 utils/soca/test/testdata/fv3jedi/C12_oro_data.tile3.cdl
+57 −0 utils/soca/test/testdata/fv3jedi/C12_oro_data.tile4.cdl
+62 −0 utils/soca/test/testdata/fv3jedi/C12_oro_data.tile5.cdl
+58 −0 utils/soca/test/testdata/fv3jedi/C12_oro_data.tile6.cdl
+21 −0 utils/soca/test/testinput/gdas_soca_diagnostics.yaml
+37 −0 utils/soca/test/testinput/gdas_soca_to_fv3.yaml
+1 −1 utils/test/CMakeLists.txt