/[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.601 by jmc, Tue Jan 24 03:17:38 2006 UTC revision 1.628 by jmc, Mon Mar 13 04:44:25 2006 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    checkpoint58b_post
8    o AIM+thSIce: fix sign of Short-Wave through the Ice ;
9      update output.txt of exp. aim.5l_cs.thSI
10    o various mnc cleanups and improvements:
11      + shrink lookup tables by factor of ~4
12      + better error reporting when running out of lookup space
13      + able to handle longer path/file names (up to 500 chars)
14    o adjoint:
15      - Another overhaul of store dirs. for NLFS to eliminate  "hidden" recomputations.
16      - TBD: "hidden" mom_vecinv recomp. in dynamics
17    o change forcing_In_AB to affects both T,S forcing and Momentum forcing
18     (allow to differentiate between forcing components using new integer flags:
19      momForcingOutAB=1/0 & tracForcingOutAB=1/0)
20     and add new flag to put Dissipation tendency out of Adams-Bashforth.
21    o ecco
22      - enable trend removal from SSH anomaly obs.
23    o adjoint
24      - a fix for PmEpR when #undef EXACT_CONSERV
25      - fix of "hidden" recomp. in thermodynamics (no TAF warnings)
26      - try to fix "hidden" recomp. in forward_step for NLFS
27        (NLFS seems broken sometimes after I checked it in)
28    o seaice:
29     - add c-grid version of the dynamic solver:
30       + three new routines that are the c-grid substitute lsr, dynsolver
31         and ostres
32       + put a few fields that were local to dynsolver into global common
33         blocks, so that I can move the computation of stresses etc into
34         seaice_lsr (saves coding but may break the adjoint).
35     - replace more hardwired parameters by runtime parameters
36     - add ice masks that mask the rhs of the implicit solvers where there
37       is no ice (commented out in seaice_dynsolver, because i am not sure
38       if this works properly), eventually this should replace the clipping
39       of ice velocities in seaice_dynsolver to +/-40cm/s.
40    o remove the BUILD_INFO.h include from CPP_EEOPTIONS.h and explicitly
41      include it only where its needed
42    o move balancing of fluxes before the call of external_forcing_surf
43    o seaice:
44      - correct units of turning angles (now they are really in degrees)
45      - move computation of GWATX/Y out of main routine into dynsolver
46      - initialize GWATX/Y in seaice_init
47    o Apply mask on Fresh-Water flux (needed for SSH forcing).
48      update output.txt of exp. global_ocean_ebm & cpl_aim+ocn (affects cg2d residual)
49    o seaice: add runtime flags for turning angles (default to zero)
50    o Adding runtime parameter to exf/, ctrl/, to remove on-the-fly global mean
51      and trend from exf forcing and ctrl control adjustments
52    o fix variable aliasing in gad_calc_rhs that cannot be handled by TAF
53      (since checkpoint57x_post)
54    o change the default rotation period to 86164.s = the Earth rotation
55    o 1rst implementation of Implicit IGW using the 3-D solver (use3Dsolver=T)
56      and based on a reference stratification. Tested within hs94.cs-32x32x5.
57    o seaice advection: add code for choosing between the default (2nd order
58      central differences) and multiDim advection schemes provided by
59      pkg/generic_advdiff
60    o seaice:
61      - removed all references to SEAICE_GRID.h fields from
62        dynsolver, advect, diffus, lsr, without changing the results of lab_sea
63        (cubed-sphere configuration will change a little)
64      - grid computations in seaice_init are obsolete now.
65      - cleaned up code a little so that is easier to read (hopefully).
66      - added new (better?) discretizations of default advection and diffusion
67        (turn on with SEAICEuseFluxForm)
68      - replace 1 in 3d global fields by kSurface in growth.F
69      
70    checkpoint58a_post
71    o seaice:
72      - bug fix in advect.F
73    o shelfice:
74      - separate shelfice load anomaly from pload (breaks with time
75        dependent forcing), => introduce constant field shelficeLoadAnomaly.
76        Its default is 0., but it may be computed more cleverly from (unknown)
77        t- and s-profiles (tRef, sRef) and actual EOS. For now this has to be
78        done offline. A good approximation of the pressure load anomaly is
79        necessary to avoid large initial adjustment processes underneath
80        deep-reaching shelfice.
81      - small fix in ISOMIP shelfice_thermodynamics
82      - add more sophisticated thermodynamics of Hellmer (1989), this is
83        now the default
84      - give a few constants more intuitive names
85    o add code to balance EmPmP and Qnet at the end of do_ocean_physics. Useful
86      if bulk formulae are used in long integration (especially EmPmR). Turn
87      on with balanceEmPmR = .true. or balanceQnet = .true. in data, PARM01
88      if balancePrintMean, the imbalance that is substracted is printed to
89      STDOUT.
90    o fix bug (typo) in obcs_apply_eta.F
91    o add a new package shelfice which enables us to model the circulation
92      underneath shelf-ice with draughts of hundreds of meters.
93     - works
94     - to do: + include improved thermodynamics
95              + check whether kSurfC (from model/inc/SURFACE.h) can be used
96                instead of new field kTopC
97              + can we use topoFile, Ro_surf and existing code in ini_depth.F
98                instead of new field R_shelfIce and new code in ini_depth.F
99                and ini_mask_etc.F?
100              + adjust vertical mixing schemes?
101    o seaice pkg:
102     - add a cpp-flag to include a simple formula for a salinity dependent
103       freezing point of sea water at the surface
104     - change the contents of SEAICE_TEST_ICE_STRESS_1 so that zonal and
105       meridional stresses are now different (and hopefully correct)
106    o AIM pkg: change threshold on large-scale condensation to conserve Heat.
107       update results of aim.5l_LatLon test ; fix title & units of AIM diagnostics
108       and  change 3 diagnostics names (OSR,OSRCLR,KM -> TSR,TSRCLR,DRAG)
109  o pkg/diagnostics: add options and parameters for regional-statistics  o pkg/diagnostics: add options and parameters for regional-statistics
110     diagnostics ; define regions by reading a region-mask from a file     diagnostics ; define regions by reading a region-mask from a file
111     (might add other options later)     (might add other options later)

Legend:
Removed from v.1.601  
changed lines
  Added in v.1.628

  ViewVC Help
Powered by ViewVC 1.1.22