Skip to content

Commit

Permalink
add notes
Browse files Browse the repository at this point in the history
  • Loading branch information
josephzhang8 committed May 16, 2024
1 parent 98c3890 commit c321c67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/Hydro/misc_subs.F90
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@

! subroutine signa2
! subroutine compute_wave_force_lon (called from ESMF directly for WW3)
! subroutine get_WW3_arrays and other routines (called from ESMF directly for WW3
! for 3D vortex coupling)

!===============================================================================
!===============================================================================
Expand Down Expand Up @@ -6375,7 +6377,7 @@ end subroutine compute_wave_force_lon
! (search /OASOCM)
!=========================================================================
#ifdef USE_WW3
! Grab necessary arrays from WW3 and save into SCHISM global arrays
! Grab necessary arrays from WW3 and save into SCHISM arrays
SUBROUTINE get_WW3_arrays(WW3__OHS,WW3__DIR,WW3_T0M1,WW3__WNM,WW3__BHD,WW3_USSX,WW3_USSY, &
&WW3_TWOX,WW3_TWOY,WW3_TBBX,WW3_TBBY,WW3_UBRX,WW3_UBRY)
USE schism_glbl, ONLY: rkind,errmsg,np,npa,wave_hs,wave_dir,wave_tm1, &
Expand Down
3 changes: 2 additions & 1 deletion src/Utility/Cluster_files/run_kuro
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/bin/tcsh
#SBATCH --job-name=R01a
#SBATCH --job-name=01a
##64 cores/nodes. Use sinfo to see system status
#SBATCH -N 13 --ntasks-per-node=64
##Max wall clock time is 2 days
#SBATCH -t 24:00:00
##SBATCH --mail-type=all

srun ./pschism_KURO_BLD_STANDALONE_TVD-VL 6

0 comments on commit c321c67

Please sign in to comment.