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

Legend:
Removed from v.1.1539  
changed lines
  Added in v.1.1553

  ViewVC Help
Powered by ViewVC 1.1.22