Skip to content

Commit

Permalink
Merge pull request ECCO-GROUP#184 from owang01/runscript
Browse files Browse the repository at this point in the history
Update some run scripts
  • Loading branch information
owang01 authored Jul 15, 2023
2 parents 738546f + 2abc7ec commit ed0454a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ECCOv4 Release 4/scripts/pbs_autoopt_v4r4_coldstart.csh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ setenv MPI_DISPLAY_SETTINGS

# Set run specific variables
set nprocs = 96
set basedir = FULL_PATH_TO_WORKINGDIR/ECCOV4/release4/
set basedir = `pwd`
set inputdir = ${basedir}/input/

# Specify starting iteration number
Expand Down
2 changes: 1 addition & 1 deletion ECCOv4 Release 4/scripts/pbs_v4r4.adjsen.simplecost.csh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ setenv MPI_BUFS_PER_PROC 128
setenv MPI_DISPLAY_SETTINGS

set nprocs = 96
set basedir = ./
set basedir = `pwd`
set inputdir = ../input/

# Check & remove existing run, if present, for a fresh start
Expand Down
Empty file modified ECCOv4 Release 5/code/shelfice_forcing.F
100755 → 100644
Empty file.
Empty file modified ECCOv4 Release 5/code/shelfice_thermodynamics.F
100755 → 100644
Empty file.

0 comments on commit ed0454a

Please sign in to comment.