--- MITgcm/doc/tag-index 2000/06/21 20:11:54 1.28 +++ MITgcm/doc/tag-index 2000/11/13 16:49:41 1.31 @@ -1,8 +1,45 @@ -$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.28 2000/06/21 20:11:54 adcroft Exp $ +$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.31 2000/11/13 16:49:41 heimbach Exp $ Notes on tags used in MITgcmUV ============================== +checkpoint32 + o Scaling of forcing fields moved from external_forcing.F to + external_fields_scale.F, called directly after loading fields. + o Surface relaxation terms added to surface tendency fields in + extra subroutine. + o impldiff.F changed to avoid storing by TAMC of huge intermediate + fields. + o Changes in GMRedi to comply with packaging structure. + o Modifications and bug fixes in KPP package. + o Verification experiment for KPP added (verification/nat_box/) + +checkpoint31 + o Packages interface brought in line with defined standard + -> new routines packages_...F + -> changes in initialise_fixed.F, initialise_varia.F + -> enables initialisation interface for ECCO package + o Rescaling of external forcing fields immediately after read + (removed from external_forcing.F) + -> new: surface_fields_scale.F + -> affects ini_foorcing.F, external_fields_load.F + o Computation of surface tendencies before tendency updates. + -> new: external_forcing_surf.F + o Change of variable names useGMRedi, useKPP, useECCO + o Further changes in dynamics.F, impldiff.F for TAMC + o Tested for experiments 0, 2, 4. + - not yet tested for GMRedi. + - not yet tested for KPP. + +checkpoint30 + o Updates for OBCs + o New experiment for test OBCs (internal_wave) + o New output.txt in verification/exp4/results/ + o Updates for KPP: calculation of viscosity corrected, new variables + kpp_dumpFreq and kpp_taveFreq + o CPP'd calls to system routines for TARGET_CRAY_VECTOR (P.H.) + and entry for T90 in genmake + checkpoint29 o packaged KPP and GM/Redi