1 |
|
NOTE: |
2 |
|
Starting 3/09/2020, this repository was migrated to |
3 |
|
https://github.com/MITgcm-contrib/ecco_darwin |
4 |
|
|
5 |
|
|
6 |
v2_cs510_Brix |
v2_cs510_Brix |
7 |
Optimized solution described in Brix et al. (2015) |
Optimized solution described in Brix et al. (2015) |
8 |
|
|
18 |
v5_llc270 |
v5_llc270 |
19 |
Inclusion of LOAC (Land-Ocean-Aquatic-Coastal) forcing and |
Inclusion of LOAC (Land-Ocean-Aquatic-Coastal) forcing and |
20 |
other improvements |
other improvements |
21 |
|
|
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 |
|
|