/[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.1869 by jmc, Fri May 17 21:04:32 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 tools/OAD_support:
8      - use a local copy (ourRWCPinBd) to ensure index ourRWCP stays within bounds
9        of array "ourStepOf" in function rvNextAction (revolve.F90).
10    o pkg/aim_compon_interf renamed to pkg/atm_compon_interf
11      - change pkg name (to be used with other atmospheric physics pkg)
12        but by-pass CVS when making the new pkg so that we keep the CVS history.
13    o pkg/offline:
14      - call OFFLINE_FIELDS_LOAD from pkg/offline/offline_init_varia.F
15        (previously called from pkg/dic_surfforcing_init.F)
16    o model/src:
17      - re-order sequence of calls within packages_init_variables.F, using
18        standard order, except for:
19         DIAGNOSTICS_INIT_VARIA and OFFLINE_INIT_VARIA (called @ the top),
20         CTRL_MAP_INI and OBCS_INIT_VARIABLES (called @ the bottom)
21    o new pkg: atm_phys
22      - add entry point and source code (previously in contrib
23          verification_other/atm_gray/code_gray/) for new pkg "atm_phys"
24        (atmospheric physics pkg from P. O'Gorman and T. Schneider, JCl, 2008).
25      - re-order sequence of calls within packages_readparms.F,
26         packages_init_fixed.F and packages_write_pickup.F
27        (but skip packages_init_variables.F because of TAF issues).
28      - update contrib/*/atm_gray/ experiment.
29    o pkg/seaice (ITD code):
30      - simplify and fix the writing of pickup-files for ITD case
31    o pkg/seaice (ITD code):
32      - introduce floe size dependent lateral melt for ITD case;
33      - cleaning (avoid division by zero, change to f77 syntax, remove tabs)
34      - update seaice_itd experiment main output.
35    o pkg/thsice:
36      - remove snowPrc from common block THSICE_FLUX, in THSICE_VARS.h and
37        declared it locally (without bi,bj) in thsice_main.F & aim_do_physics.F;
38        changed accordingly pkg/atm2d.
39    
40    checkpoint64g (2013/05/01)
41    o pkg/exf ALLOW_RUNOFTEMP
42      - if defined,  river and glacier runoff temperature can be read-in from
43        runoftempfile; runoftempfile needs to have same format as runofffile
44    o pkg/thsice (& pkg/bulk_force):
45      - In case Energy-Reference-Level (ERL) is used (temp_EvPrRn=0), account
46        for energy content of Precip + RunOff & Evap (like with pkg/exf).
47      - change computation domain to always be the interior (without overlap).
48      - fix bug (wrong overlap) when using EXF and stressReduction > 0.
49    o verification/tutorial_global_oce_biogeo:
50      - add preliminary OpenAD setup (still has problems)
51    o pkg/seaice:
52      - turn some parameters for choosing the convergence criterion of
53        the inexact Newton method (JFNK) into runtime parameters for convenience
54      - clean up seaice_calc_viscosities.F: remove/retire two options for
55        SEAICetaZmethod (1,2), introduce area weighting for method 3; this changes
56        the results of lab_sea/input because a division has been replaced by
57        a multiplication with the reciprocal (sumNorm)
58      - modify offline_exf_seaice/input.dyn_jfnk/data.seaice to improve
59        convergence of solver (changes results, of course), and to test some
60        new features
61    o model/src:
62      - remove unused (since Aug 2006) S/R SET_WRITE_GLOBAL_PICKUP and its call.
63      - remove unused forcing field "dQdT" and associated parameter "dQdTFile".
64      - move forcing adjustment (balancing surface forcing) in specific S/R
65        where might also be applied exchanges (if needed) to forcing arrays.
66    o pkg/shelfice:
67      - allow to specify the Ice-Shelf mass per unit area (instead of
68        shelficeLoadAnomaly) and do the conversion from one to the other
69      - move loading from file of shelficeLoadAnomaly from SHELFICE_INIT_VARIA
70        to SHELFICE_INIT_FIXED: (a) avoid some TAF recompution issues and
71        (b) will be loaded in time (before calling INI_PRESSURE) in case it is
72        needed in phi0surf for initial pressure calculation when useDynP_inEos_Zc
73      - update isomip experiment forward output (get machine truncation error
74        from conversion shelficeLoadAnomaly -> shelficeMass -> shelficeLoadAnomaly)
75    o verification/offline_exf_seaice:
76      revise data.seaice in input.thermo and input_ad and update results accordingly
77        HO = 0.2, SEAICE_areaLossFormula = 2,
78        SEAICE_growMeltByConv = .TRUE.,
79        SEAICE_doOpenWaterMelt = .TRUE.,
80      Improve consistency with input.thsice and fix the spurious 500m ice corners
81    o verification/global_ocean.cs32x15:
82      - set Energy Reference Level to liq. water @ 0 degC: temp_EvPrRn=0.,
83        in icedyn (thsice+seaice-dyn) test and update output.
84    o verification/offline_exf_seaice:
85      - adjust list of tested variables (with testreport) and update
86        standard test output with better slection of monitored fields.
87    o pkg/cd_code:
88      - swtich off Adams-Bashforth on the 1rst iteration. Update output of
89        experiment lab_sea.hb87
90  o tools/genmake2:  o tools/genmake2:
91    - change default makedepend from the system default to tools/xmakedepend:    - change default makedepend from the system default to tools/xmakedepend:
92      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.1869

  ViewVC Help
Powered by ViewVC 1.1.22