/[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.1869 by jmc, Fri May 17 21:04:32 2013 UTC revision 1.1879 by jmc, Mon Jun 17 14:05:11 2013 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/cheapaml:
8      - take src files from MITgcm_contrib/verification_other/offline_cheapaml/code
9        that enable the use of seaice (pkg/thsice thermo & pkg/seaice dynamics)
10        with pkg/cheapaml.
11    o utils/python: add subpackage for cubed sphere function, first example is
12        simple cs.pcol to plot 2D fields on a map
13    o pkg/streamice:
14      - This is a new package in MITgcm, which solves dynamic equations for ice
15         sheets and ice streams
16      - At the moment it is independent of atmosphere/ocean dynamics, or any
17        other physical packages in MITgcm, even ShelfIce (although it is anticipat-
18        ed that this will change)
19      - There is a new verification exercise that tests it, halfpipe_streamice,
20        evolves a 40x80 km ice stream/ice shelf (at coarse resolution) in a
21        rectangular embayment
22      - halfpipe_streamice is forward-only for now, will have TAF test soon
23      - for questions, email dgoldber@mit.edu
24    o pkg/thsice:
25      - fix filling of snow-precip diagnostic (SIsnwPrc) (left from the removing
26        of snowPrc from common bloc, on May 2nd, thsice_step_fwd.F revision 1.40);
27      - remove diagnostics 'SI_FrcFx' ( now identical to 'SI_Fract' with new
28         call sequence: ice-Thermo(thsice),ice-Dyn,ice-Advect );
29      - allow precip from pkg/cheapaml to make snow over seaice.
30    o pkg/cfc:
31      - move in separated header file (CFC_ATMOS.h) time-serie arrays of Atmos CFC
32      - remove atmos CFC 2-D arrays from common bloc (now local variables)
33      - change some hard-coded constant to run time parameter for reading and
34        and interpolating atmospheric CFC ; keep same default as previously.
35      - more flexible reading of Atmos CFC (number of records no longer hard-coded)
36      - put arguments in standard order: myTime, myIter, myThid
37      - use standard S/R GET_PERIODIC_INTERVAL for time interpolation of
38        atmospheric CFC ; fix for the case myIter < PTRACERS_iter0.
39      - fix calculation of surf tendencys for partial-cell and/or Non-Lin Free-Surf
40      - new routine to print summary of CFC params and check for consistency.
41    o pkg/cfc:
42      - change time interpolation for atmospheric CFC-11 (now same as for CFC-12);
43        update output (CFC-11) of experiment cfc_example and tutorial_cfc_offline.
44      - fix interpolation of atmphspheric CFC between Sorthern and Northern
45        hemisphere value.
46    o pkg/seaice:
47      - allow to use seaice dynamics without pkg/exf (e.g., using pkg/cheapaml)
48    o pkg/seaice: add Adams-Bashforth2 time discretization for ice dynamics;
49                  so far only for JFNK-solver, turn on with SEAICEuseAB2 = .TRUE.
50      - requires an additional time level that is stored in the pickup
51      - you can start with AB2 from a pickup without this time level with
52        pickupStrictlyMatch = .false.
53    
54    checkpoint64h (2013/05/26)
55    o pkg/cheapaml:
56      - replace one ()**.5 with SQRT + use temp var "cdu = tau/Du" (coare3_flux);
57        affect machine truncation (but exp cheapAML_box still pass with 13 digits).
58      - consistent treatment of uWind,vWind location: assume everywhere in
59        pkg/cheapaml that they are on C-grid (@ uVel,vVel location)
60        (Note: was already the case for Tair,Qair advection);
61        add option (INCONSISTENT_WIND_LOCATION) to recover old results.
62      - compute diabatic forcing only in the interior (excluding overlap regions)
63      - fill in array "Qsw" (for short-wave heating);
64      - add diagnostic for precip ; fill-in diagnostics for cheapAML state vars
65        before any update (consistent with MITgcm state var diagnostics);
66      - cheapaml_fields_load.F & cheapaml_init_varia.F : only fill outer edges if
67        non periodic ; + adjusted for uWind,vWind (C-grid).
68    o pkg/seaice:
69      - remove dependence of pkg/seaice versus pkg/exf (file: pkg/pkg_depend) and
70        add explicitly pkg/exf in experiments that currently use pkg/seaice.
71      - allows to compile pkg/seaice without pkg/exf.
72  o tools/OAD_support:  o tools/OAD_support:
73    - use a local copy (ourRWCPinBd) to ensure index ourRWCP stays within bounds    - use a local copy (ourRWCPinBd) to ensure index ourRWCP stays within bounds
74      of array "ourStepOf" in function rvNextAction (revolve.F90).      of array "ourStepOf" in function rvNextAction (revolve.F90).

Legend:
Removed from v.1.1869  
changed lines
  Added in v.1.1879

  ViewVC Help
Powered by ViewVC 1.1.22