| 1 | dimitri | 1.3 | NOTE: | 
| 2 |  |  | Starting 3/09/2020, this repository was migrated to | 
| 3 |  |  | https://github.com/MITgcm-contrib/ecco_darwin | 
| 4 |  |  |  | 
| 5 |  |  |  | 
| 6 | dimitri | 1.1 | v2_cs510_Brix | 
| 7 |  |  | Optimized solution described in Brix et al. (2015) | 
| 8 |  |  |  | 
| 9 |  |  | v3_cs510_Brix | 
| 10 |  |  | Unpublished ECCO-Darwin v3 with linear piston velocity | 
| 11 |  |  |  | 
| 12 |  |  | v3_cs510_latest | 
| 13 |  |  | Same as above with newer (checkpoint66o 2018/01/30) MITgcm code | 
| 14 |  |  |  | 
| 15 |  |  | v4_llc270 | 
| 16 |  |  | Optimized solution described in Carroll et al. (submitted 2019) | 
| 17 |  |  |  | 
| 18 |  |  | v5_llc270 | 
| 19 |  |  | Inclusion of LOAC (Land-Ocean-Aquatic-Coastal) forcing and | 
| 20 |  |  | other improvements | 
| 21 | dcarroll | 1.2 |  | 
| 22 |  |  | **Team Development Process** | 
| 23 |  |  |  | 
| 24 |  |  | When updating ECCO-Darwin code/setup, or anything that may impact ECCO-Darwin: | 
| 25 |  |  |  | 
| 26 |  |  | 1.) Check in readme.txt file(s) with updated instructions, along with any other input files that are needed. | 
| 27 |  |  |  | 
| 28 |  |  | 2.) Test updated ECCO-Darwin from scratch by checking out fresh MITgcm code, | 
| 29 |  |  | and following the instructions line-by-line in the readme.txt file(s). | 
| 30 |  |  |  | 
| 31 |  |  | 3.) Once test is successful, add a full description of changes to MITgcm_contrib/ecco_darwin/tag-index. | 
| 32 |  |  | Include the date and list all specific changes. | 
| 33 |  |  |  | 
| 34 |  |  | Example: | 
| 35 |  |  |  | 
| 36 |  |  | 05/03/19 | 
| 37 |  |  | - To make initialization and pickups more robust: | 
| 38 |  |  | - remove pickupSuff from data | 
| 39 |  |  | - remove PTRACERS_Iter0 and PTRACERS_initialFile from data.ptracers | 
| 40 |  |  | - delete pickup_dic.0000000001.data so that it does not get used for | 
| 41 |  |  | initialization because of above changes | 
| 42 |  |  |  |