/[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.1860 by mlosch, Wed May 1 09:20:10 2013 UTC revision 1.1874 by jmc, Thu Jun 6 16:06:23 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/cfc:
8      - change time interpolation for atmospheric CFC-11 (now same as for CFC-12);
9        update output (CFC-11) of experiment cfc_example and tutorial_cfc_offline.
10    o pkg/seaice:
11      - allow to use seaice dynamics without pkg/exf (e.g., using pkg/cheapaml)
12    o pkg/seaice: add Adams-Bashforth2 time discretization for ice dynamics;
13                  so far only for JFNK-solver, turn on with SEAICEuseAB2 = .TRUE.
14      - requires an additional time level that is stored in the pickup
15      - you can start with AB2 from a pickup without this time level with
16        pickupStrictlyMatch = .false.
17    
18    checkpoint64h (2013/05/26)
19    o pkg/cheapaml:
20      - replace one ()**.5 with SQRT + use temp var "cdu = tau/Du" (coare3_flux);
21        affect machine truncation (but exp cheapAML_box still pass with 13 digits).
22      - consistent treatment of uWind,vWind location: assume everywhere in
23        pkg/cheapaml that they are on C-grid (@ uVel,vVel location)
24        (Note: was already the case for Tair,Qair advection);
25        add option (INCONSISTENT_WIND_LOCATION) to recover old results.
26      - compute diabatic forcing only in the interior (excluding overlap regions)
27      - fill in array "Qsw" (for short-wave heating);
28      - add diagnostic for precip ; fill-in diagnostics for cheapAML state vars
29        before any update (consistent with MITgcm state var diagnostics);
30      - cheapaml_fields_load.F & cheapaml_init_varia.F : only fill outer edges if
31        non periodic ; + adjusted for uWind,vWind (C-grid).
32    o pkg/seaice:
33      - remove dependence of pkg/seaice versus pkg/exf (file: pkg/pkg_depend) and
34        add explicitly pkg/exf in experiments that currently use pkg/seaice.
35      - allows to compile pkg/seaice without pkg/exf.
36    o tools/OAD_support:
37      - use a local copy (ourRWCPinBd) to ensure index ourRWCP stays within bounds
38        of array "ourStepOf" in function rvNextAction (revolve.F90).
39    o pkg/aim_compon_interf renamed to pkg/atm_compon_interf
40      - change pkg name (to be used with other atmospheric physics pkg)
41        but by-pass CVS when making the new pkg so that we keep the CVS history.
42    o pkg/offline:
43      - call OFFLINE_FIELDS_LOAD from pkg/offline/offline_init_varia.F
44        (previously called from pkg/dic_surfforcing_init.F)
45    o model/src:
46      - re-order sequence of calls within packages_init_variables.F, using
47        standard order, except for:
48         DIAGNOSTICS_INIT_VARIA and OFFLINE_INIT_VARIA (called @ the top),
49         CTRL_MAP_INI and OBCS_INIT_VARIABLES (called @ the bottom)
50    o new pkg: atm_phys
51      - add entry point and source code (previously in contrib
52          verification_other/atm_gray/code_gray/) for new pkg "atm_phys"
53        (atmospheric physics pkg from P. O'Gorman and T. Schneider, JCl, 2008).
54      - re-order sequence of calls within packages_readparms.F,
55         packages_init_fixed.F and packages_write_pickup.F
56        (but skip packages_init_variables.F because of TAF issues).
57      - update contrib/*/atm_gray/ experiment.
58    o pkg/seaice (ITD code):
59      - simplify and fix the writing of pickup-files for ITD case
60    o pkg/seaice (ITD code):
61      - introduce floe size dependent lateral melt for ITD case;
62      - cleaning (avoid division by zero, change to f77 syntax, remove tabs)
63      - update seaice_itd experiment main output.
64    o pkg/thsice:
65      - remove snowPrc from common block THSICE_FLUX, in THSICE_VARS.h and
66        declared it locally (without bi,bj) in thsice_main.F & aim_do_physics.F;
67        changed accordingly pkg/atm2d.
68    
69    checkpoint64g (2013/05/01)
70  o pkg/exf ALLOW_RUNOFTEMP  o pkg/exf ALLOW_RUNOFTEMP
71    - if defined,  river and glacier runoff temperature can be read-in from    - if defined,  river and glacier runoff temperature can be read-in from
72      runoftempfile; runoftempfile needs to have same format as runofffile      runoftempfile; runoftempfile needs to have same format as runofffile
# Line 14  o pkg/thsice (& pkg/bulk_force): Line 77  o pkg/thsice (& pkg/bulk_force):
77    - fix bug (wrong overlap) when using EXF and stressReduction > 0.    - fix bug (wrong overlap) when using EXF and stressReduction > 0.
78  o verification/tutorial_global_oce_biogeo:  o verification/tutorial_global_oce_biogeo:
79    - add preliminary OpenAD setup (still has problems)    - add preliminary OpenAD setup (still has problems)
80  o pkg/seaice:  o pkg/seaice:
81    - turn some parameters for choosing the convergence criterion of    - turn some parameters for choosing the convergence criterion of
82      the inexact Newton method (JFNK) into runtime parameters for convenience      the inexact Newton method (JFNK) into runtime parameters for convenience
83    - clean up seaice_calc_viscosities.F: remove/retire two options for    - clean up seaice_calc_viscosities.F: remove/retire two options for
84      SEAICetaZmethod (1,2), introduce area weighting for method 3; this changes      SEAICetaZmethod (1,2), introduce area weighting for method 3; this changes
85      the results of lab_sea/input because a division has been replaced by      the results of lab_sea/input because a division has been replaced by
86      a multiplication with the reciprocal (sumNorm)      a multiplication with the reciprocal (sumNorm)
87    - modify offline_exf_seaice/input.dyn_jfnk/data.seaice to improve    - modify offline_exf_seaice/input.dyn_jfnk/data.seaice to improve
88      convergence of solver (changes results, of course), and to test some      convergence of solver (changes results, of course), and to test some
89      new features      new features
90  o model/src:  o model/src:
91    - remove unused (since Aug 2006) S/R SET_WRITE_GLOBAL_PICKUP and its call.    - remove unused (since Aug 2006) S/R SET_WRITE_GLOBAL_PICKUP and its call.

Legend:
Removed from v.1.1860  
changed lines
  Added in v.1.1874

  ViewVC Help
Powered by ViewVC 1.1.22