/[MITgcm]/MITgcm/doc/tag-index
ViewVC logotype

Diff of /MITgcm/doc/tag-index

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.604 by mlosch, Tue Feb 7 08:09:34 2006 UTC revision 1.638 by heimbach, Thu Mar 23 19:59:59 2006 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    checkpoint58c_post
8    o adjoint: finish NLFS adjoint and provide reference output in
9      verification/global_ocean.90x40x15/results_ad_nlfs
10    o seaice: add an EVP solver following Hunke and Dukowicz (1997) and the
11      documentation of CICE. Turn on by defining SEAICE_ALLOW_EVP in
12      SEAICE_OPTIONS.h and SEAICEuseEVP=.true. in data.seaice. Works only
13      with SEAICE_CGRID defined.
14    o move calendarDumps from "data" to "data.cal" and clean-up the code
15      with a simple call to pkg/cal S/R: CAL_TIME2WRITE
16    o add useEXF & useCAL flags (for now, set in hard-coded way)
17    o add S/R to compute NH-metrics terms & Coriolis f' in vertical momentum
18      (were missing in NH mode, and wrong in quasihydrostatic mode).
19      waiting for Chris updated version of calc_gw to add those CALLs.
20    o fix bug in quasihydrostatic S/R ;
21      add a test for this option: global_ocean.90x40x15.qshyd
22    o new S/R "SET_PARMS": set parameters that might depend on the use of some pkgs.
23      (called from INITIALISE_FIXED, after INI_PARMS & PACKAGES_READPARAMS)
24    o add on/off flag useOffLine for package OFFLINE
25    o seaice:
26      - modify advection so that it works also on the C-grid
27      - extend loop ranges in seaice_lsr and seaice_dynsolver; fixes
28        problem in multi-tile runs with C-grid
29      - add flags for clipping ice velocities and/or masking solver forcing
30      - fix drag (ocean on ice) formulation and a bug that caused noise in the
31        C-grid solver
32      - added a few comments to seaice_diffusion.F
33      - separate C-grid and B-grid versions more cleanly (UVM and seaiceMaskU/V
34        are now exclusive)
35      - add a new ocean-ice stress coupling method (Hibler and Bryan, 1987) which
36        required re-ordering the code a little:
37       + make DAIRN global variable (defined in SEAICE)
38       + move computation of the viscosities eta and zeta into a new separate
39         routine (because I need to recompute them in seaice_ocean_stress.F)
40    
41    checkpoint58b_post
42    o AIM+thSIce: fix sign of Short-Wave through the Ice ;
43      update output.txt of exp. aim.5l_cs.thSI
44    o various mnc cleanups and improvements:
45      + shrink lookup tables by factor of ~4
46      + better error reporting when running out of lookup space
47      + able to handle longer path/file names (up to 500 chars)
48    o adjoint:
49      - Another overhaul of store dirs. for NLFS to eliminate  "hidden" recomputations.
50      - TBD: "hidden" mom_vecinv recomp. in dynamics
51    o change forcing_In_AB to affects both T,S forcing and Momentum forcing
52     (allow to differentiate between forcing components using new integer flags:
53      momForcingOutAB=1/0 & tracForcingOutAB=1/0)
54     and add new flag to put Dissipation tendency out of Adams-Bashforth.
55    o ecco
56      - enable trend removal from SSH anomaly obs.
57    o adjoint
58      - a fix for PmEpR when #undef EXACT_CONSERV
59      - fix of "hidden" recomp. in thermodynamics (no TAF warnings)
60      - try to fix "hidden" recomp. in forward_step for NLFS
61        (NLFS seems broken sometimes after I checked it in)
62    o seaice:
63     - add c-grid version of the dynamic solver:
64       + three new routines that are the c-grid substitute lsr, dynsolver
65         and ostres
66       + put a few fields that were local to dynsolver into global common
67         blocks, so that I can move the computation of stresses etc into
68         seaice_lsr (saves coding but may break the adjoint).
69     - replace more hardwired parameters by runtime parameters
70     - add ice masks that mask the rhs of the implicit solvers where there
71       is no ice (commented out in seaice_dynsolver, because i am not sure
72       if this works properly), eventually this should replace the clipping
73       of ice velocities in seaice_dynsolver to +/-40cm/s.
74    o remove the BUILD_INFO.h include from CPP_EEOPTIONS.h and explicitly
75      include it only where its needed
76    o move balancing of fluxes before the call of external_forcing_surf
77    o seaice:
78      - correct units of turning angles (now they are really in degrees)
79      - move computation of GWATX/Y out of main routine into dynsolver
80      - initialize GWATX/Y in seaice_init
81    o Apply mask on Fresh-Water flux (needed for SSH forcing).
82      update output.txt of exp. global_ocean_ebm & cpl_aim+ocn (affects cg2d residual)
83    o seaice: add runtime flags for turning angles (default to zero)
84    o Adding runtime parameter to exf/, ctrl/, to remove on-the-fly global mean
85      and trend from exf forcing and ctrl control adjustments
86    o fix variable aliasing in gad_calc_rhs that cannot be handled by TAF
87      (since checkpoint57x_post)
88    o change the default rotation period to 86164.s = the Earth rotation
89    o 1rst implementation of Implicit IGW using the 3-D solver (use3Dsolver=T)
90      and based on a reference stratification. Tested within hs94.cs-32x32x5.
91    o seaice advection: add code for choosing between the default (2nd order
92      central differences) and multiDim advection schemes provided by
93      pkg/generic_advdiff
94    o seaice:
95      - removed all references to SEAICE_GRID.h fields from
96        dynsolver, advect, diffus, lsr, without changing the results of lab_sea
97        (cubed-sphere configuration will change a little)
98      - grid computations in seaice_init are obsolete now.
99      - cleaned up code a little so that is easier to read (hopefully).
100      - added new (better?) discretizations of default advection and diffusion
101        (turn on with SEAICEuseFluxForm)
102      - replace 1 in 3d global fields by kSurface in growth.F
103      
104    checkpoint58a_post
105    o seaice:
106      - bug fix in advect.F
107    o shelfice:
108      - separate shelfice load anomaly from pload (breaks with time
109        dependent forcing), => introduce constant field shelficeLoadAnomaly.
110        Its default is 0., but it may be computed more cleverly from (unknown)
111        t- and s-profiles (tRef, sRef) and actual EOS. For now this has to be
112        done offline. A good approximation of the pressure load anomaly is
113        necessary to avoid large initial adjustment processes underneath
114        deep-reaching shelfice.
115      - small fix in ISOMIP shelfice_thermodynamics
116      - add more sophisticated thermodynamics of Hellmer (1989), this is
117        now the default
118      - give a few constants more intuitive names
119    o add code to balance EmPmP and Qnet at the end of do_ocean_physics. Useful
120      if bulk formulae are used in long integration (especially EmPmR). Turn
121      on with balanceEmPmR = .true. or balanceQnet = .true. in data, PARM01
122      if balancePrintMean, the imbalance that is substracted is printed to
123      STDOUT.
124    o fix bug (typo) in obcs_apply_eta.F
125    o add a new package shelfice which enables us to model the circulation
126      underneath shelf-ice with draughts of hundreds of meters.
127     - works
128     - to do: + include improved thermodynamics
129              + check whether kSurfC (from model/inc/SURFACE.h) can be used
130                instead of new field kTopC
131              + can we use topoFile, Ro_surf and existing code in ini_depth.F
132                instead of new field R_shelfIce and new code in ini_depth.F
133                and ini_mask_etc.F?
134              + adjust vertical mixing schemes?
135  o seaice pkg:  o seaice pkg:
136   - add a cpp-flag to include a simple formula for a salinity dependent   - add a cpp-flag to include a simple formula for a salinity dependent
137     freezing point of sea water at the surface     freezing point of sea water at the surface

Legend:
Removed from v.1.604  
changed lines
  Added in v.1.638

  ViewVC Help
Powered by ViewVC 1.1.22