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

  ViewVC Help
Powered by ViewVC 1.1.22