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

  ViewVC Help
Powered by ViewVC 1.1.22