/[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.1881 by m_bates, Tue Jun 18 21:30:33 2013 UTC revision 1.1894 by jmc, Sun Jul 7 22:28:10 2013 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/offline:
8      - comment out unused field-array: ICEM, ConvectCount, hflx[01], icem[01];
9      - add S/R OFFLINE_CHECK to print offline parameter summary
10        and stop if loading a file that is not used;
11      - enable to calculate GMRedi tensor, KPP mixing and convective index
12        when the corresponding file(s) is/are not specified (but pkg is used).
13    o OpenAD:
14      - do not define OAD_DEBUG (in tools/adjoint_options/adjoint_oad) to get
15        smaller standard output) and generate new (smaller) output (on baudelaire
16        using gfortran with -ieee) for exp. tutorial_tracer_adjsens
17    o model/src:
18      - call EXTERNAL_FORCING_SURF outside bi,bj loops (in do_oceanic_phys.F),
19        (where external_forcing_adjust was called) and change list of arguments;
20      - merge external_forcing_adjust.F into external_forcing_surf.F
21      - put surface relaxation of SST & SSS in new S/R (forcing_surf_relax.F)
22        which also contains balancing surface relaxation (ALLOW_BALANCE_RELAX,
23        previously in file "balance_relax.F", now removed); remove corresponding
24        arrays in FFIELDS.h.
25      - EXTERNAL_FORCING_SURF is now called when using pkg/offline; implement
26        a hack for getting back surfaceForcingS (loaded from file) when using
27        ALLOW_OLD_VIRTUALFLUX (pkg/dic, in DIC_OPTIONS.h) in offline set-up.
28      - update output of AD test experiment global_ocean.cs32x15.seaice_dynmix
29        (was getting only 11 digits for AD-grad, due to different truncation
30         error in AD code).
31    
32    checkpoint64j (2013/07/04)
33    o pkg/offline:
34      - to enable the use of other features with pkg offline (e.g., obcs),
35        also call S/R DO_OCEANIC_PHYS in offline run - more modifs to come.
36      - comment out "allowFreezing" (now active) in 2 offline testing exp.
37    o pkg/exf ALLOW_RUNOFTEMP
38      - fix sign and make compatible with temp_EvPrRn .NE. UNSET_RL
39      - ahdded RUNOFTEMP test to verification/global_ocean.cs32x15/input.seaice
40      - changes verification/global_ocean.cs32x15/results/output.seaice.txt
41    o pkg/atm_phys:
42      - allows to add some damping on uVel,vVel (strength only function of k).
43    o verification, ad-tests:
44      - reduce length of the simulation for AD test: global_ocean.cs32x15.seaice,
45        global_ocean_ebm and offline_exf_seaice.thsice.
46    o verification/halfpipe_streamice:
47      - found a bug in s/r pkg/streamice/streamice_advect_thickness which caused
48        flux input boundary conditions to be ignored; a fix for this bug changed
49        verification results for forward test.
50      - add adjoint test.
51    o pkg/ptracers:
52      - allow to restart without SOM pickup (resetting SOM to zero).
53    o pkg/gmredi:
54      - New parameterisation for the calculation of K and (GM_PsiX,GM_PsiY) added.
55      - It uses mixing length theory and suppression by steering level effects to
56        calculate a diffusivity used in the Redi tensor (see Bates et al., submitted
57        to JPO, for more details).
58      - It also uses the diffusivity to calculate an eddy induced streamfunction
59        based on a PV closure (rather than a buoyancy closure as in GM).
60      - New files added to pkg/gmredi:
61        gmredi_k3d.F calculates the diffusivity for the Redi tensor and the eddy
62          induced overturning streamfunction (called from gmredi_calc_tensor)
63        gmredi_calc_eigs.F calculates the eigenvalues and eigenvectors required
64          for use in gmredi_k3d
65        gmredi_calc_urms.F calculates the the rms eddy velocity used to calculate
66          the eddy diffusivity
67    
68  checkpoint64i (2013/06/18)  checkpoint64i (2013/06/18)
69  o pkg/cheapaml:  o pkg/cheapaml:
# Line 40  o pkg/cfc: Line 100  o pkg/cfc:
100      atmospheric CFC ; fix for the case myIter < PTRACERS_iter0.      atmospheric CFC ; fix for the case myIter < PTRACERS_iter0.
101    - fix calculation of surf tendencys for partial-cell and/or Non-Lin Free-Surf    - fix calculation of surf tendencys for partial-cell and/or Non-Lin Free-Surf
102    - new routine to print summary of CFC params and check for consistency.    - new routine to print summary of CFC params and check for consistency.
103    o pkg/seaice: add uice/vice to the parameter list of s/r seaice_advdiff,
104      similar to thsice_advdiff.
105      Note that for the B-grid case the routine parameters uc/vc are overwritten.
106  o pkg/cfc:  o pkg/cfc:
107    - change time interpolation for atmospheric CFC-11 (now same as for CFC-12);    - change time interpolation for atmospheric CFC-11 (now same as for CFC-12);
108      update output (CFC-11) of experiment cfc_example and tutorial_cfc_offline.      update output (CFC-11) of experiment cfc_example and tutorial_cfc_offline.

Legend:
Removed from v.1.1881  
changed lines
  Added in v.1.1894

  ViewVC Help
Powered by ViewVC 1.1.22