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
1 change: 0 additions & 1 deletion modulefiles/GDAS/hera.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ setenv('MPIEXEC_NPROC', mpinproc)
setenv("CRTM_FIX","/scratch1/NCEPDEV/da/role.jedipara/GDASApp/fix/crtm/2.4.0")
setenv("GDASAPP_TESTDATA","/scratch1/NCEPDEV/da/role.jedipara/GDASApp/testdata")
setenv("GDASAPP_UNIT_TEST_DATA_PATH", "/scratch1/NCEPDEV/da/role.jedipara/GDASApp/unittestdata")
--prepend_path("PATH","/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/intel-18.0.5.274/prod_util/1.2.2/bin")

whatis("Name: ".. pkgName)
whatis("Version: ".. pkgVersion)
Expand Down
2 changes: 1 addition & 1 deletion modulefiles/GDAS/hercules.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ load("py-pybind11/2.11.0")
load("contrib/0.1")
load("noaatools/3.1")
load("rocoto/1.3.7")
load("prod_util/2.1.1")

load("hpc/1.2.0")
unload("python/3.10.13")
Expand All @@ -84,7 +85,6 @@ setenv('MPIEXEC_NPROC', mpinproc)
setenv("CRTM_FIX","/work2/noaa/da/role-da/GDASApp/fix/crtm/2.4.0")
setenv("GDASAPP_TESTDATA","/work2/noaa/da/role-da/GDASApp/testdata")
setenv("GDASAPP_UNIT_TEST_DATA_PATH", "/work2/noaa/da/role-da/GDASApp/unittestdata")
prepend_path("PATH","/apps/contrib/NCEP/libs/hpc-stack/intel-2018.4/prod_util/1.2.2/bin")

execute{cmd="ulimit -s unlimited",modeA={"load"}}

Expand Down
2 changes: 1 addition & 1 deletion modulefiles/GDAS/orion.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ load("py-pybind11/2.11.0")
load("contrib/0.1")
load("noaatools/3.1")
load("rocoto/1.3.7")
load("prod_util/2.1.1")

load("hpc/1.2.0")
unload("python/3.10.13")
Expand All @@ -84,7 +85,6 @@ setenv('MPIEXEC_NPROC', mpinproc)
setenv("CRTM_FIX","/work2/noaa/da/role-da/GDASApp/fix/crtm/2.4.0")
setenv("GDASAPP_TESTDATA","/work2/noaa/da/role-da/GDASApp/testdata")
setenv("GDASAPP_UNIT_TEST_DATA_PATH", "/work2/noaa/da/role-da/GDASApp/unittestdata")
prepend_path("PATH","/apps/contrib/NCEP/libs/hpc-stack/intel-2018.4/prod_util/1.2.2/bin")

execute{cmd="ulimit -s unlimited",modeA={"load"}}

Expand Down
2 changes: 1 addition & 1 deletion sorc/soca
2 changes: 1 addition & 1 deletion sorc/vader
Submodule vader updated 58 files
+6 −0 src/vader/RecipeBase.h
+1 −0 src/vader/recipes/AirDensityLevelsMinusOne.h
+9 −0 src/vader/recipes/AirDensityLevelsMinusOne_A.cc
+1 −0 src/vader/recipes/AirTemperature.h
+9 −4 src/vader/recipes/AirTemperature_A.cc
+1 −0 src/vader/recipes/AirVirtualTemperature.h
+6 −0 src/vader/recipes/AirVirtualTemperature_A.cc
+1 −0 src/vader/recipes/CloudIceMixingRatio.h
+6 −0 src/vader/recipes/CloudIceMixingRatio_A.cc
+1 −0 src/vader/recipes/CloudLiquidMixingRatio.h
+6 −0 src/vader/recipes/CloudLiquidMixingRatio_A.cc
+1 −0 src/vader/recipes/DryAirDensityLevelsMinusOne.h
+12 −0 src/vader/recipes/DryAirDensityLevelsMinusOne_A.cc
+1 −0 src/vader/recipes/EastwardWindAt10m.h
+5 −0 src/vader/recipes/EastwardWindAt10m_A.cc
+1 −0 src/vader/recipes/HydrostaticExnerLevels.h
+8 −0 src/vader/recipes/HydrostaticExnerLevels_A.cc
+1 −0 src/vader/recipes/NorthwardWindAt10m.h
+5 −0 src/vader/recipes/NorthwardWindAt10m_A.cc
+2 −0 src/vader/recipes/ParticulateMatter2p5.h
+9 −0 src/vader/recipes/ParticulateMatter2p5_A.cc
+5 −0 src/vader/recipes/ParticulateMatter2p5_B.cc
+1 −0 src/vader/recipes/RainMixingRatio.h
+6 −0 src/vader/recipes/RainMixingRatio_A.cc
+36 −0 src/vader/recipes/TestRecipes.cc
+50 −8 src/vader/recipes/TestRecipes.h
+1 −0 src/vader/recipes/TotalMixingRatio.h
+5 −0 src/vader/recipes/TotalMixingRatio_A.cc
+1 −0 src/vader/recipes/TotalWater.h
+5 −0 src/vader/recipes/TotalWater_A.cc
+2 −0 src/vader/recipes/VirtualPotentialTemperature.h
+6 −0 src/vader/recipes/VirtualPotentialTemperature_A.cc
+6 −0 src/vader/recipes/VirtualPotentialTemperature_B.cc
+1 −0 src/vader/recipes/WaterVaporMixingRatioWrtMoistAirAndCondensedWater.h
+1 −0 src/vader/recipes/WaterVaporMixingRatioWrtMoistAirAndCondensedWater2m.h
+5 −0 src/vader/recipes/WaterVaporMixingRatioWrtMoistAirAndCondensedWater2m_A.cc
+6 −0 src/vader/recipes/WaterVaporMixingRatioWrtMoistAirAndCondensedWater_A.cc
+304 −164 src/vader/vader.cc
+33 −7 src/vader/vader.h
+71 −0 test/testinput/planvariable.yaml
+6 −1 test/testinput/vader_AirTemperature_A.yaml
+3 −0 test/testinput/vader_CloudIceMixingRatio_A.yaml
+3 −0 test/testinput/vader_CloudLiquidMixingRatio_A.yaml
+17 −3 test/testinput/vader_DryAirDensityLevelsMinusOne_A.yaml
+9 −1 test/testinput/vader_HydrostaticExnerLevels_A.yaml
+5 −0 test/testinput/vader_ParticulateMatter2p5_A.yaml
+6 −1 test/testinput/vader_ParticulateMatter2p5_B.yaml
+3 −0 test/testinput/vader_RainMixingRatio_A.yaml
+1 −0 test/testinput/vader_TotalMixingRatio_A.yaml
+1 −0 test/testinput/vader_TotalWater_A.yaml
+6 −1 test/testinput/vader_VirtualPotentialTemperature_A.yaml
+6 −1 test/testinput/vader_VirtualPotentialTemperature_B.yaml
+1 −0 test/testinput/vader_WaterVaporMixingRatioWrtMoistAirAndCondensedWater2m_A.yaml
+3 −0 test/testinput/vader_WaterVaporMixingRatioWrtMoistAirAndCondensedWater_A.yaml
+1 −0 test/testinput/vader_uwind_at_10m_A.yaml
+1 −0 test/testinput/vader_vwind_at_10m_A.yaml
+54 −14 test/vader/PlanVariable.h
+44 −18 test/vader/Vader.h
2 changes: 2 additions & 0 deletions test/atm/global-workflow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ base:
STMP: "@bindir@/test/atm/global-workflow/testrun"
PTMP: "@bindir@/test/atm/global-workflow/testrun"
DO_TEST_MODE: "YES"
FHMAX_GFS: 24
FHMAX_HF_GFS: 0

atmanl:
JCB_ALGO_YAML_VAR: "@srcdir@/test/atm/global-workflow/jcb-prototype_3dvar.yaml.j2"
Expand Down
1 change: 1 addition & 0 deletions test/atm/global-workflow/jjob_ens_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export ACCOUNT=da-cpu
export COM_TOP=$ROTDIR

# Set GFS COM paths
export STRICT="NO"
source "${HOMEgfs}/ush/preamble.sh"
source "${HOMEgfs}/parm/config/gfs/config.com"

Expand Down
1 change: 1 addition & 0 deletions test/atm/global-workflow/jjob_ens_init_split.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export ACCOUNT=da-cpu
export COM_TOP=$ROTDIR

# Set GFS COM paths
export STRICT="NO"
source "${HOMEgfs}/ush/preamble.sh"
source "${HOMEgfs}/parm/config/gfs/config.com"

Expand Down
2 changes: 1 addition & 1 deletion test/atm/global-workflow/jjob_ens_obs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ cp $EXPDIR/config.base_lobsdiag_forenkf_true $EXPDIR/config.base

# Execute j-job
if [[ $machine = 'HERA' || $machine = 'ORION' || $machine = 'HERCULES' ]]; then
sbatch --nodes=1 --ntasks=36 --account=$ACCOUNT --qos=debug --time=00:30:00 --export=ALL --wait --output=atmensanlobs-%j.out ${HOMEgfs}/jobs/JGLOBAL_ATMENS_ANALYSIS_OBS
sbatch --nodes=1 --ntasks=36 --account=$ACCOUNT --qos=batch --time=00:30:00 --export=ALL --wait --output=atmensanlobs-%j.out ${HOMEgfs}/jobs/JGLOBAL_ATMENS_ANALYSIS_OBS
else
${HOMEgfs}/jobs/JGLOBAL_ATMENS_ANALYSIS_OBS
fi
2 changes: 1 addition & 1 deletion test/atm/global-workflow/jjob_ens_sol.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ cp $EXPDIR/config.base_lobsdiag_forenkf_true $EXPDIR/config.base

# Execute j-job
if [[ $machine = 'HERA' || $machine = 'ORION' || $machine = 'HERCULES' ]]; then
sbatch --nodes=1 --ntasks=36 --account=$ACCOUNT --qos=debug --time=00:30:00 --export=ALL --wait --output=atmensanlsol-%j.out ${HOMEgfs}/jobs/JGLOBAL_ATMENS_ANALYSIS_SOL
sbatch --nodes=1 --ntasks=36 --account=$ACCOUNT --qos=batch --time=00:30:00 --export=ALL --wait --output=atmensanlsol-%j.out ${HOMEgfs}/jobs/JGLOBAL_ATMENS_ANALYSIS_SOL
else
${HOMEgfs}/jobs/JGLOBAL_ATMENS_ANALYSIS_SOL
fi
1 change: 1 addition & 0 deletions test/atm/global-workflow/jjob_var_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export ACCOUNT=da-cpu
export COM_TOP=$ROTDIR

# Set GFS COM paths
export STRICT="NO"
source "${HOMEgfs}/ush/preamble.sh"
source "${HOMEgfs}/parm/config/gfs/config.com"

Expand Down