/[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.2114 by jmc, Wed Jan 14 20:49:27 2015 UTC revision 1.2136 by jmc, Wed Feb 25 14:36:14 2015 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    checkpoint65j (2015/02/25)
8    o pkg/openad
9      - synchronize seawater.F with version in model/src: replace routine
10        body of sw_temp by calling sw_ptmp and fix/add a few comments.
11    o pkg/mnc:
12      - change default value of pickup_read/write_mnc params to FALSE
13        (since few features are missing in reading MNC pickup files).
14    o model/src:
15      - change default (background) vertical diffusivity for salt to be the
16        temperature (background) vertical diffusivity.
17      - change background vertical diffusivity in vertical mixing pkgs ggl90,
18        kl10, my82 and pp81 from temperature diffusivity to salinity diffusivity.
19        This makes ptracers default diffusivity (that uses salt diffKr) more
20        consistent with vertical mixing schemes.
21    o verification/testreport:
22      - fix typo in "-pcls" option ;
23      - put temp files in /tmp (instead of in local dir)
24      - add option "-ncad" to use genmake2 new option "-nocat4ad"
25      - allow to use "-j" option (for multi-procs make) for AD, OAD and TLM.
26    o pkg/ggl90 (idemix code):
27      - apply few fixes ; add some missing "_d 0" ; update output of exp.
28        global_ocean.90x40x15.idemix
29    o OpenAD
30      - enable active file I/O and begin removal of work-around code
31        for OpenAD for handling control variables (memory vs. active files)
32      - new CPP options file OPENAD_OPTIONS.h
33      - revert to genarr2d gradient check for hs94.1x64x5
34      - (genarr3d tested by tutorial_global_oce_biogeo, tutorial_tracer_adjsens)
35      - gentim2d works for halfpipe_streamice but not yet hs94.1x64x5
36    o tools/genmake2:
37      - add option for an alternative Makefile (from Martin) where multiple
38        source files are sent to TAF (instead of all in one file).
39    o pkg/ggl90: add IDEMIX (Olbers and Eden, 2013)
40      - code provided by Carsten Eden as an extension of ggl90
41      - so far the code is turned on within ggl90 by setting a CPP-flag at
42        compile time; a runtime flag implementation is not yet complete
43      - tested in new verification experiment global_ocean.90x40x15.idemix
44    o verification:
45      - reduce length of the AD test run by half for experiments
46        global_ocean.cs32x15 (std + thsice) and isomip
47      - enable active file I/O for OpenAD, adjust verifications accordingly
48      - halfpipe_streamice: change gradient check from genarr2d to gentim2d
49    o verification/testreport:
50      - fix two non-POSIX sed statements so that there are no error messages
51        on Mac OS X
52      - replace hostname -s with hostname | sed 's/\..*$//'
53    o model/src/seawater.F:
54      - simplify SW_TEMP to just calling SW_PTMP with P and PR exchanged
55        (following the matlab code), which would have avoided the bug caught
56        by Matt (see below) in the first place
57    o pkg/shelfice:
58      - implement alternative discretisation of quadratic drag (selectBotDragQuadr)
59        and true distance in no-slip BC (bottomVisc_pCell) similar to bottom-drag.
60      - fix sign of friction tendency (no-slip BC) and fix u,v drag for thin
61        ice-shelf case (i.e., within surface level).
62      - add config summary in shelfice_check.F
63      - remove global variable recip_SHELFICElatentHeat and replace by a local
64        variable recip_latentHeat
65      - introduce diagnostics for friction velocity uStar (in case of
66        SHELFICEuseGammaFrict)
67      - change verification experiment isomip.htd:
68        + start from pickup (as input_ad at nIter0=8640)
69        + start from SHELFICEmassFile instead of SHELFICEloadAnomaly file
70        + test SHELFICEuseGammaFrict = .TRUE.
71        + test SHELFICEadvDiffHeatFlux = .TRUE.
72    o model/src:
73      - fix bug (Thanks to Matt) in function SW_TEMP (to convert Pot.Temp to
74        in-situ Temp) and in routine SW_TEMP (in pkg/openad);
75        update output of experiments global_with_exf.yearly and isomip (all 6).
76    o pkg/shelfice:
77      - change setting of kTopC to also be zero where there is no ice-shelf.
78      - zero out surface forcing arrays (for now, for T & S + EmPmR) where
79        ice-shelf is.
80      - first attempt to get RealFreshWaterFlux effects: for now, only without
81        SHELFICEboundaryLayer ; not consistent if using synchronous time-stepping.
82    o pkg/seaice: add the option to prescribe a fixed thickness PDF
83      for thermodynamic calculations
84      - because of divisions of the type 7/7 not exactly equal to 1, this change
85        affects results of some verification experiments by up to 4 digits:
86        global_ocean.cs32x15.seaice, lab_sea, lab_sea.fd, lab_sea.salt_plume,
87        seaice_obcs, seaice_obcs.seaiceSponge, seaice_obcs.tides
88        adjoint: lab_sea, lab_sea.noseaicedyn
89        -> updated
90    
91    checkpoint65i (2015/01/23)
92    o model/src:
93      - change units of frictionHeating field from W to W/m^2
94      - fix bug in frictional heating from stratospheric drag in
95        S/R ATM_PHYS_TENDENCY_APPLY_V
96      - with synchronous time-stepping: move resetting to zero of frictionHeating
97        field from load_fields_driver.F to thermodynamics.F ;
98      - add diagnostics for frictional heating.
99    o model/src & gmredi K3D:
100      - add frictionHeating field to pickup-files (for synchronous time-stepping)
101      - move ALLOW_EDDYPSI block out of DYNVARS.h and merge it into FFIELDS.h
102      - rename uMean,vMean --> uEulerMean,vEulerMean (+ change diagnostics name
103        and name in pickup file).
104      - fix arguments of few DIAGNOSTICS_FILL calls in gmredi_k3d.F
105  o model/src:  o model/src:
106    - move (from ini_forcing.F) initialisation of all arrays in header file    - move (from ini_forcing.F) initialisation of all arrays in header file
107      FFIELDS.h into new S/R ini_ffields.F ; this fix broken restart      FFIELDS.h into new S/R ini_ffields.F ; this fix broken restart

Legend:
Removed from v.1.2114  
changed lines
  Added in v.1.2136

  ViewVC Help
Powered by ViewVC 1.1.22