/[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.2356 by jmc, Wed Oct 4 20:43:58 2017 UTC revision 1.2368 by jmc, Fri Dec 29 19:56:37 2017 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/gchem, changes to enable to use several geo-chemistry pkgs together:
8      - new CPP option GCHEM_ADD2TR_TENDENCY around definition of gchemTendency
9        array (replacing #ifndef GCHEM_SEPARATE_FORCING) ;
10      - in GCHEM_FIELDS.h, change dimension of array "gchemTendency"
11        from PTRACERS_num to GCHEM_tendTr_num ; this later one is set in new header
12        file: GCHEM_SIZE.h, to be included anytime GCHEM_FIELDS.h is included ;
13      - new set of S/R, called from GCHEM_TR_REGISTER, to record rank (in pTracer
14        array) and number of tracers for each geo-chemistry pkg ;
15      - check that GCHEM tracers all fit in pTracer and gchemTendency arrays ;
16      - initialise gchemTendency array in gchem_init_vari.F ;
17      - fix storage directives for gchemTendency ;
18      - add some entry points for new geo-chemistry pkg SPOIL.
19    o verification/isomip:
20      - update secondary test (input.htd): a) drop cd_scheme, useJamartWetPoints=T
21        and increase viscAh ; b) use ivdc_kappa with implicit Diff & Visc ;
22        c) switch off SHELFICEboundaryLayer, turn on pCellMix_select (=20) and
23        use SHELFICEselectDragQuadr=1 ; add new set of pickup files.
24    o pkg/shelfice:
25      - Replace CPP option: SHI_USTAR_WETPOINT with run-time parameter:
26         SHELFICE_oldCalcUStar (default=F <--> #define SHI_USTAR_WETPOINT)
27        but keep only original (old) formula in SHELFICEboundaryLayer code.
28    
29    checkpoint66m (2017/12/12)
30    o add another hook (S/R PDF_FINALIZE) for the Parallel Data Assimilation
31        Framework PDAF (http://pdaf.awi.de/) in the_main_loop.F
32    o pkg/autodiff:
33      - fix pkg/exf AD variable output (mainly ADJprecip), left from pkg/exf modif
34        on Jan 27, 2017. Try also to fix ADJrunoff and TLM output (but less clear).
35    o pkg/obcs:
36      - add simpler setting (single value) of OB indices for the case where
37        indices are uniform over the full section (Bruno Deremble contribution).
38    o pkg/rbcs:
39      - increase size of "relaxMaskFile" to read-in from namelist and save it
40        (+check) into new (renamed) "relaxMaskTrFile" array.
41    o model/src:
42      - option (interViscAr_pCell, interDiffKr_pCell) to account for true vertical
43        distance (including hFac) in vertical viscous flux and diffusive flux ;
44      - add option to increase vertical mixing (for both momentum and tracers)
45        near surface and/or bottom where partial cell is too thin ;
46      - for now, both additions above are within: #ifndef EXCLUDE_PCELL_MIX_CODE ;
47    
48    checkpoint66l (2017/10/24)
49    o pkg/kpp, ggl90 & ebm:
50      - read namelist without IOSTAT=errIO to force to stop if there is an error
51        in the parameter file namelist.
52    o pkg/cheapaml: major changes to relaxation coefficient setting:
53      - rename parameters cheapaml_taurelax & cheapaml_taurelaxocean (in days)
54        to cheap_tauRelax & cheap_tauRelaxOce (now in seconds);
55      - if using cheapMaskFile, set relaxation coeff to: cheapMask/tauRelax
56        (instead of 1/cheapMask over ocean and 1/tauRelax over land);
57      - with cheapMaskFile unset: set relaxation coeff according to land/ocean mask
58        (unchanged) but skip increase near domain edges for periodic domain (in X
59        or Y dir) when cheapamlX/Yperiodic=T ; also fix linear increase (over
60        Cheapaml_mask_width grid points) of coeff towards domain edges (previously
61        was increasing away from edges). Update output of experiment "cheapAML_box".
62    o pkg/cheapaml:
63      - move setting of (fixed in time) relaxation coefficient
64        from cheapaml_init_varia.F to cheapaml_init_fixed.F
65    o pkg/exf:
66      - add specific forcing field for tides to feed model new geopotential anomaly
67        forcing, for now within #ifdef EXF_ALLOW_TIDES.
68      - remove from common block unused params: exf_inscal_sst & exf_inscal_sss.
69  o model:  o model:
70    - add new 2-d forcing field for time-dependent geopotential anomaly (e.g.,    - add new 2-d forcing field for time-dependent geopotential anomaly (e.g.,
71      tidal forcing), in m^2/s^2 ; add run-time param to allow to turn it off.      tidal forcing), in m^2/s^2 ; add run-time param to allow to turn it off.

Legend:
Removed from v.1.2356  
changed lines
  Added in v.1.2368

  ViewVC Help
Powered by ViewVC 1.1.22