Skip to content
Open
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
3 changes: 3 additions & 0 deletions run/V1/MED1.1-R-V1/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# ignore stdout directory
stdout/*
rams-6.3.04
1 change: 1 addition & 0 deletions run/V1/MED1.1-R-V1/Notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Filenames that end with the "sst" represent the simulations that final simulations that use the ERA5 ssts.
861 changes: 861 additions & 0 deletions run/V1/MED1.1-R-V1/RAMSIN_G1_HIS1_SST

Large diffs are not rendered by default.

861 changes: 861 additions & 0 deletions run/V1/MED1.1-R-V1/RAMSIN_G1_INI

Large diffs are not rendered by default.

861 changes: 861 additions & 0 deletions run/V1/MED1.1-R-V1/RAMSIN_G1_INI_SST

Large diffs are not rendered by default.

861 changes: 861 additions & 0 deletions run/V1/MED1.1-R-V1/RAMSIN_G1_SFC

Large diffs are not rendered by default.

861 changes: 861 additions & 0 deletions run/V1/MED1.1-R-V1/RAMSIN_G1_VAR

Large diffs are not rendered by default.

861 changes: 861 additions & 0 deletions run/V1/MED1.1-R-V1/RAMSIN_G2_HIS1_SST

Large diffs are not rendered by default.

861 changes: 861 additions & 0 deletions run/V1/MED1.1-R-V1/RAMSIN_G2_HIS2_SST

Large diffs are not rendered by default.

861 changes: 861 additions & 0 deletions run/V1/MED1.1-R-V1/RAMSIN_G2_INI

Large diffs are not rendered by default.

861 changes: 861 additions & 0 deletions run/V1/MED1.1-R-V1/RAMSIN_G2_INI_SST

Large diffs are not rendered by default.

861 changes: 861 additions & 0 deletions run/V1/MED1.1-R-V1/RAMSIN_G2_SFC

Large diffs are not rendered by default.

861 changes: 861 additions & 0 deletions run/V1/MED1.1-R-V1/RAMSIN_G3_HIS1_SST

Large diffs are not rendered by default.

861 changes: 861 additions & 0 deletions run/V1/MED1.1-R-V1/RAMSIN_G3_HIS2_SST

Large diffs are not rendered by default.

861 changes: 861 additions & 0 deletions run/V1/MED1.1-R-V1/RAMSIN_G3_INI

Large diffs are not rendered by default.

861 changes: 861 additions & 0 deletions run/V1/MED1.1-R-V1/RAMSIN_G3_INI_SST

Large diffs are not rendered by default.

861 changes: 861 additions & 0 deletions run/V1/MED1.1-R-V1/RAMSIN_G3_SFC

Large diffs are not rendered by default.

861 changes: 861 additions & 0 deletions run/V1/MED1.1-R-V1/Tests/RAMSIN_G1_INI_00Z

Large diffs are not rendered by default.

861 changes: 861 additions & 0 deletions run/V1/MED1.1-R-V1/Tests/RAMSIN_G1_INI_00Z_SST

Large diffs are not rendered by default.

861 changes: 861 additions & 0 deletions run/V1/MED1.1-R-V1/Tests/RAMSIN_G1_INI_09Z

Large diffs are not rendered by default.

861 changes: 861 additions & 0 deletions run/V1/MED1.1-R-V1/Tests/RAMSIN_G1_VAR_00Z

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions run/V1/MED1.1-R-V1/Tests/ple_RAMS_G1_ini_00Z
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#PBS -S /bin/csh
#PBS -V
#PBS -q smd_ops
#PBS -lselect=30:ncpus=128:mpiprocs=128:model=rom_ait,walltime=36:00:00
#PBS -W group_list=s2841
#PBS -j oe
#PBS -o /home5/pmarines/INCUS/fPROD/V1/git/RAMS/run/V1/MED1.1-R-V1/stdout/G1_INI_00z_SST_rom.txt
#PBS -N G1_INI_MED1.1-R-V1_00Z_SST_rom
#PBS -m be
#PBS -r n

# Example submission script for the RAMS model on NASA Pleiades machine for INCUS
# Note the use of the rom_ait nodes, as opposed to broadwell nodes, which we have found to run more quickly
# s2841 represents the use of INCUS hours

setenv MPI_TYPE_DEPTH 16
setenv MPI_LAUNCH_TIMEOUT 180
# Load modules needed for RAMS compilation and running
module load gcc/10.3
module load mpi-hpe/mpt
module load comp-intel/2020.4.304
module load szip/2.1.1
#limit coredumpsize unlimited

# Add paths to specific HDF and ZFP compression libraries, which are build seperately on pleaides
# HDF5 Library
setenv LD_LIBRARY_PATH /home5/pmarines/INCUS/misc/hdf5-1.10.8_build_2024/lib:$LD_LIBRARY_PATH
# ZFP Library
setenv LD_LIBRARY_PATH /home5/pmarines/INCUS/misc/zfp/lib:$LD_LIBRARY_PATH
# HDF5 ZFP Library
setenv LD_LIBRARY_PATH /home5/pmarines/INCUS/misc/H5Z-ZFP_build_2024/lib:$LD_LIBRARY_PATH
# HDF5 Plugin path
setenv HDF5_PLUGIN_PATH /home5/pmarines/INCUS/misc/H5Z-ZFP_build_2024/plugin

# Submission command
mpiexec ./rams-6.3.04 -f ./RAMSIN_G1_INI_00Z_SST >& /home5/pmarines/INCUS/fPROD/V1/git/RAMS/run/V1/MED1.1-R-V1/stdout/RAMS_G1_INI_00Z_SST_rom.txt
36 changes: 36 additions & 0 deletions run/V1/MED1.1-R-V1/Tests/ple_RAMS_G1_ini_00Z_sst
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#PBS -S /bin/csh
#PBS -V
#PBS -q smd_ops
#PBS -lselect=30:ncpus=128:mpiprocs=128:model=rom_ait,walltime=36:00:00
#PBS -W group_list=s2841
#PBS -j oe
#PBS -o /home5/pmarines/INCUS/fPROD/V1/git/RAMS/run/V1/MED1.1-R-V1/stdout/G1_INI_00z_SST_rom.txt
#PBS -N G1_INI_MED1.1-R-V1_00Z_SST_rom
#PBS -m be
#PBS -r n

# Example submission script for the RAMS model on NASA Pleiades machine for INCUS
# Note the use of the rom_ait nodes, as opposed to broadwell nodes, which we have found to run more quickly
# s2841 represents the use of INCUS hours

setenv MPI_TYPE_DEPTH 16
setenv MPI_LAUNCH_TIMEOUT 180
# Load modules needed for RAMS compilation and running
module load gcc/10.3
module load mpi-hpe/mpt
module load comp-intel/2020.4.304
module load szip/2.1.1
#limit coredumpsize unlimited

# Add paths to specific HDF and ZFP compression libraries, which are build seperately on pleaides
# HDF5 Library
setenv LD_LIBRARY_PATH /home5/pmarines/INCUS/misc/hdf5-1.10.8_build_2024/lib:$LD_LIBRARY_PATH
# ZFP Library
setenv LD_LIBRARY_PATH /home5/pmarines/INCUS/misc/zfp/lib:$LD_LIBRARY_PATH
# HDF5 ZFP Library
setenv LD_LIBRARY_PATH /home5/pmarines/INCUS/misc/H5Z-ZFP_build_2024/lib:$LD_LIBRARY_PATH
# HDF5 Plugin path
setenv HDF5_PLUGIN_PATH /home5/pmarines/INCUS/misc/H5Z-ZFP_build_2024/plugin

# Submission command
mpiexec ./rams-6.3.04 -f ./RAMSIN_G1_INI_00Z_SST >& /home5/pmarines/INCUS/fPROD/V1/git/RAMS/run/V1/MED1.1-R-V1/stdout/RAMS_G1_INI_00Z_SST_rom.txt
36 changes: 36 additions & 0 deletions run/V1/MED1.1-R-V1/Tests/ple_RAMS_G1_ini_09Z
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#PBS -S /bin/csh
#PBS -V
#PBS -q smd_ops
#PBS -lselect=30:ncpus=128:mpiprocs=128:model=rom_ait,walltime=36:00:00
#PBS -W group_list=s2841
#PBS -j oe
#PBS -o /home5/pmarines/INCUS/fPROD/V1/git/RAMS/run/V1/MED1.1-R-V1/stdout/G1_INI_09z_rom.txt
#PBS -N G1_INI_MED1.1-R-V1_09Z_rom
#PBS -m be
#PBS -r n

# Example submission script for the RAMS model on NASA Pleiades machine for INCUS
# Note the use of the rom_ait nodes, as opposed to broadwell nodes, which we have found to run more quickly
# s2841 represents the use of INCUS hours

setenv MPI_TYPE_DEPTH 16
setenv MPI_LAUNCH_TIMEOUT 180
# Load modules needed for RAMS compilation and running
module load gcc/10.3
module load mpi-hpe/mpt
module load comp-intel/2020.4.304
module load szip/2.1.1
#limit coredumpsize unlimited

# Add paths to specific HDF and ZFP compression libraries, which are build seperately on pleaides
# HDF5 Library
setenv LD_LIBRARY_PATH /home5/pmarines/INCUS/misc/hdf5-1.10.8_build_2024/lib:$LD_LIBRARY_PATH
# ZFP Library
setenv LD_LIBRARY_PATH /home5/pmarines/INCUS/misc/zfp/lib:$LD_LIBRARY_PATH
# HDF5 ZFP Library
setenv LD_LIBRARY_PATH /home5/pmarines/INCUS/misc/H5Z-ZFP_build_2024/lib:$LD_LIBRARY_PATH
# HDF5 Plugin path
setenv HDF5_PLUGIN_PATH /home5/pmarines/INCUS/misc/H5Z-ZFP_build_2024/plugin

# Submission command
mpiexec ./rams-6.3.04 -f ./RAMSIN_G1_INI_09Z >& /home5/pmarines/INCUS/fPROD/V1/git/RAMS/run/V1/MED1.1-R-V1/stdout/RAMS_G1_INI_09Z_rom.txt
36 changes: 36 additions & 0 deletions run/V1/MED1.1-R-V1/Tests/ple_RAMS_G1_var_00Z
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#PBS -S /bin/csh
#PBS -V
#PBS -q smd_ops
#PBS -lselect=1:ncpus=1:mpiprocs=1:model=bro,walltime=01:55:00
#PBS -W group_list=s2841
#PBS -j oe
#PBS -o /home5/pmarines/INCUS/fPROD/V1/git/RAMS/run/V1/MED1.1-R-V1/stdout/G1_VAR_00.txt
#PBS -N G1_VAR_MED1.1-R-V1
#PBS -m be
#PBS -r n

# Example submission script for the RAMS model on NASA Pleiades machine for INCUS
# Note the use of the rom_ait nodes, as opposed to broadwell nodes, which we have found to run more quickly
# s2841 represents the use of INCUS hours

setenv MPI_TYPE_DEPTH 16
setenv MPI_LAUNCH_TIMEOUT 180
# Load modules needed for RAMS compilation and running
module load gcc/10.3
module load mpi-hpe/mpt
module load comp-intel/2020.4.304
module load szip/2.1.1
#limit coredumpsize unlimited

# Add paths to specific HDF and ZFP compression libraries, which are build seperately on pleaides
# HDF5 Library
setenv LD_LIBRARY_PATH /home5/pmarines/INCUS/misc/hdf5-1.10.8_build_2024/lib:$LD_LIBRARY_PATH
# ZFP Library
setenv LD_LIBRARY_PATH /home5/pmarines/INCUS/misc/zfp/lib:$LD_LIBRARY_PATH
# HDF5 ZFP Library
setenv LD_LIBRARY_PATH /home5/pmarines/INCUS/misc/H5Z-ZFP_build_2024/lib:$LD_LIBRARY_PATH
# HDF5 Plugin path
setenv HDF5_PLUGIN_PATH /home5/pmarines/INCUS/misc/H5Z-ZFP_build_2024/plugin

# Submission command
mpiexec ./rams-6.3.04 -f ./RAMSIN_G1_VAR_00Z >& /home5/pmarines/INCUS/fPROD/V1/git/RAMS/run/V1/MED1.1-R-V1/stdout/RAMS_G1_VAR_00.txt
32 changes: 32 additions & 0 deletions run/V1/MED1.1-R-V1/ple_RAMS.INCUS
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#PBS -S /bin/csh
#PBS -V
#PBS -q normal
#PBS -lselect=30:ncpus=128:mpiprocs=128:model=rom_ait,walltime=08:00:00
#PBS -W group_list=s2841
#PBS -j oe
#PBS -o </path/to/standard/output/error/file.txt>
#PBS -N INCUS.RAMS.Submission.Name
#PBS -m be
#PBS -r n

# Example submission script for the RAMS model on NASA Pleiades machine for INCUS
# Note the use of the rom_ait nodes, as opposed to broadwell nodes, which we have found to run more quickly
# s2841 represents the use of INCUS hours

setenv MPI_TYPE_DEPTH 16
# Load modules needed for RAMS compilation and running
module load gcc/10.3 mpi-hpe/mpt comp-intel/2020.4.304 szip/2.1.1
#limit coredumpsize unlimited

# Add paths to specific HDF and ZFP compression libraries, which are build seperately on pleaides
# HDF5 Library
setenv LD_LIBRARY_PATH /home5/pmarines/INCUS/misc/hdf5-1.10.8_build/lib:$LD_LIBRARY_PATH
# ZFP Library
setenv LD_LIBRARY_PATH /home5/pmarines/INCUS/misc/zfp/lib:$LD_LIBRARY_PATH
# HDF5 ZFP Library
setenv LD_LIBRARY_PATH /home5/pmarines/INCUS/misc/H5Z-ZFP_build/lib:$LD_LIBRARY_PATH
# HDF5 Plugin path
setenv HDF5_PLUGIN_PATH /home5/pmarines/INCUS/misc/H5Z-ZFP_build/plugin

# Submission command
mpiexec ./rams-6.3.04_rom_mem_nmach_nog_spg -f ./RAMSIN.INCUS >& /path/to/standard/RAMS/output/file.txt
35 changes: 35 additions & 0 deletions run/V1/MED1.1-R-V1/ple_RAMS.INCUS.ldan
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#PBS -q ldan
#PBS -lselect=1:ncpus=1:mem=975GB
#PBS -lwalltime=8:00:00
#PBS -W group_list=s2841
#PBS -j oe
#PBS -o /home5/pmarines/INCUS/fPROD/V1/git/RAMS/run/V1/MED1.1-R-V1/stdout/G3_INI_qldan_950GB_SST.txt
#PBS -N G3_INI
#PBS -m be
#PBS -r n

# Example submission script for the RAMS model on NASA Pleiades machine for INCUS for high-memory initializations when adding new grids
# Note the use of the ldan node, as opposed to broadwell or rome aitken nodes
# Also note that specification of memory (the above memory and wall clock time worked for [670x500, 1250x950, 2698x2718]x232 domains
# s2841 represents the use of INCUS hours

#setenv MPI_TYPE_DEPTH 16
# Load modules needed for RAMS compilation and running
module load gcc/10.3 mpi-hpe/mpt comp-intel/2020.4.304 szip/2.1.1
#limit coredumpsize unlimited

# Add paths to specific HDF and ZFP compression libraries, which are build seperately on pleaides
# HDF5 Library
export LD_LIBRARY_PATH="/home5/pmarines/INCUS/misc/hdf5-1.10.8_build/lib:$LD_LIBRARY_PATH"
# ZFP Library
export LD_LIBRARY_PATH="/home5/pmarines/INCUS/misc/zfp/lib:$LD_LIBRARY_PATH"
# HDF5 ZFP Library
export LD_LIBRARY_PATH="/home5/pmarines/INCUS/misc/H5Z-ZFP_build/lib:$LD_LIBRARY_PATH"
# HDF5 Plugin path
export HDF5_PLUGIN_PATH="/home5/pmarines/INCUS/misc/H5Z-ZFP_build/plugin"

#Go to pleiades home directory
cd /home5/pmarines/INCUS/fPROD/V1/git/RAMS/run/V1/MED1.1-R-V1/ # CHANGE to location of run directory, path relative to lou (lfe) node

# Submission command
mpiexec ./rams-6.3.04 -f ./RAMSIN_G3_INI_SST >& /home5/pmarines/INCUS/fPROD/V1/git/RAMS/run/V1/MED1.1-R-V1/stdout/RAMS_G3_INI_qldan_950GB_SST.txt
36 changes: 36 additions & 0 deletions run/V1/MED1.1-R-V1/ple_RAMS_G1_his1_sst
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#PBS -S /bin/csh
#PBS -V
#PBS -q smd_ops
#PBS -lselect=30:ncpus=128:mpiprocs=128:model=rom_ait,walltime=48:00:00
#PBS -W group_list=s2841
#PBS -j oe
#PBS -o /home5/pmarines/INCUS/fPROD/V1/git/RAMS/run/V1/MED1.1-R-V1/stdout/G1_HIS1_SST_rom.txt
#PBS -N G1_HIS1_MED1.1-R-V1_SST_rom
#PBS -m be
#PBS -r n

# Example submission script for the RAMS model on NASA Pleiades machine for INCUS
# Note the use of the rom_ait nodes, as opposed to broadwell nodes, which we have found to run more quickly
# s2841 represents the use of INCUS hours

setenv MPI_TYPE_DEPTH 16
setenv MPI_LAUNCH_TIMEOUT 180
# Load modules needed for RAMS compilation and running
module load gcc/10.3
module load mpi-hpe/mpt
module load comp-intel/2020.4.304
module load szip/2.1.1
#limit coredumpsize unlimited

# Add paths to specific HDF and ZFP compression libraries, which are build seperately on pleaides
# HDF5 Library
setenv LD_LIBRARY_PATH /home5/pmarines/INCUS/misc/hdf5-1.10.8_build_2024/lib:$LD_LIBRARY_PATH
# ZFP Library
setenv LD_LIBRARY_PATH /home5/pmarines/INCUS/misc/zfp/lib:$LD_LIBRARY_PATH
# HDF5 ZFP Library
setenv LD_LIBRARY_PATH /home5/pmarines/INCUS/misc/H5Z-ZFP_build_2024/lib:$LD_LIBRARY_PATH
# HDF5 Plugin path
setenv HDF5_PLUGIN_PATH /home5/pmarines/INCUS/misc/H5Z-ZFP_build_2024/plugin

# Submission command
mpiexec ./rams-6.3.04 -f ./RAMSIN_G1_HIS1_SST >& /home5/pmarines/INCUS/fPROD/V1/git/RAMS/run/V1/MED1.1-R-V1/stdout/RAMS_G1_HIS1_SST_rom.txt
36 changes: 36 additions & 0 deletions run/V1/MED1.1-R-V1/ple_RAMS_G1_ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#PBS -S /bin/csh
#PBS -V
#PBS -q smd_ops
#PBS -lselect=130:ncpus=28:mpiprocs=28:model=bro,walltime=36:00:00
#PBS -W group_list=s2841
#PBS -j oe
#PBS -o /home5/pmarines/INCUS/fPROD/V1/git/RAMS/run/V1/MED1.1-R-V1/stdout/G1_INI.txt
#PBS -N G1_INI_MED1.1-R-V1
#PBS -m be
#PBS -r n

# Example submission script for the RAMS model on NASA Pleiades machine for INCUS
# Note the use of the rom_ait nodes, as opposed to broadwell nodes, which we have found to run more quickly
# s2841 represents the use of INCUS hours

setenv MPI_TYPE_DEPTH 16
setenv MPI_LAUNCH_TIMEOUT 180
# Load modules needed for RAMS compilation and running
module load gcc/10.3
module load mpi-hpe/mpt
module load comp-intel/2020.4.304
module load szip/2.1.1
#limit coredumpsize unlimited

# Add paths to specific HDF and ZFP compression libraries, which are build seperately on pleaides
# HDF5 Library
setenv LD_LIBRARY_PATH /home5/pmarines/INCUS/misc/hdf5-1.10.8_build_2024/lib:$LD_LIBRARY_PATH
# ZFP Library
setenv LD_LIBRARY_PATH /home5/pmarines/INCUS/misc/zfp/lib:$LD_LIBRARY_PATH
# HDF5 ZFP Library
setenv LD_LIBRARY_PATH /home5/pmarines/INCUS/misc/H5Z-ZFP_build_2024/lib:$LD_LIBRARY_PATH
# HDF5 Plugin path
setenv HDF5_PLUGIN_PATH /home5/pmarines/INCUS/misc/H5Z-ZFP_build_2024/plugin

# Submission command
mpiexec ./rams-6.3.04 -f ./RAMSIN_G1_INI >& /home5/pmarines/INCUS/fPROD/V1/git/RAMS/run/V1/MED1.1-R-V1/stdout/RAMS_G1_INI.txt
36 changes: 36 additions & 0 deletions run/V1/MED1.1-R-V1/ple_RAMS_G1_ini_sst
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#PBS -S /bin/csh
#PBS -V
#PBS -q smd_ops
#PBS -lselect=30:ncpus=128:mpiprocs=128:model=rom_ait,walltime=48:00:00
#PBS -W group_list=s2841
#PBS -j oe
#PBS -o /home5/pmarines/INCUS/fPROD/V1/git/RAMS/run/V1/MED1.1-R-V1/stdout/G1_INI_SST_rom.txt
#PBS -N G1_INI_MED1.1-R-V1_SST_rom
#PBS -m be
#PBS -r n

# Example submission script for the RAMS model on NASA Pleiades machine for INCUS
# Note the use of the rom_ait nodes, as opposed to broadwell nodes, which we have found to run more quickly
# s2841 represents the use of INCUS hours

setenv MPI_TYPE_DEPTH 16
setenv MPI_LAUNCH_TIMEOUT 180
# Load modules needed for RAMS compilation and running
module load gcc/10.3
module load mpi-hpe/mpt
module load comp-intel/2020.4.304
module load szip/2.1.1
#limit coredumpsize unlimited

# Add paths to specific HDF and ZFP compression libraries, which are build seperately on pleaides
# HDF5 Library
setenv LD_LIBRARY_PATH /home5/pmarines/INCUS/misc/hdf5-1.10.8_build_2024/lib:$LD_LIBRARY_PATH
# ZFP Library
setenv LD_LIBRARY_PATH /home5/pmarines/INCUS/misc/zfp/lib:$LD_LIBRARY_PATH
# HDF5 ZFP Library
setenv LD_LIBRARY_PATH /home5/pmarines/INCUS/misc/H5Z-ZFP_build_2024/lib:$LD_LIBRARY_PATH
# HDF5 Plugin path
setenv HDF5_PLUGIN_PATH /home5/pmarines/INCUS/misc/H5Z-ZFP_build_2024/plugin

# Submission command
mpiexec ./rams-6.3.04 -f ./RAMSIN_G1_INI_SST >& /home5/pmarines/INCUS/fPROD/V1/git/RAMS/run/V1/MED1.1-R-V1/stdout/RAMS_G1_INI_SST_rom.txt
36 changes: 36 additions & 0 deletions run/V1/MED1.1-R-V1/ple_RAMS_G1_sfc
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#PBS -S /bin/csh
#PBS -V
#PBS -q devel
#PBS -lselect=1:ncpus=1:mpiprocs=1:model=bro,walltime=01:00:00
#PBS -W group_list=s2841
#PBS -j oe
#PBS -o /home5/pmarines/INCUS/fPROD/V1/git/RAMS/run/V1/MED1.1-R-V1/stdout/G1_SFC.txt
#PBS -N G1_SFC_MED1.1-R-V1
#PBS -m be
#PBS -r n

# Example submission script for the RAMS model on NASA Pleiades machine for INCUS
# Note the use of the rom_ait nodes, as opposed to broadwell nodes, which we have found to run more quickly
# s2841 represents the use of INCUS hours

setenv MPI_TYPE_DEPTH 16
setenv MPI_LAUNCH_TIMEOUT 180
# Load modules needed for RAMS compilation and running
module load gcc/10.3
module load mpi-hpe/mpt
module load comp-intel/2020.4.304
module load szip/2.1.1
#limit coredumpsize unlimited

# Add paths to specific HDF and ZFP compression libraries, which are build seperately on pleaides
# HDF5 Library
setenv LD_LIBRARY_PATH /home5/pmarines/INCUS/misc/hdf5-1.10.8_build_2024/lib:$LD_LIBRARY_PATH
# ZFP Library
setenv LD_LIBRARY_PATH /home5/pmarines/INCUS/misc/zfp/lib:$LD_LIBRARY_PATH
# HDF5 ZFP Library
setenv LD_LIBRARY_PATH /home5/pmarines/INCUS/misc/H5Z-ZFP_build_2024/lib:$LD_LIBRARY_PATH
# HDF5 Plugin path
setenv HDF5_PLUGIN_PATH /home5/pmarines/INCUS/misc/H5Z-ZFP_build_2024/plugin

# Submission command
mpiexec ./rams-6.3.04 -f ./RAMSIN_G1_SFC >& /home5/pmarines/INCUS/fPROD/V1/git/RAMS/run/V1/MED1.1-R-V1/stdout/RAMS_G1_SFC.txt
Loading