Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bigasmountain committed Apr 30, 2024
2 parents c05e142 + 27c3bda commit 8dd0ab6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Binary file modified doc/Manual_CaMa-Flood_v420.docx
Binary file not shown.
Binary file removed doc/Manual_ReservoirOperation.docx
Binary file not shown.
Binary file added doc/Note_HighPerformanceComputing.docx
Binary file not shown.
4 changes: 2 additions & 2 deletions gosh/test5_mpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export HDF5LIB="/opt/local/hdf5-1.10.5/lib"
export DYLD_LIBRARY_PATH="${HDF5LIB}:${IFORTLIB}:${DYLD_LIBRARY_PATH}"

#*** 0c. OpenMP thread number
MPINP=8 # MPI process number
export OMP_NUM_THREADS=2 # OpenMP cpu num

#================================================
Expand All @@ -45,13 +46,12 @@ export OMP_NUM_THREADS=2 # OpenMP cpu num

#============================
#*** 1a. Experiment directory setting
EXP="mpi8omp2" # experiment name (output directory name)
EXP="mpi${MPINP}omp${OMP_NUM_THREADS}" # experiment name (output directory name)
RDIR=${BASE}/out/${EXP} # directory to run CaMa-Flood
EXE="MAIN_cmf" # Execute file name
PROG=${BASE}/src/${EXE} # location of Fortran main program
NMLIST="./input_cmf.nam" # standard namelist
LOGOUT="./log_CaMa.txt" # standard log output
MPINP=8 # MPI process number

#============================
#*** 1b. Model physics option
Expand Down
8 changes: 4 additions & 4 deletions map/src/src_dam/s00-link.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ NATDIR=${BASE}/out/test1-glb_15min
## Data can be downloaded below. Please specify the directory where "*_intp" files are located.
## https://dataverse.tdl.org/dataset.xhtml?persistentId=doi:10.18738/T8/DF80WG

#GRSAD="${BASE}/map/data/GRSAD_sample/" # sample data
GRSAD="${BASE}/map/data/GRSAD_sample/" # sample data
#GRSADdir="/home/yamadai/work/data/Dam+Lake/GRSAD/GRSAD_timeseries/"
GRSAD="/Users/yamadai/work/data/Dam+Lake/GRSAD/GRSAD_timeseries/"
#GRSAD="/Users/yamadai/work/data/Dam+Lake/GRSAD/GRSAD_timeseries/"

# ReGeom data (Global Reservoir Geometry Database)
## Data can be downloaded below. Please specify the directory where "*.csv" data are located.
## https://zenodo.org/record/1322884#.YF1owUj7QW_

#ReGeom="${BASE}/map/data/ReGeom_sample/" # sample data
ReGeom="${BASE}/map/data/ReGeom_sample/" # sample data
#ReGeomdir="/home/yamadai/work/data/Dam+Lake/ReGeom/Area_Strg_Dp/Area_Strg_Dp/"
ReGeom="/Users/yamadai/work/data/Dam+Lake/ReGeom/Area_Strg_Dp/"
#ReGeom="/Users/yamadai/work/data/Dam+Lake/ReGeom/Area_Strg_Dp/"

#===========================================================

Expand Down

0 comments on commit 8dd0ab6

Please sign in to comment.