Skip to content

Commit

Permalink
Merge pull request #59 from noaa-ocs-modeling/develop
Browse files Browse the repository at this point in the history
new features
  • Loading branch information
zacharyburnett committed Mar 31, 2021
2 parents 4af8eff + 1be73c9 commit a83865a
Show file tree
Hide file tree
Showing 12 changed files with 485 additions and 653 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ This code will generate a directory `hera_shinnecock_ike/` with the following st
┣ 📜 model_configure.coldstart
┣ 📜 model_configure.hotstart
┣ 📜 job_adcprep_hera.job
┣ 📜 job_nems_adcirc_hera.job.coldstart
┣ 📜 job_nems_adcirc_hera.job.hotstart
┣ 📜 job_adcirc_hera.job.coldstart
┣ 📜 job_adcirc_hera.job.hotstart
┣ 📜 setup.sh.coldstart
┣ 📜 setup.sh.hotstart
┣ 📜 cleanup.sh
Expand Down Expand Up @@ -201,7 +201,7 @@ This will first create symbolic links to populate configuration directories (by
┃ ┣ 🔗 config.rc -> ../config.rc.coldstart
┃ ┣ 🔗 model_configure -> ../model_configure.coldstart
┃ ┣ 🔗 adcprep.job -> ../job_adcprep_hera.job
┃ ┣ 🔗 nems_adcirc.job -> ../job_nems_adcirc_hera.job.coldstart
┃ ┣ 🔗 adcirc.job -> ../job_adcirc_hera.job.coldstart
┃ ┗ 🔗 setup.sh -> ../setup.sh.coldstart
┣ 📂 runs/
┃ ┗ 📂 test_case_1/
Expand All @@ -213,7 +213,7 @@ This will first create symbolic links to populate configuration directories (by
┃ ┣ 🔗 config.rc -> ../../config.rc.hotstart
┃ ┣ 🔗 model_configure -> ../../model_configure.hotstart
┃ ┣ 🔗 adcprep.job -> ../../job_adcprep_hera.job
┃ ┣ 🔗 nems_adcirc.job -> ../../job_nems_adcirc_hera.job.hotstart
┃ ┣ 🔗 adcirc.job -> ../../job_adcirc_hera.job.hotstart
┃ ┗ 🔗 setup.sh -> ../../setup.sh.hotstart
┣ 📜 fort.14
┣ 📜 nems.configure.coldstart
Expand All @@ -223,8 +223,8 @@ This will first create symbolic links to populate configuration directories (by
┣ 📜 model_configure.coldstart
┣ 📜 model_configure.hotstart
┣ 📜 job_adcprep_hera.job
┣ 📜 job_nems_adcirc_hera.job.coldstart
┣ 📜 job_nems_adcirc_hera.job.hotstart
┣ 📜 job_adcirc_hera.job.coldstart
┣ 📜 job_adcirc_hera.job.hotstart
┣ 📜 setup.sh.coldstart
┣ 📜 setup.sh.hotstart
┣ 📜 cleanup.sh
Expand Down
Loading

0 comments on commit a83865a

Please sign in to comment.