/[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.790 by mlosch, Tue Apr 17 16:15:27 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:  o pkg/exf: some cleaning-up:
8    move exf header files from lower_case.h to UPPER_CASE.h ;    - change various "constants" into runtime parameters
9    add missing cvs Header & Name    - 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
75      - add myThid to all kpp routines (long overdue)
76    
77    checkpoint59
78    o pkg/exf:
79      - fix wind-stress location: defined on A-grid (if ALLOW_ATM_WIND &
80        ALLOW_BULKFORMULAE or USE_EXF_INTERPOLATION), otherwise, defined on C-grid
81      - move exf header files from lower_case.h to UPPER_CASE.h ;
82        add missing cvs Header & Name
83      - add adjoint routines and flow dirs for newly used exch_uv_agrid routines
84      - add namelist param. selectStressGridPosition, exf_monFreq
85      - retire many _CLIM routines, and remove data.exf_clim
86        + params moved to data.exf
87        + climsst, climsss now handled by exf_set_gen, i.e.
88          climss?period=0 refers to constant field,
89          climss?period=-12 to monthly forcing
90      - split up namelists in data.exf
91  o pkg/seaice:  o pkg/seaice:
92    - remove seaice_exch and seaice_exch_uv    - remove seaice_exch and seaice_exch_uv
93    - remove superfluous exchange of theta    - remove superfluous exchange of theta
# Line 15  o pkg/seaice: Line 96  o pkg/seaice:
96      + new routine      + new routine
97      + two new field (taux, tauy for stress over ice)      + two new field (taux, tauy for stress over ice)
98      + removed one global field (DAIRN) for C-grid case only      + removed one global field (DAIRN) for C-grid case only
99    o pkg/thsise
100      - 2nd set of modifs for thsice adjoint in conjunction with exf
101    o enable runtime flag useEXF (useCAL is set to .T. if useEXF=.T.)
102    
103  checkpoint58y_post  checkpoint58y_post
104  o Added capability for latitudinal dependence of Bryan and Lewis, 1979  o Added capability for latitudinal dependence of Bryan and Lewis, 1979

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

  ViewVC Help
Powered by ViewVC 1.1.22