/[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.1557 by jmc, Wed Dec 21 17:31:53 2011 UTC revision 1.1568 by mlosch, Tue Jan 3 11:07:12 2012 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/obcs
8      - S/R obcs_calc_stevens: fix a small bug (gammat -> gammas where appropriate)
9    o pkg/exf (interpolation):
10      - assume periodicity in X only if input field cover full longitude range.
11      - improve search for lat. index (supposed to be faster, in ~log2(ny) steps,
12        and should vectorise).
13      - fix input lat of the 2 added row (in case we provide N.pole data).
14    
15    checkpoint63h (2011/12/30)
16    o pkg/seaice:
17      - change declaration of UVM from _RL to _RS in order to get B-grid
18        uIce,vIce monitor when _RS = real*4
19    o pkg/offline:
20      - new S/R OFFLINE_RESET_PARMS for resetting main-model params (switch off flags);
21      - compute vertical velocity if not read from file (switch on exactConserv
22        & staggerTimeStep);
23      - fix output of ptracer monitor iter & time for default PTRACERS_monitorFreq.
24    o verification:
25      - update grid-files (in tutorial_held_suarez_cs/input and fizhi-cs-32x32x40/input)
26        with grid-angle generated using "utils/matlab/cs_grid/cubeCalcAngle.m":
27        fix Pb in yG definition @ 2 missing corners (previously yG was averaged);
28      - update output of exp. global_ocean.cs32x15.viscA4 after changing
29        grid-file angles (used here for coriolis-3d);
30      - remove (or gzip) few files not needed to run fizhi-cs experiments.
31    o pkg/exf (vector interpolation):
32      - rotate vector component toward local grid-axis orientation using grid-angles
33        (stored in GRID.h) instead of locally computed rotation angle; keep old code
34        available with exf option EXF_USE_OLD_VEC_ROTATION (undef by default).
35    o pkg/seaice:
36      - allow to compile with exf options ALLOW_ATM_TEMP or ALLOW_DOWNWARD_RADIATION
37        undefined. Fix and remove the stop when ALLOW_RUNOFF is undefined.
38    o pkg/PKG_OPTIONS.h files:
39      - move #include "CPP_OPTIONS.h" just after #include "PACKAGES_CONFIG.h",
40        outside of the #ifdef ALLOW_THISPKG / #endif block.
41      - update verification/*/code/PKG_OPTIONS.h files.
42    o add a verification experiment (offline_exf_seaice/input.seaice) that test
43      the B-grid LSOR solver
44    o pkg/seaice: sort out emissivity and long wave radiation step 2:
45      - add emissivity for snow and ice as new run-time parameters
46        (unfortunately) that default to the corresponding exf values; this
47        changes results in most verification experiments so that for backward
48        compatibility these parameter have to be set explicitly to inconsistent
49        values (ugly);
50      - the exf-flag EXF_LWDOWN_WITH_EMISSIVITY then gets rid off the hard-wired
51        emissivities of 0.97 associated with lwdownloc in S/R seaice_solve4temp
52        until we agree how to handle this bug properly
53  o pkg/exf (interpolation):  o pkg/exf (interpolation):
54    - add a set of run-time param ({inputfield}_interpMethod), one for    - add a set of run-time param ({inputfield}_interpMethod), one for
55      each interpolated input field, to select the interpolation method      each interpolated input field, to select the interpolation method
# Line 11  o pkg/exf (interpolation): Line 57  o pkg/exf (interpolation):
57    - print interpolation parameters to standard output;    - print interpolation parameters to standard output;
58    - refine exf_check.F accordingly ; stop if USE_NO_INTERP_RUNOFF is defined    - refine exf_check.F accordingly ; stop if USE_NO_INTERP_RUNOFF is defined
59      (to use instead runoff_interpMethod=0 in data.exf).      (to use instead runoff_interpMethod=0 in data.exf).
60      - simplify default setting of interpolation parameters (for all fields,
61        set position to match model grid cell-center position, leading to trivial
62        interpolation in case of regular Lat-Lon grid) and fix for the case of
63        non-uniform delY.
64  o pkg/exf/exf_radiation.F: add the factor ocean_emissivity to lwdown, for  o pkg/exf/exf_radiation.F: add the factor ocean_emissivity to lwdown, for
65     within #ifdef EXF_LWDOWN_WITH_EMISSIVITY/#endif. Unless ocean_emissivity=1.     within #ifdef EXF_LWDOWN_WITH_EMISSIVITY/#endif. Unless ocean_emissivity=1.
66     this factor is absolutely required, because the lw exitance (= out-going     this factor is absolutely required, because the lw exitance (= out-going

Legend:
Removed from v.1.1557  
changed lines
  Added in v.1.1568

  ViewVC Help
Powered by ViewVC 1.1.22