/[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.1880 by jmc, Tue Jun 18 13:33:34 2013 UTC revision 1.1898 by dgoldberg, Mon Jul 22 08:45:42 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 verification/halfpipe_streamice:
8      -change to driving stress formulation, affects results
9    o testreport:
10      - changes for Divided Adjoint Run: when file "run_ADM_DIVA" is present,
11        perform additional runs (number of additional runs is "add_DIVA_runs" taken
12        from file run_ADM_DIVA ; should match "nchklev_3" in file "code_ad/tamc.h").
13    o verification/lab_sea (AD test):
14      - change to test Divided Adjoint Run in this set-up (both standard AD test
15        and 2 secondary AD test: noseaice + noseaicedyn); drop the evp AD test.
16    o pkg atm_ & ocn_compon_interf:
17      - remove cpl_earlyExpImpCall=F option (was mainly a hack added for the old
18        staggerTimeStep implementation) and disable (retired) corresponding
19        parameter.
20    o pkg/offline:
21      - comment out unused field-array: ICEM, ConvectCount, hflx[01], icem[01];
22      - add S/R OFFLINE_CHECK to print offline parameter summary
23        and stop if loading a file that is not used;
24      - enable to calculate GMRedi tensor, KPP mixing and convective index
25        when the corresponding file(s) is/are not specified (but pkg is used).
26      - comment out resetting of monitorFreq (to endTime) since it still useful
27        for monitoring CFL numbers and checking offline fields.
28    o OpenAD:
29      - do not define OAD_DEBUG (in tools/adjoint_options/adjoint_oad) to get
30        smaller standard output) and generate new (smaller) output (on baudelaire
31        using gfortran with -ieee) for exp. tutorial_tracer_adjsens
32    o model/src:
33      - call EXTERNAL_FORCING_SURF outside bi,bj loops (in do_oceanic_phys.F),
34        (where external_forcing_adjust was called) and change list of arguments;
35      - merge external_forcing_adjust.F into external_forcing_surf.F
36      - put surface relaxation of SST & SSS in new S/R (forcing_surf_relax.F)
37        which also contains balancing surface relaxation (ALLOW_BALANCE_RELAX,
38        previously in file "balance_relax.F", now removed); remove corresponding
39        arrays in FFIELDS.h.
40      - EXTERNAL_FORCING_SURF is now called when using pkg/offline; implement
41        a hack for getting back surfaceForcingS (loaded from file) when using
42        ALLOW_OLD_VIRTUALFLUX (pkg/dic, in DIC_OPTIONS.h) in offline set-up.
43      - update output of AD test experiment global_ocean.cs32x15.seaice_dynmix
44        (was getting only 11 digits for AD-grad, due to different truncation
45         error in AD code).
46    
47    checkpoint64j (2013/07/04)
48    o pkg/offline:
49      - to enable the use of other features with pkg offline (e.g., obcs),
50        also call S/R DO_OCEANIC_PHYS in offline run - more modifs to come.
51      - comment out "allowFreezing" (now active) in 2 offline testing exp.
52    o pkg/exf ALLOW_RUNOFTEMP
53      - fix sign and make compatible with temp_EvPrRn .NE. UNSET_RL
54      - ahdded RUNOFTEMP test to verification/global_ocean.cs32x15/input.seaice
55      - changes verification/global_ocean.cs32x15/results/output.seaice.txt
56    o pkg/atm_phys:
57      - allows to add some damping on uVel,vVel (strength only function of k).
58    o verification, ad-tests:
59      - reduce length of the simulation for AD test: global_ocean.cs32x15.seaice,
60        global_ocean_ebm and offline_exf_seaice.thsice.
61    o verification/halfpipe_streamice:
62      - found a bug in s/r pkg/streamice/streamice_advect_thickness which caused
63        flux input boundary conditions to be ignored; a fix for this bug changed
64        verification results for forward test.
65      - add adjoint test.
66    o pkg/ptracers:
67      - allow to restart without SOM pickup (resetting SOM to zero).
68    o pkg/gmredi:
69      - New parameterisation for the calculation of K and (GM_PsiX,GM_PsiY) added.
70      - It uses mixing length theory and suppression by steering level effects to
71        calculate a diffusivity used in the Redi tensor (see Bates et al., submitted
72        to JPO, for more details).
73      - It also uses the diffusivity to calculate an eddy induced streamfunction
74        based on a PV closure (rather than a buoyancy closure as in GM).
75      - New files added to pkg/gmredi:
76        gmredi_k3d.F calculates the diffusivity for the Redi tensor and the eddy
77          induced overturning streamfunction (called from gmredi_calc_tensor)
78        gmredi_calc_eigs.F calculates the eigenvalues and eigenvectors required
79          for use in gmredi_k3d
80        gmredi_calc_urms.F calculates the the rms eddy velocity used to calculate
81          the eddy diffusivity
82    
83  checkpoint64i (2013/06/18)  checkpoint64i (2013/06/18)
84  o pkg/cheapaml:  o pkg/cheapaml:
85    - take src files from MITgcm_contrib/verification_other/offline_cheapaml/code    - take src files from MITgcm_contrib/verification_other/offline_cheapaml/code
# Line 39  o pkg/cfc: Line 115  o pkg/cfc:
115      atmospheric CFC ; fix for the case myIter < PTRACERS_iter0.      atmospheric CFC ; fix for the case myIter < PTRACERS_iter0.
116    - 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
117    - new routine to print summary of CFC params and check for consistency.    - new routine to print summary of CFC params and check for consistency.
118    o pkg/seaice: add uice/vice to the parameter list of s/r seaice_advdiff,
119      similar to thsice_advdiff.
120      Note that for the B-grid case the routine parameters uc/vc are overwritten.
121  o pkg/cfc:  o pkg/cfc:
122    - 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);
123      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.1880  
changed lines
  Added in v.1.1898

  ViewVC Help
Powered by ViewVC 1.1.22