/[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.2211 by mlosch, Wed Dec 16 12:16:46 2015 UTC revision 1.2221 by jmc, Mon Jan 11 22:56:33 2016 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/seaice: fix a bug computing areaS in seaice_calc_lhs/rhs (J-J -> J-1)  o model/src:
8    that affects runs when SEAICEscaleSurfStress=.TRUE. (only for JFNK)    - to check restart test, add option to apply EXCH to U,V earlier, just before
9        integr_continuity; turned off by default.
10    o pkg/dic:
11      - remove CPP option USE_ATMOSCO2 (not needed)
12    o tools/tst_2+2:
13      - try to ignore difference between +0 and -0 in binary file, causing test
14        to fail for no good reason.
15    o eesupp & genmake2:
16      - put back modif from Jinxuan Zhu - change etime fct call to S/R call -
17        but also check (in genmake2) that test runs and returns meaningful results.
18    o coupler pkgs:
19      Finish implementation of optionally-exchanged variable switches (started on
20       Nov 12) with addition of few more exchanged fields, including 2-way exchange
21       of pkg/thsice vars to allow to use seaice dynamics (from pkg/seaice) & seaice
22       advection in OCN component; this requires sequential coupling.
23      coupler (pkg/atm_ocn_coupler):
24      - add argument msgUnit and iter number to CPL_SEND/RECV_ATM/OCN_FIELDS
25        routines (useful for debug).
26      - only export/import optionally exchanged fields (RunOff, seaice, Salt-Plume
27         flux, DIC fields) if corresponding switch is ON.
28      - add option to export RunOff to OCN (to use for DIC river input)
29      - add 2-way thSIce vars exchange; check for consistent cpl_sequential setting.
30      components (pkg/atm_ & ocn_compon_interf):
31      - to save memory space in ATM & OCN comp: add some #ifdef ALLOW_${PKG} around
32        optionally exchanged fields; add a check & stop in cpl_readparms.F.
33        ATMCPL.h: ALLOW_LAND for RunOff, ALLOW_THSICE for seaice, ALLOW_AIM for CO2;
34        OCNCPL.h: ALLOW_SALT_PLUME, ALLOW_DIC for DIC, ALLOW_THSICE for 2-W thsice.
35      - rename:   fracIce     -> sIceFrac_cpl (<- match coupler var name)
36        + in ATM: fracIceTime -> sIceFracTime ; seaIceTime -> sIceMassTime.
37      - add 2-way thSIce vars exchange ; add Salt-Plume flux ; add RunOff in OCN.
38      - hold in common block coupler optionally-exchanged variable switch
39        and set default "useImportXXX" accordingly; + check & stop if inconsistent.
40      - add diagnostics for all imported fields from coupler (in both OCN & ATM);
41        this is intended to replace the OCN cplFldtave.* output files (not updated
42        to contain new additional exchanged fields).
43    o pkg/dic:
44      - fix an other bug (also from 2014/08/30) in dic_atmos.F, in dic_int1=3 code.
45    o pkg/thsice:
46      - when coupled to ATM (useCoupler) with thSIce_skipThermo=T, skip reading
47        and writing of thsice pickup files.
48    o pkg/atm_compon_interf:
49      - move all field individual export-call out of cpl_export_import_data.F
50        into new S/R ATM_EXPORT_FIELDS
51    o pkg/atm_compon_interf:
52      - store state variables (for now, only thSIce fields) just before beeing
53        exported (in cpl_export_import_data.F, like on ocean side) instead of from
54        atm_store_my_data.F like all exported fluxes.
55      - new version of pickup_cpl: write field names into meta file and read meta
56        file to find field postion in pickup. Also only write/read fields meeded for
57        restart (same logic as main pickup file ; also using pickupStrictlyMatch)
58    o pkg/dic:
59      - fix bug (added on 2014/08/30) in dic_atmos.F for the case dic_int1= 2 or 3.
60    o pkg/seaice: add new parameter SEAICEpressReplFac to choose between
61        pressure replacement method (=1., default) or original Hibler (1979) (=0.)
62        value can be from domain [0,1] to average between the two methods
63    o pkg/atm_phys:
64      - allow to provide 2-d map of albedo and mixed-layer depth from files (but
65        hold fixed in time).
66    
67    checkpoint65r (2015/12/21)
68    o pkg/seaice:
69        fix bug in tridiagonal solvers for SEAICE_OLx/y>0, this affects the JFNK
70        solver (offline.dyn_jfnk) and global_ocean.cs32x15.seaice -> updated
71    o pkg/seaice:
72      - fix a bug in computing areaS in (J-J -> J-1) that affects runs
73        when SEAICEscaleSurfStress=.TRUE.,
74      - apply areaW and areaS in S/R seaice_calc_lhs
75  o pkg/atm_phys:  o pkg/atm_phys:
76    - add diagnostics for 3-D, Nr+1 levels diagnostics of radiative fluxes    - add diagnostics for 3-D, Nr+1 levels diagnostics of radiative fluxes
77      (shortwave & longwave, net & downward) and diagnostics of temp. tendency      (shortwave & longwave, net & downward) and diagnostics of temp. tendency

Legend:
Removed from v.1.2211  
changed lines
  Added in v.1.2221

  ViewVC Help
Powered by ViewVC 1.1.22