Run CaMa Flood - HiroyukiTsujino/JRA55-do GitHub Wiki

2. Run the river routing model CaMa-Flood

Work place

  • CaMa-Flood directory

Preparation

  • Extract CaMa-Flood_v3.6_JRA55.tgz at CaMa-Flood.
  • Edit and execute make_links.sh to make symbolic link to input/output directory.
    • INPUT ---> ../linkdir/work/jra55fcst_v1_3_input_runoff_1dy_025x025
    • OUTPUT ---> ../linkdir/CaMa-Flood/OUTPUT_MRI
  • In the directory where OUTPUT is linked,
    • Create JRA55_mri directory.
    • Copy restart file for CaMa-Flood (restartYYYY0101.bin) to JRA55_mri.
    • Save old (existing) output files from CaMa-Flood in subdirectory, just in case.

Execution

  • Go back to CaMa-Flood directory.
  • Go to CaMa-Flood_v3.6_JRA55/gosh directory.
  • Edit JRA55_mri_front.sh if necessary.
EXP="JRA55_mri"                      #   experiment name (output directory name)
RDIR=/home/htsujino/CaMa-Flood/OUTPUT/$EXP #
YSTART=2020                           #   start year (from YSTART / Jan / 1st )
YEND=2020
CROFDIR="/home/htsujino/CaMa-Flood/INPUT/"
# Leave OMP_NUM_THREADS as 16. (Result may change if the number of threads is changed.)
  • Execute JRA55_mri_front.sh.
  $ compile.sh (compile the river routing model --> ../src/MAIN_day)
  $ nohup ./JRA55_mri_front.sh &
⚠️ **GitHub.com Fallback** ⚠️