--- MITgcm/doc/tag-index 2007/02/08 00:12:37 1.770 +++ MITgcm/doc/tag-index 2007/03/13 22:02:39 1.777 @@ -1,9 +1,30 @@ -$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.770 2007/02/08 00:12:37 jmc Exp $ +$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/tag-index,v 1.777 2007/03/13 22:02:39 jmc Exp $ $Name: $ Notes on tags used in MITgcmUV ============================== +checkpoint58w_post +o p-coord. non-hydrostatic using reference profile for w <-> omega conversion: + rVel2wUnit & wUnit2rVel are computed from reference profile Tref,Sref + (and replace horiVertRatio in NH code). + Update output of exp.: tutorial_global_oce_in_p (useNHMTerms !) + and tutorial_plume_on_slope (sensitive to truncation) +o seaice: if ALLOW_ATM_WIND is undefined use wind stress + directly to drive seaice model (C-grid only) +o exf: when input wind-stress (#undef ALLOW_ATM_WIND): + - reintroduce computation of wind from stress, + - compute tau (in exf_bulkformulae.F) from windstress averaged to + mass points to avoid tau = 0 + - fix serious bug: (1/3) in Fortran is not the same as (1./3.) +o rdmnc.m: make it work with "global" files created with gluemnc +o rdmnc.m : some improvements in dealing with singleton dimension + (tested on all testreport mnc output files). +o genmake2: disable pkg/profiles if netcdf test fails. +o cpl_aim+ocn exp.: use consistent rhoConstFresh in Atm & Ocn; update output. +o move call to cal_readparms up to make calendar parameters/variable available + to all packages + checkpoint58v_post o change EOS (from POLY3 to JMD95P) in global_ocean.90x45x15 to get useDynP_inEos_Zc tested.