/[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.1540 by jmc, Thu Dec 1 19:33:51 2011 UTC revision 1.1552 by mlosch, Mon Dec 19 11:51:22 2011 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    o pkg/seaice/seaice_readparms.F: make ocean_emissivity*stefanBoltzmann the
8      default for SEAICE_emissivity, if useEXF; requires setting a wrong
9      parameter value in global_ocean.cs32x15/input.seaice/data.seaice for
10      backward compatiblity
11    o model/src: use sigmaR in calc_ivdc
12    
13    checkpoint63g (2011/12/16)
14    o pkg/seaice/seaice_growth.F:
15      fix heat conservation of the coupled ocean-seaice system.
16      when SEAICE_HEAT_CONSERV_FIX is defined, the mismatch of
17      solid vs liquid water treatment is resolved via QNET.
18    o pkg/seaice/seaice_growth.F:
19      add missing term for sublimation in saltFlux, which was breaking conservation.
20    o pkg/seaice/seaice_model.F:
21      Remove this patholigical case treatment in evolution branch,
22      where it is un-necessary and breaks conservation.
23      Update global_ocean.cs32x15/results accordingly for
24      output.seaice.txt output_adm.seaice.txt and output_adm.seaice_dynmix.txt
25    o model/src:
26      useRealFreshWaterFlux: remove masking of EmPmP (using maskInC) in
27      external_forcing_surf.F and apply mask directly in S/R SOLVE_FOR_PRESSURE.
28    o pkg/obcs:
29      modify Stevens boundary conditions so that S/R obcs_calc_stevens computes
30      tendency for temperature and salinity that is then applied to update
31      theta and salt in S/R obcs_apply_ts; this requires proper masking of all
32      horizontal advection and diffusion contributions on the boundary (in
33      S/Rs gad_advection, gad_calc_rhs, gmredi_rtransport, gmredi_calc_diff), and
34      removing the mask in S/R timestep_tracer. The advantage of this approach is
35      that the updated tracer values include contributions from the surface
36      forcing and vertical diffusion.
37      This modification changes exp4.stevens because of vertical diffusion.
38    o model/src:
39      change non-curvilinear grid setting to also work with exch2 + blank tiles:
40      - move delX,delY to new header file (SET_GRID.h) and adjust length to 1rst
41        face dimensions.
42      - new S/R INI_LOCAL_GRID to define model tile-local grid (using same units
43        as delX,delY) and called from S/R INI_CARTESIAN_GRID, INI_CYLINDER_GRID
44        and INI_SPHERICAL_POLAR_GRID.
45      change test-experiment global_ocean.90x40x15:
46      - split the domain in many more tiles (9x4 tiles of 10x10 each);
47      - switch to exch2 and remove 1 blank-tile (but only for MPI test).
48      - update results of both test (std & dwnslp).
49    o pkg/diagnostics/diagstat_calc.F: fix problem with non-initialised halos in
50       tmp-fields for TARGET_NEC_SX at the cost of extra loops and less vectorisation
51    o model/src:
52      - take sigma-coords related code out of update_etah.F into new S/R UPDATE_ETAWS
53        and fix initialisation when using sigma-coords.
54    o model/src:
55     - improve Gael's changes from Jan 14, 2011 "addition of an 'update' of hfacc etc.
56       to their current value at the beginning of forward_step.F": add a new run-time
57       switch "doResetHFactors" (default=false) and use it to do (or not) the resetting.
58     - set doResetHFactors=T in the following test exp:
59        global_ocean.90x40x15/input (rStar) & input.dwnslp (linFS),
60        global_ocean.cs32x15/input.seaice (rStar), hs94.cs-32x32x5/input.impIGW (linFS)
61        and tutorial_global_oce_in_p (nonLinFS in p)
62    o pkg/ecco
63      - added IES cost term
64    o verification/advect_xz
65      - scale down the depth by 1/100 (from 200 km to just 2.km)
66      - add secondary test using divergent flow, r-star and implicit vertical advection.
67      - add note (check_conserve_TS.txt) and matlab script to check global
68        conservation of T & S with NonLin-FreeSurf and Adams-Bashforth.
69    o pkg/rbcs:
70      - add missing relaxUFile & relaxVFile in namelist (in rbcs_readparms.F).
71    o pkg/obcs (Stevens BCs):
72      - fix various problems in the phase speed computations of the Stevens
73        boundary conditions:
74        - sign error for western and southern boundaries,
75        - time tendencies were underestimated by factor of dTracerLev and some just
76          zero (for multidim advection schemes) -> now estimate time tendencies
77          from difference between previous (n) time level and the one before (n-1);
78          this requires storing a field per tracer per boundary, also in the pickup
79          files.
80        - replace deltaTmom in cflMer/Zon computation with dTracerLev
81        - set default phase velocity to cflMer/Zon
82      - update verification experiment exp4.stevens
83  o pkg/generic_advdiff (implicit_r):  o pkg/generic_advdiff (implicit_r):
84    - fix implicit vertical advection conservation with AB and/or NonLin-FreeSurf    - fix implicit vertical advection conservation with AB and/or NonLin-FreeSurf
85      (remove Tr*d/dz(w) in gad_implicit_r.F and add it in gad_calc_rhs.F);      (remove Tr*d/dz(w) in gad_implicit_r.F and add it in gad_calc_rhs.F);

Legend:
Removed from v.1.1540  
changed lines
  Added in v.1.1552

  ViewVC Help
Powered by ViewVC 1.1.22