Skip to content

Commit

Permalink
hill year 0001 -> 2001, more memory on notchpeak
Browse files Browse the repository at this point in the history
  • Loading branch information
janmandel committed Jul 27, 2022
1 parent 2800701 commit 62fae6a
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/em_fire/hill/namelist.input
4 changes: 2 additions & 2 deletions test/em_fire/hill/namelist.input.hill
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
run_hours = 0,
run_minutes = 5,
run_seconds = 0,
start_year = 0001, 0001, 0001,
start_year = 2001, 0001, 0001,
start_month = 01, 01, 01,
start_day = 01, 01, 01,
start_hour = 00, 00, 00,
start_minute = 00, 01, 01,
start_second = 00, 00, 00,
end_year = 0001, 0001, 0001,
end_year = 2001, 0001, 0001,
end_month = 01, 01, 01,
end_day = 01, 01, 01,
end_hour = 00, 00, 00,
Expand Down
4 changes: 2 additions & 2 deletions test/em_fire/hill/namelist.input.topo
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
run_hours = 0,
run_minutes = 5,
run_seconds = 0,
start_year = 0001, 0001, 0001,
start_year = 2001, 0001, 0001,
start_month = 01, 01, 01,
start_day = 01, 01, 01,
start_hour = 00, 00, 00,
start_minute = 00, 01, 01,
start_second = 00, 00, 00,
end_year = 0001, 0001, 0001,
end_year = 2001, 0001, 0001,
end_month = 01, 01, 01,
end_day = 01, 01, 01,
end_hour = 00, 00, 00,
Expand Down
24 changes: 24 additions & 0 deletions test/em_fire/hill/run_WRF_notchpeak
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#!/bin/tcsh
#SBATCH --account=efd-np
#SBATCH --partition=efd-shared-np
#SBATCH --nodes=1
#SBATCH --mem=45G
#SBATCH --time=1:00:00 # walltime, abbreviated by -t
#SBATCH -o slurm-%j.out-%N # name of the stdout, using the job number (%j) and the first node (%N)
#SBATCH --ntasks=16 # number of MPI tasks, abbreviated by -n
#SBATCH --job-name=INV_WRF

# set data and working directories

# load appropriate modules, in this case Intel compilers, MPICHa
source /uufs/chpc.utah.edu/common/home/u6015690/bin/intel.tcsh
source /uufs/chpc.utah.edu/common/home/u6015690/bin/pnetcdf.tcsh

rm -f rsl.error.???? rsl.out.????

# run the program
mpirun -np 1 ./ideal.exe
mv rsl.error.0000 ideal.log
mpirun -np 16 ./wrf.exe


0 comments on commit 62fae6a

Please sign in to comment.