/[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.794 by mlosch, Thu Apr 19 15:49:24 2007 UTC revision 1.810 by jmc, Wed May 9 13:00:47 2007 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/exf: some cleaning-up:
8      - change various "constants" into runtime parameters
9      - cleaned-up Large&Yeager04 routine which should eventually
10        replace exf_bulkformulae.F (changed names of S/R and CPP)
11        and merged various ALLOW_ATM_WIND options
12     only used with thsice pkg (in thsice_get_exf.F):
13      - implement fixed turbulent transfert Coeff over ice (as in Large&Yeager04)
14        which are used when useStabilityFct_overIce=TRUE (= the default)
15      - change default values of ice & snow emissivity and scale downward LW
16        by ice & snow emissivity.
17    o pkg/thsice:
18     fix few little problems, in thsice_calc_thickn.F:
19      - growth vertically (and not laterally) if iceFrac == iceMaskMax
20      - melt laterally only if hIce < hThinIce (as the comments say)
21      and in thsice_extend.F:
22      - allow to form ice even when iceFrac == iceMaskMax (by increasing thickness)
23      - start to form ice as soon as the minimum ice-volume is reachable.
24     update output of test-exp: aim.5l_cs(thSI), global_ocean.cs32x15(thsice),
25      and cpl_aim+ocn
26    o pkg/kpp
27     - move computation of surface related input fields to KPP into a new
28       subroutine kpp_forcing_surf.F
29     - remove wrong (within bi,bj loops) EXCH calls.
30     - little cleaning (add argument myThid in last position, cvs header ...)
31     - for now, fix conservation problem by exchanging KPPviscAz (may not
32       be the best fix)
33    o pkg/seaice
34     - check for inconsistent evp parameter/cpp-flag combination
35     - remove leftover errIO flat for obsolete name list error handling
36    
37    checkpoint59a
38    o pkg/seaice: some parameter clarifications and a little bit of clean up
39    o pkg/thsice: rename run-time parameters:
40       himin       -> hIceMin
41       himin0      -> hThinIce
42       hihig       -> hThickIce
43       i0          -> i0swFrac
44       transCoef   -> bMeltCoef
45       frac_energy -> fracMelting
46      add new parameters: hNewIceMax, fracFreezing, dhSnowLin
47       with default values (for now) that do not change the results.
48      remove old version of thsice vars advection in pkg/seaice.
49    o in FFIELDS.h:
50      - replace #ifndef ALLOW_EXF  by #ifndef EXCLUDE_FFIELDS_LOAD
51      - make pLoad & sIceLoad always available (but still only used if
52         ATMOSPHERIC_LOADING is #define).
53    o pkg/kpp: replaced _KPP_RL with _RL
54    o bug fixes for vertical diffusivity computations when both KPP and
55        3D diffusivity arrays are used.
56    o pkg/seaice: fix bug in evp solver, while doing that
57      - change (improve?) discretization of stress computations for both
58        cgrid-lsr and evp solver
59      - add a new routine to compute strain rates
60      - the above changes lab_sea results
61      - add no slip conditions for evp solver (off by default), lsr-version
62        may follow
63      - fix exchange for shear at Z-points (does not change lab_sea)
64      - retire SEAICEuseEVP, instead turn on EVP by setting SEAICE_deltaTevp
65        (to force the user to pick a time step since there is not "safe" way
66        of choosing it)
67      - add principal stress diagnostics
68      - rearrange fields for evp a little to avoid having to call a: too many
69        exchanges and b: exchanges for stress trensor components which we do
70        not have.
71      - modify Hibler+Bryan (1987) stress coupling so that it reuses information
72        of evp, complete rewrite for lsr case (latter is does not yet work
73        in all cases)
74  o pkg/kpp: add code to have mixing in shelf ice caverns  o pkg/kpp: add code to have mixing in shelf ice caverns
75      - add myThid to all kpp routines (long overdue)
76    
77  checkpoint59  checkpoint59
78  o pkg/exf:  o pkg/exf:

Legend:
Removed from v.1.794  
changed lines
  Added in v.1.810

  ViewVC Help
Powered by ViewVC 1.1.22