--- MITgcm/doc/tag-index 2004/01/26 21:08:07 1.252 +++ MITgcm/doc/tag-index 2004/02/23 19:19:15 1.257 @@ -1,7 +1,33 @@ -$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.252 2004/01/26 21:08:07 afe Exp $ +$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.257 2004/02/23 19:19:15 heimbach Exp $ Notes on tags used in MITgcmUV ============================== + +checkpoint52k_post +o removed top-level directory "diags" + - we migrated these functions to pkg/timeave a long time ago +o fixed bug introduced in pkg/monitor +o accuracy ctrlprec = 32 insuffient for gradient checks using + averaged fields (I/O via cost_averages) + -> use ctrl.h in active_file*.F to control I/O precision. +o paramter list of CALL ADTHE_MAIN_LOOP +o added initial do_the_model_io to ecco +o set all ...Freq to zero after cost_final + taveFreq, dumpFreq, pChkptFreq + +checkpoint52j_post +o fix nchklev in tamc.h for global_ocean... +o Bringing flow and store directives up-to-date +o Really weird thing! + call do_the_model_io from the_main_loop with parameters + starttime, niter0, instead of mytime, myiter, screws up the adjoint: + TAF places a faulty re-call of initialise_varia + after cost_final call which should not be there! +checkpoint52j_pre + +o tweaked pkg/mdsio/mdsio_readfield.F to have more useful logic and + error messages +o fix errorMessageUnit problem. remove old version of mdsio from eesup/src o modified pkg/mdsio/mdsio_readfield.F -- commented out diskspace-eating debug output o modfied mdsio_writefield.F to handle non-global files under exch2 @@ -11,8 +37,7 @@ use standard aim_v23 pkg and change the SST fields to be more realistic. o globalFile now works with exch2 o merged mom_vi_calc_relvort3.F, mom_vi_del2uv.F and - mon_vort3.F to make exch2 friendly with >1 tile per cube - face + mon_vort3.F to make exch2 friendly with >1 tile per cube face o limit timeave output for hi-res integrations checkpoint52i_post