Skip to content

CSU - user runs #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
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
2 changes: 0 additions & 2 deletions iSnobal/CSU/configs/CP_awsm_2021.ini
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ new_snow_density_model: susong1999
winstral_veg_3011: 0.7
station_adjust_for_undercatch: False
storm_mass_threshold: 1.0
storm_days_restart: /pl/active/McGrath_Snow/isnobal/wy2021/cp/run20201001/storm_days.nc


################################################################################
Expand Down Expand Up @@ -254,7 +253,6 @@ update: False

[FILES]
init_type: netcdf_out
init_file: /pl/active/McGrath_Snow/isnobal/wy2021/cp/run20201001/snow.nc

[awsm system]
log_level: info
Expand Down
2 changes: 0 additions & 2 deletions iSnobal/CSU/configs/CP_awsm_2022.ini
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ new_snow_density_model: susong1999
winstral_veg_3011: 0.7
station_adjust_for_undercatch: False
storm_mass_threshold: 1.0
storm_days_restart: /pl/active/McGrath_Snow/isnobal/wy2022/cp/run20211001/storm_days.nc


################################################################################
Expand Down Expand Up @@ -254,7 +253,6 @@ update: False

[FILES]
init_type: netcdf_out
init_file: /pl/active/McGrath_Snow/isnobal/wy2022/cp/run20211001/snow.nc

[awsm system]
log_level: info
Expand Down
2 changes: 0 additions & 2 deletions iSnobal/CSU/configs/CP_awsm_2023.ini
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ new_snow_density_model: susong1999
winstral_veg_3011: 0.7
station_adjust_for_undercatch: False
storm_mass_threshold: 1.0
storm_days_restart: /pl/active/McGrath_Snow/isnobal/wy2023/cp/run20221001/storm_days.nc


################################################################################
Expand Down Expand Up @@ -254,7 +253,6 @@ update: False

[FILES]
init_type: netcdf_out
init_file: /pl/active/McGrath_Snow/isnobal/wy2023/cp/run20221001/snow.nc

[awsm system]
log_level: info
Expand Down
2 changes: 0 additions & 2 deletions iSnobal/CSU/configs/CP_awsm_2024.ini
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ new_snow_density_model: susong1999
winstral_veg_3011: 0.7
station_adjust_for_undercatch: False
storm_mass_threshold: 1.0
storm_days_restart: /pl/active/McGrath_Snow/isnobal/wy2024/cp/run20240116/storm_days.nc


################################################################################
Expand Down Expand Up @@ -254,7 +253,6 @@ update: False

[FILES]
init_type: netcdf_out
init_file: /pl/active/McGrath_Snow/isnobal/wy2024/cp/run20240116/snow.nc

[awsm system]
log_level: info
Expand Down
17 changes: 11 additions & 6 deletions iSnobal/CSU/slurm-scripts/iSnobal.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
#SBATCH --account=csu-general
#SBATCH --partition=csu

#SBATCH --time=18:00:00
#SBATCH --ntasks=32
#SBATCH --mem=32G
#SBATCH --time=8:00:00
#SBATCH --ntasks=24
#SBATCH --mem=12G

#SBATCH --mail-type=FAIL,END
#SBATCH --mail-user=[email protected]
#SBATCH --mail-user=__EMAIL__

#SBATCH --chdir=/scratch/alpine/c837508519\@colostate.edu/
#SBATCH --chdir=__SCRATCH_PATH__
#SBATCH --output=slurm-%j.out-%N
#SBATCH --error=slurm-%j.err-%N

Expand All @@ -21,5 +21,10 @@ export OMP_NUM_THREADS=${SLURM_NTASKS}
module load miniforge
mamba activate isnoda

awsm -c /projects/[email protected]/iSnobal-configs/CameronPass/CP_awsm_2021.ini
START_DATE="2023-10-01"
WATER_YEAR=$((${START_DATE:0:4} + 1))

awsm -c /projects/[email protected]/iSnobal-configs/CameronPass/CP_awsm_${WATER_YEAR}.ini \
--start_date ${START_DATE} --no_previous
awsm -c /projects/[email protected]/iSnobal-configs/CameronPass/CP_awsm_${WATER_YEAR}.ini