Skip to content

Commit

Permalink
clean stochy modules, keep separate from landmods
Browse files Browse the repository at this point in the history
  • Loading branch information
tsga committed Jan 5, 2025
1 parent f4bebb1 commit f0bcdd8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion do_submit_cycle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CYCLEDIR=${CYCLEDIR:-$(pwd)}

export vec2tileexec=${CYCLEDIR}/vector2tile/vector2tile_converter.exe
export LSMexec=${CYCLEDIR}/ufs-land-driver/run/ufsLand.exe
export EnsForcGenExe=${CYCLEDIR}/stochastic_physics/GenEnsForc.x
export EnsGenExe=${CYCLEDIR}/stochastic_physics/EnsGen.x

export DADIR=${CYCLEDIR}/DA_update/
export DAscript=${DADIR}/do_landDA.sh
Expand Down
1 change: 1 addition & 0 deletions land_mods
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ module load netcdf/4.7.0
module load netcdf-hdf5parallel/4.7.4
module load nco/5.1.6

module list
10 changes: 7 additions & 3 deletions stochy_mods
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
module purge

module use /scratch1/NCEPDEV/da/Tseganeh.Gichamo/global-workflow/sorc/ufs_model.fd/modulefiles
module load ufs_hera.intel
module use /scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.6.0/envs/unified-env-rocky8/install/modulefiles/Core

#module load netcdf/4.7.0
module load stack-intel/2021.5.0
module load stack-intel-oneapi-mpi/2021.5.1
module load netcdf/4.7.0
module load netcdf-hdf5parallel/4.7.4
module load nco/5.1.6
module load fms/2023.04
module load esmf/8.6.0

module list
2 changes: 1 addition & 1 deletion submit_cycle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ while [ $date_count -lt $cycles_per_job ]; do
source ${CYCLEDIR}/stochy_mods

nt=$SLURM_NTASKS
time srun '--export=ALL' --label -K -n $nt $EnsForcGenExe
time srun '--export=ALL' --label -K -n $nt $EnsGenExe
if [[ $? != 0 ]]; then
echo "EnsForc Gen failed"
exit
Expand Down

0 comments on commit f0bcdd8

Please sign in to comment.