--- MITgcm_contrib/heimbach/OpenAD/README 2005/12/13 15:15:27 1.1 +++ MITgcm_contrib/heimbach/OpenAD/README 2006/11/08 01:30:18 1.3 @@ -75,4 +75,50 @@ make adall +STEP 3: +###### +Compare reference outputs. + +------------------ +SINGLE-LAYER SETUP: _openad, _taf +------------------ + +# uncompress outputs in results_... directories: +gunzip ../results_shallow_*/output.txt.gz + +# extract gradients from TAF-generated adjoint: +grep grad-res ../results_shallow_taf/output.txt + +# extract gradients from OpenAD-generated adjoint: +grep ' salt/theta ' ../results_shallow_openad/output.txt + +The two positions tested via gradient checks (results_shallow_taf) are +(i,j,k) = (43,2,1) and (44,2,1) +Find corresponding locations in ' salt/theta ' output +(which outputs whole theta, salt gradient) + +------------------ +15-LAYER-SETUP : _openad2, _taf2 +------------------ + +first working setup of 05-Aug-2006 ran for 12 timesteps +on itrda.acesgrid.org under +/net/ds-06/scratch-0/utke/cvs/MITgcm/verification/OpenAD/run_ph_baroclin/ +uses Atlantic heat transport cost function; + +* OpenAD output is in results_shallow_openad2/ +grep ' salt/theta ' ../results_shallow_openad2/output.txt + +* TAF output is in results_shallow_taf2/ +grep grad-res ../results_shallow_taf2/output.txt + +The positions tested via gradient checks (results_shallow_taf2) are +(i,j,k) = (78,26,1) + +------------------ +15-LAYER-SETUP WITH GMREDI: _openad3, _taf3 +------------------ + +not yet run. +