/[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.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:
73      - use a local copy (ourRWCPinBd) to ensure index ourRWCP stays within bounds
74        of array "ourStepOf" in function rvNextAction (revolve.F90).
75    o pkg/aim_compon_interf renamed to pkg/atm_compon_interf
76      - change pkg name (to be used with other atmospheric physics pkg)
77        but by-pass CVS when making the new pkg so that we keep the CVS history.
78    o pkg/offline:
79      - call OFFLINE_FIELDS_LOAD from pkg/offline/offline_init_varia.F
80        (previously called from pkg/dic_surfforcing_init.F)
81    o model/src:
82      - re-order sequence of calls within packages_init_variables.F, using
83        standard order, except for:
84         DIAGNOSTICS_INIT_VARIA and OFFLINE_INIT_VARIA (called @ the top),
85         CTRL_MAP_INI and OBCS_INIT_VARIABLES (called @ the bottom)
86    o new pkg: atm_phys
87      - add entry point and source code (previously in contrib
88          verification_other/atm_gray/code_gray/) for new pkg "atm_phys"
89        (atmospheric physics pkg from P. O'Gorman and T. Schneider, JCl, 2008).
90      - re-order sequence of calls within packages_readparms.F,
91         packages_init_fixed.F and packages_write_pickup.F
92        (but skip packages_init_variables.F because of TAF issues).
93      - update contrib/*/atm_gray/ experiment.
94    o pkg/seaice (ITD code):
95      - simplify and fix the writing of pickup-files for ITD case
96    o pkg/seaice (ITD code):
97      - introduce floe size dependent lateral melt for ITD case;
98      - cleaning (avoid division by zero, change to f77 syntax, remove tabs)
99      - update seaice_itd experiment main output.
100    o pkg/thsice:
101      - remove snowPrc from common block THSICE_FLUX, in THSICE_VARS.h and
102        declared it locally (without bi,bj) in thsice_main.F & aim_do_physics.F;
103        changed accordingly pkg/atm2d.
104    
105    checkpoint64g (2013/05/01)
106    o pkg/exf ALLOW_RUNOFTEMP
107      - if defined,  river and glacier runoff temperature can be read-in from
108        runoftempfile; runoftempfile needs to have same format as runofffile
109    o pkg/thsice (& pkg/bulk_force):
110      - In case Energy-Reference-Level (ERL) is used (temp_EvPrRn=0), account
111        for energy content of Precip + RunOff & Evap (like with pkg/exf).
112      - change computation domain to always be the interior (without overlap).
113      - fix bug (wrong overlap) when using EXF and stressReduction > 0.
114    o verification/tutorial_global_oce_biogeo:
115      - add preliminary OpenAD setup (still has problems)
116    o pkg/seaice:
117      - turn some parameters for choosing the convergence criterion of
118        the inexact Newton method (JFNK) into runtime parameters for convenience
119      - clean up seaice_calc_viscosities.F: remove/retire two options for
120        SEAICetaZmethod (1,2), introduce area weighting for method 3; this changes
121        the results of lab_sea/input because a division has been replaced by
122        a multiplication with the reciprocal (sumNorm)
123      - modify offline_exf_seaice/input.dyn_jfnk/data.seaice to improve
124        convergence of solver (changes results, of course), and to test some
125        new features
126    o model/src:
127      - remove unused (since Aug 2006) S/R SET_WRITE_GLOBAL_PICKUP and its call.
128      - remove unused forcing field "dQdT" and associated parameter "dQdTFile".
129      - move forcing adjustment (balancing surface forcing) in specific S/R
130        where might also be applied exchanges (if needed) to forcing arrays.
131    o pkg/shelfice:
132      - allow to specify the Ice-Shelf mass per unit area (instead of
133        shelficeLoadAnomaly) and do the conversion from one to the other
134      - move loading from file of shelficeLoadAnomaly from SHELFICE_INIT_VARIA
135        to SHELFICE_INIT_FIXED: (a) avoid some TAF recompution issues and
136        (b) will be loaded in time (before calling INI_PRESSURE) in case it is
137        needed in phi0surf for initial pressure calculation when useDynP_inEos_Zc
138      - update isomip experiment forward output (get machine truncation error
139        from conversion shelficeLoadAnomaly -> shelficeMass -> shelficeLoadAnomaly)
140    o verification/offline_exf_seaice:
141      revise data.seaice in input.thermo and input_ad and update results accordingly
142        HO = 0.2, SEAICE_areaLossFormula = 2,
143        SEAICE_growMeltByConv = .TRUE.,
144        SEAICE_doOpenWaterMelt = .TRUE.,
145      Improve consistency with input.thsice and fix the spurious 500m ice corners
146    o verification/global_ocean.cs32x15:
147      - set Energy Reference Level to liq. water @ 0 degC: temp_EvPrRn=0.,
148        in icedyn (thsice+seaice-dyn) test and update output.
149    o verification/offline_exf_seaice:
150      - adjust list of tested variables (with testreport) and update
151        standard test output with better slection of monitored fields.
152    o pkg/cd_code:
153      - swtich off Adams-Bashforth on the 1rst iteration. Update output of
154        experiment lab_sea.hb87
155  o tools/genmake2:  o tools/genmake2:
156    - change default makedepend from the system default to tools/xmakedepend:    - change default makedepend from the system default to tools/xmakedepend:
157      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.1879

  ViewVC Help
Powered by ViewVC 1.1.22