/[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.2115 by jmc, Wed Jan 21 00:23:32 2015 UTC revision 1.2151 by jmc, Wed May 13 21:39:51 2015 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/layers:
8      - shift potential density field "prho" by -1000 for density layer averaging so
9        that it corresponds to usual "sigma" definition (i.e., rho(p=const)-1000);
10        Note that density bin boundaries (layers_bounds in data.layers) have
11        to be set accordingly (i.e., shifted, in sigma scale).
12    o pkg/layers:
13      - fix snap-shot output of layer thickness @ V.pt and output of pot.density
14      - fix calculation of layer non-weighted velocity and layer probability
15      - add diagnostics for pot.density used for layer averaging
16    o pkg/seaice:
17      - seaice_calc_viscosity.F: change computation of deltaC**2 to ensure
18        positiveness, modify a few comments and improve variable names,
19      - the changed computation of deltaC affects most seaice-related
20        experiments at the truncation level.
21        seaice_itd.thermo is affected by far the most, with
22        only 7 digits of agreement remaining; update experiments.
23    
24    checkpoint65l (2015/05/04)
25    o pkg/shelfice:
26      - in shelfice_thermodynamics.F, if SHELFICEBoundaryLayer=.true., then set
27        factor drKp1 to zero where it is negative (ie. do not use
28        SHELFICEBoundaryLayer if hFacC>1)
29      - the same for factor drLoc in shelfice_forcing.F
30    o tools/genmake2: move FEXTRAFLAGS from FFLAGS to FOPTIM to avoid a problem
31        with modules in ptracers, when using testreport option "-small_f"
32    o pkg/seaice/seaice_growth.F (in case of SEAICE_ITD)
33      - replace tmpscal1**1.36 by faster exp(1.36*log(tmpscal1))
34    o verification/testreport
35      - add new option -small_f
36        with this option testreport first makes the target small_f (*.f files)
37        before running make (all). This is useful for explicit inlining when
38        all sources need to be full available.
39    o pkg/exf/exf_interp.F:
40        remove previous changes related to reverse (decreasing) input grids latitude
41    
42    checkpoint65k (2015/04/01)
43    o pkg/ecco:
44        fix missing cosphi initialization; use eccoiter in place of optimcycle;
45        if autodiff is not compiled then use READ_REC_XY_RL/READ_REC_XYZ_RL
46        instead of active read/write
47    o pkg/ctrl:
48        if autodiff is not compiled then use READ_REC_XY_RL/READ_REC_XYZ_RL
49        instead of active read/write.
50    o pkg/autodiff: make autodiff_readparms.F and autodiff_whtapeio_sync.F
51        return if .NOT.useAUTODIFF
52    o pkg/seaice: add CPP brackets (cost function related).
53    o model/src:
54        add useAUTODIFF run time switch.
55    o pkg/exf/exf_interp.F:
56        add code to allow input grids with latitude starting in the north (i.e. when
57        j=1 corresponds to northern edge of field); modify global_with_exf to test
58        this feature.
59    o verification/testreport:
60      - replace "grep -A3" with POSIX conformal sed command, because there are
61        implementations of grep that cannot do contextual searches
62      - replace "cat -n" by "nl" (two occurrences), because not all implementations
63        of "cat" have the option "-n"
64    o model/src:
65        add new file gsw_teos10.F that contains 3 functions, more or less a copy
66        of the gsw_toolbox.f90 of the TEOS-10 fortran interface, that are used to
67        convert from conservative to potential temperature. For now they are not
68        called anywhere.
69    o pkg/ggl90: make "useIDEMIX" useful
70      - re-organize code in s/r ggl90_calc a little to move computations that
71        are different for idemix into separate loops (changes verification
72        experiment idemix at truncation level, 12 digits remain -> updated)
73      - requires 2 new 2D fields KappaM, verticalShear
74      - make hFacI and recip_hFacI local 3D variables that are passed to
75        s/r ggl90_idemix
76      - fix and improve some comments
77    
78    checkpoint65j (2015/02/25)
79    o pkg/openad
80      - synchronize seawater.F with version in model/src: replace routine
81        body of sw_temp by calling sw_ptmp and fix/add a few comments.
82    o pkg/mnc:
83      - change default value of pickup_read/write_mnc params to FALSE
84        (since few features are missing in reading MNC pickup files).
85    o model/src:
86      - change default (background) vertical diffusivity for salt to be the
87        temperature (background) vertical diffusivity.
88      - change background vertical diffusivity in vertical mixing pkgs ggl90,
89        kl10, my82 and pp81 from temperature diffusivity to salinity diffusivity.
90        This makes ptracers default diffusivity (that uses salt diffKr) more
91        consistent with vertical mixing schemes.
92    o verification/testreport:
93      - fix typo in "-pcls" option ;
94      - put temp files in /tmp (instead of in local dir)
95      - add option "-ncad" to use genmake2 new option "-nocat4ad"
96      - allow to use "-j" option (for multi-procs make) for AD, OAD and TLM.
97    o pkg/ggl90 (idemix code):
98      - apply few fixes ; add some missing "_d 0" ; update output of exp.
99        global_ocean.90x40x15.idemix
100    o OpenAD
101      - enable active file I/O and begin removal of work-around code
102        for OpenAD for handling control variables (memory vs. active files)
103      - new CPP options file OPENAD_OPTIONS.h
104      - revert to genarr2d gradient check for hs94.1x64x5
105      - (genarr3d tested by tutorial_global_oce_biogeo, tutorial_tracer_adjsens)
106      - gentim2d works for halfpipe_streamice but not yet hs94.1x64x5
107    o tools/genmake2:
108      - add option for an alternative Makefile (from Martin) where multiple
109        source files are sent to TAF (instead of all in one file).
110    o pkg/ggl90: add IDEMIX (Olbers and Eden, 2013)
111      - code provided by Carsten Eden as an extension of ggl90
112      - so far the code is turned on within ggl90 by setting a CPP-flag at
113        compile time; a runtime flag implementation is not yet complete
114      - tested in new verification experiment global_ocean.90x40x15.idemix
115    o verification:
116      - reduce length of the AD test run by half for experiments
117        global_ocean.cs32x15 (std + thsice) and isomip
118      - enable active file I/O for OpenAD, adjust verifications accordingly
119      - halfpipe_streamice: change gradient check from genarr2d to gentim2d
120    o verification/testreport:
121      - fix two non-POSIX sed statements so that there are no error messages
122        on Mac OS X
123      - replace hostname -s with hostname | sed 's/\..*$//'
124    o model/src/seawater.F:
125      - simplify SW_TEMP to just calling SW_PTMP with P and PR exchanged
126        (following the matlab code), which would have avoided the bug caught
127        by Matt (see below) in the first place
128    o pkg/shelfice:
129      - implement alternative discretisation of quadratic drag (selectBotDragQuadr)
130        and true distance in no-slip BC (bottomVisc_pCell) similar to bottom-drag.
131      - fix sign of friction tendency (no-slip BC) and fix u,v drag for thin
132        ice-shelf case (i.e., within surface level).
133      - add config summary in shelfice_check.F
134      - remove global variable recip_SHELFICElatentHeat and replace by a local
135        variable recip_latentHeat
136      - introduce diagnostics for friction velocity uStar (in case of
137        SHELFICEuseGammaFrict)
138      - change verification experiment isomip.htd:
139        + start from pickup (as input_ad at nIter0=8640)
140        + start from SHELFICEmassFile instead of SHELFICEloadAnomaly file
141        + test SHELFICEuseGammaFrict = .TRUE.
142        + test SHELFICEadvDiffHeatFlux = .TRUE.
143    o model/src:
144      - fix bug (Thanks to Matt) in function SW_TEMP (to convert Pot.Temp to
145        in-situ Temp) and in routine SW_TEMP (in pkg/openad);
146        update output of experiments global_with_exf.yearly and isomip (all 6).
147    o pkg/shelfice:
148      - change setting of kTopC to also be zero where there is no ice-shelf.
149      - zero out surface forcing arrays (for now, for T & S + EmPmR) where
150        ice-shelf is.
151      - first attempt to get RealFreshWaterFlux effects: for now, only without
152        SHELFICEboundaryLayer ; not consistent if using synchronous time-stepping.
153    o pkg/seaice: add the option to prescribe a fixed thickness PDF
154      for thermodynamic calculations
155      - because of divisions of the type 7/7 not exactly equal to 1, this change
156        affects results of some verification experiments by up to 4 digits:
157        global_ocean.cs32x15.seaice, lab_sea, lab_sea.fd, lab_sea.salt_plume,
158        seaice_obcs, seaice_obcs.seaiceSponge, seaice_obcs.tides
159        adjoint: lab_sea, lab_sea.noseaicedyn
160        -> updated
161    
162    checkpoint65i (2015/01/23)
163    o model/src:
164      - change units of frictionHeating field from W to W/m^2
165      - fix bug in frictional heating from stratospheric drag in
166        S/R ATM_PHYS_TENDENCY_APPLY_V
167      - with synchronous time-stepping: move resetting to zero of frictionHeating
168        field from load_fields_driver.F to thermodynamics.F ;
169      - add diagnostics for frictional heating.
170  o model/src & gmredi K3D:  o model/src & gmredi K3D:
171    - add frictionHeating field to pickup-files (for synchronous time-stepping)    - add frictionHeating field to pickup-files (for synchronous time-stepping)
172    - move ALLOW_EDDYPSI block out of DYNVARS.h and merge it into FFIELDS.h    - move ALLOW_EDDYPSI block out of DYNVARS.h and merge it into FFIELDS.h

Legend:
Removed from v.1.2115  
changed lines
  Added in v.1.2151

  ViewVC Help
Powered by ViewVC 1.1.22