/[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.1851 by jmc, Fri Apr 5 21:29:21 2013 UTC revision 1.1884 by jmc, Fri Jun 21 22:17:00 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/ptracers:
8      - allow to restart without SOM pickup (resetting SOM to zero).
9    o pkg/gmredi:
10      - New parameterisation for the calculation of K and (GM_PsiX,GM_PsiY) added.
11      - It uses mixing length theory and suppression by steering level effects to
12        calculate a diffusivity used in the Redi tensor (see Bates et al., submitted
13        to JPO, for more details).
14      - It also uses the diffusivity to calculate an eddy induced streamfunction
15        based on a PV closure (rather than a buoyancy closure as in GM).
16      - New files added to pkg/gmredi:
17        gmredi_k3d.F calculates the diffusivity for the Redi tensor and the eddy
18          induced overturning streamfunction (called from gmredi_calc_tensor)
19        gmredi_calc_eigs.F calculates the eigenvalues and eigenvectors required
20          for use in gmredi_k3d
21        gmredi_calc_urms.F calculates the the rms eddy velocity used to calculate
22          the eddy diffusivity
23    
24    checkpoint64i (2013/06/18)
25    o pkg/cheapaml:
26      - take src files from MITgcm_contrib/verification_other/offline_cheapaml/code
27        that enable the use of seaice (pkg/thsice thermo & pkg/seaice dynamics)
28        with pkg/cheapaml.
29    o utils/python: add subpackage for cubed sphere function, first example is
30        simple cs.pcol to plot 2D fields on a map
31    o pkg/streamice:
32      - This is a new package in MITgcm, which solves dynamic equations for ice
33         sheets and ice streams
34      - At the moment it is independent of atmosphere/ocean dynamics, or any
35        other physical packages in MITgcm, even ShelfIce (although it is anticipat-
36        ed that this will change)
37      - There is a new verification exercise that tests it, halfpipe_streamice,
38        evolves a 40x80 km ice stream/ice shelf (at coarse resolution) in a
39        rectangular embayment
40      - halfpipe_streamice is forward-only for now, will have TAF test soon
41      - for questions, email dgoldber@mit.edu
42    o pkg/thsice:
43      - fix filling of snow-precip diagnostic (SIsnwPrc) (left from the removing
44        of snowPrc from common bloc, on May 2nd, thsice_step_fwd.F revision 1.40);
45      - remove diagnostics 'SI_FrcFx' ( now identical to 'SI_Fract' with new
46         call sequence: ice-Thermo(thsice),ice-Dyn,ice-Advect );
47      - allow precip from pkg/cheapaml to make snow over seaice.
48    o pkg/cfc:
49      - move in separated header file (CFC_ATMOS.h) time-serie arrays of Atmos CFC
50      - remove atmos CFC 2-D arrays from common bloc (now local variables)
51      - change some hard-coded constant to run time parameter for reading and
52        and interpolating atmospheric CFC ; keep same default as previously.
53      - more flexible reading of Atmos CFC (number of records no longer hard-coded)
54      - put arguments in standard order: myTime, myIter, myThid
55      - use standard S/R GET_PERIODIC_INTERVAL for time interpolation of
56        atmospheric CFC ; fix for the case myIter < PTRACERS_iter0.
57      - fix calculation of surf tendencys for partial-cell and/or Non-Lin Free-Surf
58      - new routine to print summary of CFC params and check for consistency.
59    o pkg/seaice: add uice/vice to the parameter list of s/r seaice_advdiff,
60      similar to thsice_advdiff.
61      Note that for the B-grid case the routine parameters uc/vc are overwritten.
62    o pkg/cfc:
63      - change time interpolation for atmospheric CFC-11 (now same as for CFC-12);
64        update output (CFC-11) of experiment cfc_example and tutorial_cfc_offline.
65      - fix interpolation of atmphspheric CFC between Sorthern and Northern
66        hemisphere value.
67    o pkg/seaice:
68      - allow to use seaice dynamics without pkg/exf (e.g., using pkg/cheapaml)
69    o pkg/seaice: add Adams-Bashforth2 time discretization for ice dynamics;
70                  so far only for JFNK-solver, turn on with SEAICEuseAB2 = .TRUE.
71      - requires an additional time level that is stored in the pickup
72      - you can start with AB2 from a pickup without this time level with
73        pickupStrictlyMatch = .false.
74    
75    checkpoint64h (2013/05/26)
76    o pkg/cheapaml:
77      - replace one ()**.5 with SQRT + use temp var "cdu = tau/Du" (coare3_flux);
78        affect machine truncation (but exp cheapAML_box still pass with 13 digits).
79      - consistent treatment of uWind,vWind location: assume everywhere in
80        pkg/cheapaml that they are on C-grid (@ uVel,vVel location)
81        (Note: was already the case for Tair,Qair advection);
82        add option (INCONSISTENT_WIND_LOCATION) to recover old results.
83      - compute diabatic forcing only in the interior (excluding overlap regions)
84      - fill in array "Qsw" (for short-wave heating);
85      - add diagnostic for precip ; fill-in diagnostics for cheapAML state vars
86        before any update (consistent with MITgcm state var diagnostics);
87      - cheapaml_fields_load.F & cheapaml_init_varia.F : only fill outer edges if
88        non periodic ; + adjusted for uWind,vWind (C-grid).
89    o pkg/seaice:
90      - remove dependence of pkg/seaice versus pkg/exf (file: pkg/pkg_depend) and
91        add explicitly pkg/exf in experiments that currently use pkg/seaice.
92      - allows to compile pkg/seaice without pkg/exf.
93    o tools/OAD_support:
94      - use a local copy (ourRWCPinBd) to ensure index ourRWCP stays within bounds
95        of array "ourStepOf" in function rvNextAction (revolve.F90).
96    o pkg/aim_compon_interf renamed to pkg/atm_compon_interf
97      - change pkg name (to be used with other atmospheric physics pkg)
98        but by-pass CVS when making the new pkg so that we keep the CVS history.
99    o pkg/offline:
100      - call OFFLINE_FIELDS_LOAD from pkg/offline/offline_init_varia.F
101        (previously called from pkg/dic_surfforcing_init.F)
102    o model/src:
103      - re-order sequence of calls within packages_init_variables.F, using
104        standard order, except for:
105         DIAGNOSTICS_INIT_VARIA and OFFLINE_INIT_VARIA (called @ the top),
106         CTRL_MAP_INI and OBCS_INIT_VARIABLES (called @ the bottom)
107    o new pkg: atm_phys
108      - add entry point and source code (previously in contrib
109          verification_other/atm_gray/code_gray/) for new pkg "atm_phys"
110        (atmospheric physics pkg from P. O'Gorman and T. Schneider, JCl, 2008).
111      - re-order sequence of calls within packages_readparms.F,
112         packages_init_fixed.F and packages_write_pickup.F
113        (but skip packages_init_variables.F because of TAF issues).
114      - update contrib/*/atm_gray/ experiment.
115    o pkg/seaice (ITD code):
116      - simplify and fix the writing of pickup-files for ITD case
117    o pkg/seaice (ITD code):
118      - introduce floe size dependent lateral melt for ITD case;
119      - cleaning (avoid division by zero, change to f77 syntax, remove tabs)
120      - update seaice_itd experiment main output.
121    o pkg/thsice:
122      - remove snowPrc from common block THSICE_FLUX, in THSICE_VARS.h and
123        declared it locally (without bi,bj) in thsice_main.F & aim_do_physics.F;
124        changed accordingly pkg/atm2d.
125    
126    checkpoint64g (2013/05/01)
127    o pkg/exf ALLOW_RUNOFTEMP
128      - if defined,  river and glacier runoff temperature can be read-in from
129        runoftempfile; runoftempfile needs to have same format as runofffile
130    o pkg/thsice (& pkg/bulk_force):
131      - In case Energy-Reference-Level (ERL) is used (temp_EvPrRn=0), account
132        for energy content of Precip + RunOff & Evap (like with pkg/exf).
133      - change computation domain to always be the interior (without overlap).
134      - fix bug (wrong overlap) when using EXF and stressReduction > 0.
135    o verification/tutorial_global_oce_biogeo:
136      - add preliminary OpenAD setup (still has problems)
137    o pkg/seaice:
138      - turn some parameters for choosing the convergence criterion of
139        the inexact Newton method (JFNK) into runtime parameters for convenience
140      - clean up seaice_calc_viscosities.F: remove/retire two options for
141        SEAICetaZmethod (1,2), introduce area weighting for method 3; this changes
142        the results of lab_sea/input because a division has been replaced by
143        a multiplication with the reciprocal (sumNorm)
144      - modify offline_exf_seaice/input.dyn_jfnk/data.seaice to improve
145        convergence of solver (changes results, of course), and to test some
146        new features
147    o model/src:
148      - remove unused (since Aug 2006) S/R SET_WRITE_GLOBAL_PICKUP and its call.
149      - remove unused forcing field "dQdT" and associated parameter "dQdTFile".
150      - move forcing adjustment (balancing surface forcing) in specific S/R
151        where might also be applied exchanges (if needed) to forcing arrays.
152    o pkg/shelfice:
153      - allow to specify the Ice-Shelf mass per unit area (instead of
154        shelficeLoadAnomaly) and do the conversion from one to the other
155      - move loading from file of shelficeLoadAnomaly from SHELFICE_INIT_VARIA
156        to SHELFICE_INIT_FIXED: (a) avoid some TAF recompution issues and
157        (b) will be loaded in time (before calling INI_PRESSURE) in case it is
158        needed in phi0surf for initial pressure calculation when useDynP_inEos_Zc
159      - update isomip experiment forward output (get machine truncation error
160        from conversion shelficeLoadAnomaly -> shelficeMass -> shelficeLoadAnomaly)
161    o verification/offline_exf_seaice:
162      revise data.seaice in input.thermo and input_ad and update results accordingly
163        HO = 0.2, SEAICE_areaLossFormula = 2,
164        SEAICE_growMeltByConv = .TRUE.,
165        SEAICE_doOpenWaterMelt = .TRUE.,
166      Improve consistency with input.thsice and fix the spurious 500m ice corners
167    o verification/global_ocean.cs32x15:
168      - set Energy Reference Level to liq. water @ 0 degC: temp_EvPrRn=0.,
169        in icedyn (thsice+seaice-dyn) test and update output.
170    o verification/offline_exf_seaice:
171      - adjust list of tested variables (with testreport) and update
172        standard test output with better slection of monitored fields.
173    o pkg/cd_code:
174      - swtich off Adams-Bashforth on the 1rst iteration. Update output of
175        experiment lab_sea.hb87
176  o tools/genmake2:  o tools/genmake2:
177    - change default makedepend from the system default to tools/xmakedepend:    - change default makedepend from the system default to tools/xmakedepend:
178      When no makedepend is specified, select tools/xmakedepend it the test pass,      When no makedepend is specified, select tools/xmakedepend it the test pass,

Legend:
Removed from v.1.1851  
changed lines
  Added in v.1.1884

  ViewVC Help
Powered by ViewVC 1.1.22