/ecco_darwin

ECCO Darwin configurations

Primary LanguageFortran

ECCO-Darwin Github Repository
git clone git@github.com:MITgcm-contrib/ecco_darwin.git

Simulations:

--regions--
  --mac_delta--
    /llc270: mackenzie delta llc270 cut-out
    /llc4320: mackenzie delta llc4320 cut-out
  --totten--
    /llc1080: totten lon lat  

--v02--
  /cs510_brix: optimized solution described in Brix et al. (2015)
  /manizza_2019: Manizza et al. (2019) simulation

--v03--
  /cs510_brix: unpublished ECCO-Darwin v3 with linear piston velocity and revised ICs
  /cs510_latest: Same as above with newer (checkpoint66o 2018/01/30) MITgcm code

--v04--
  /3deg: 3 degree verification experiment with budget scripts
  /llc270_devel: test solution with nonlinear dissolution and benthic DIC/ALK fluxes
  /llc270_JAMES_paper: Carroll et al. 2020 (JAMES) solution
  /llc270_JAMES_budget: same as above with diagnostics for closing budgets 

--v05--
  /3deg: 3 degree verification experiment w/ Darwin 3 and budget scripts
  /llc270: Carroll et al. 2022 (GBC) solution w/ Darwin 3
  /llc270_jra55do: same as above but with JRA55-do daily, point-source runoff
  /llc270_jra55do_nutrients: same as above but with DOC, DON, and DOP surface forcing

--v06--
  /llc270: v05 llc270 w/ new ecosystem and radiative transfer package

--code_util--
  /LOAC/GlobalNews: biogeochimical exports from rivers (DIN, DON, DIP, DOP, DOC, PN, PP, POC, DSi) based on Mayorga et al., 2010

**Notes**
v02 to v04 use Darwin 1, v05 onward uses Darwin 3

**Team Github Guidelines**

When updating ECCO-Darwin code/setup, or anything that may impact ECCO-Darwin: 

1.) Check in readme.txt file(s) with updated instructions, along with any other input files that are needed.

2.) Test updated ECCO-Darwin from scratch by checking out fresh MITgcm code, 
and following the instructions line-by-line in the readme.txt file(s). 

3.) Once test is successful, add a full description of changes to MITgcm_contrib/ecco_darwin/tag-index. 
Include the date and list all specific changes.

Example: 

05/03/19
- To make initialization and pickups more robust:
  - remove pickupSuff from data
  - remove PTRACERS_Iter0 and PTRACERS_initialFile from data.ptracers
  - delete pickup_dic.0000000001.data so that it does not get used for
    initialization because of above changes