| 1 | Run arctic40km adjoint | 
| 2 | ###################### | 
| 3 |  | 
| 4 | Current setup is 1-year 1979, on 15 procs | 
| 5 | ----------------------------------------- | 
| 6 | o cost terms are | 
| 7 | * theta/salt climatology (incl. annual cycle) | 
| 8 | * SST, SSS | 
| 9 | * daily seaice concentration | 
| 10 | (see code_ad/ECCO_CPPOPTIONS.h, | 
| 11 | input_ad/data.ecco, input_ad/data.seaice) | 
| 12 | o forward part has all kpp, gmredi, seaice, | 
| 13 | adjoint part has SEAICEuseDYNAMICS=.FALSE., see | 
| 14 | code_ad/autodiff_inadmode_set_ad.F | 
| 15 | code_ad/autodiff_inadmode_unset_ad.F | 
| 16 |  | 
| 17 | To build code (on columbia): | 
| 18 | --------------------------- | 
| 19 | cd build/ | 
| 20 | ../../../tools/genmake2 -of ../../../tools/build_options/linux_ia64_ifort+mpi_altix_nas -mods ../code_ad | 
| 21 | make depend | 
| 22 | make adtaf | 
| 23 | make -j adall | 
| 24 |  | 
| 25 | To run the code: | 
| 26 | --------------- | 
| 27 | Currently: | 
| 28 | Need input parameter files from input_ad/ | 
| 29 | Need input fields from /nobackup2a/heimbach/ecco/arctic40km/data/input/ | 
| 30 |  | 
| 31 | Optimization/linesearch: | 
| 32 | ----------------------- | 
| 33 | T.B.D. |