/[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.90 by jmc, Wed Oct 9 01:11:56 2002 UTC revision 1.106 by jmc, Sat Nov 23 22:39:36 2002 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    checkpoint47a_post
7    o new pkg: aim_v23
8     = F. Molteni atmos.physics (SPEEDY, ver23) adapted to MITgcm.
9       for now, keep the same surface forcing as before.
10     - Part-Cell implemented into AIM; check that Heat & Water are conserved
11     - aim.5l_cs: use new aim pkg (run 10yr & get better results than before)
12     - aim.5l_LatLon & aim.5l_Equatorial_Channel are still using old aim pkg
13    o add diagnostic of surface correction term in monitor output
14    
15    o bulk_force and therm_seaice
16    
17    checkpoint47
18    differentiable version of checkpoint46n_post
19    o bug fix in quasihydrostaticterms
20    o * "clean" adjoint code (in terms of extensive recomputations)
21        can now be obtained for all GMREDI options (i.e. for
22        - GM_VISBECK_VARIABLE_K
23        - GM_NON_UNITY_DIAGONAL
24        - GM_EXTRA_DIAGONAL
25        - GM_BOLUS_ADVEC )
26      * However, wrong gradient check problem remains unsolved.
27      * New CPP options have been introduced for different
28        tapering schemes
29    o external_fields_load now part of differentiation list
30    o pressure needs multiple storing;
31      would be nice to have store_pressure at beginning or
32      end of forward_step, e.g. by having phiHyd global (5-dim.)
33      (NB: pressure is needed for certain cases in find_rho,
34      which is also invoked through convective_adjustment).
35    o recomputations in find_rho for cases
36     'JMD95'/'UNESCO' or 'MDJWF' are OK.
37    o #define ATMOSPHERIC_LOADING should be differentiable
38    o ini_forcing shifted to begining of initialise_varia
39    o Incorporating QNVS line search routines into MITgcm
40      (this is separate code, and therefore not under pkg)
41      lsopt/, optim/
42    o Updated verification/carbon/
43      - #define GM_VISBECK_VARIABLE_K
44      - GM_taper_scheme    = 'ldd97'    
45    
46    checkpoint46n_post
47    Merging from release1_p8:
48    o verification/natl_box:
49      updating new external_fields_load routine
50    o New package: pkg/seaice
51      Sea ice model by D. Menemenlis (JPL) and Jinlun Zhang (Seattle).
52      The sea-ice code is based on Hibler (1979-1980).
53      Two sea-ice dynamic solvers, ADI and LSR, are included.
54      In addition to computing prognostic sea-ice variables and diagnosing
55      the forcing/external data fields that drive the ocean model,
56      SEAICE_MODEL also sets theta to the freezing point under sea-ice.
57      The implied surface heat flux is then stored in variable
58      surfaceTendencyTice, which is needed by KPP package (kpp_calc.F and
59      kpp_transport_t.F) to diagnose surface buoyancy fluxes and for the
60      non-local transport term.  Because this call precedes model
61      thermodynamics, temperature under sea-ice may not be "exactly" at
62      the freezing point by the time theta is dumped or time-averaged.
63      N.B.: fairly large differences in accuracy occur across
64            different platforms/compilers; comparison between
65            g77 (Linux) and F77 (SGI Origin 2000/MIPSpro)
66            generated output gives:
67       T           S           U           V
68      C D M    c        m  s        m  s        m  s        m  s
69      n p a R  g  m  m  e  .  m  m  e  .  m  m  e  .  m  m  e  .
70      f n k u  2  i  a  a  d  i  a  a  d  i  a  a  d  i  a  a  d
71      g d e n  d  n  x  n  .  n  x  n  .  n  x  n  .  n  x  n  .
72    
73      Y Y Y Y  5  5  7  7  7  8 10  9  6  6  6  6  7  5  7  5  7 FAIL  lab_sea
74    o GAD:
75      - generated new common blocks to account for call of
76        same gad routines with differing traceridentities
77        (needed to modify tracerIdentity indices in GAD.h)
78      - generated separate common blocks for case useCubedSphereExchange
79        (Department of Futurology)
80      - parameter lists to gmredi_?transport: added tracerIdentity
81      - added new key indices to tamc.h
82    o external_fields_load:
83      - added this routine to TAF list
84      - needed to make some common blocks global and additional storing
85        along the same lines as exf package (checkpoint_lev?_directives.h)
86    o exf:
87      updated external forcing package
88      - bug fixes carried over from ecco-branch
89        (missing OBCS_OPTIONS.h in two routines)
90      - enable easy to use "no forcing".
91      - added exf I/O for atmospheric loading
92      - added exf I/O for runoff data
93      - transfered scaling between exf <-> MITgcm to exf namelist
94    o Adding new verification experiment global_with_exf.
95      This verification experiment is almost identical to the
96      global_ocean.90x40x15 experiment, except that it uses
97      the exf (and cal) package instead of the
98      external_fields_load routine (cf README file).
99    
100    checkpoint46m_post
101    o modified testscript to return -- when there are no lines of "%MON" output
102    o added new flag "quasiHydrostatic" for QH mode
103      and new routine quasihydrostaticterms()
104    o added 2*Omega*Cos(phi)*W to u equations (non-hydrostatic Coriolis term)
105      New routine: mom_u_coriolis_nh()
106    o fixed sign of non-hydrostatic metric terms in u and v equations.
107      Depend on correct sign of gravitySign.
108    o added work.pc* to .cvsignore in aim directories using ifc
109    o introduced flag for controllin non-hydrostatic metric terms
110    o removed gravitySign from PARM04
111    o switched to g77/ifc from pgf77 in aim experiments
112    
113    checkpoint46l_post
114    o made convective adjustment work with pressure coordinates:
115     - changed the direction of k-loop in convective_adjustment.F for the
116       case of pressure coordinates (OCEANICP,ATMOSPHERIC buoyancyRelation)
117     - adjusted the reference pressure k-index in convective_adjustment.F
118     - adjusted the convection condition in convect.F (in analogy to
119       calc_ivdc.F)
120     - convective_adjustment no longer computes anything on the halos
121     - removed the warnings about negative salinity from find_rho.F and
122       find_alpha.F; instead the new routine look_for_neg_salinity, called
123       at the beginning of find_rho, find_alpha, and find_beta, does a
124       check of the entire slice, if CPP-option
125       CHECK_SALINITY_FOR_NEGATIVE_VALUES is defined
126    checkpoint46l_pre
127    
128    checkpoint46k_post
129    o fixed the verification/global_ocean.90x40x15 experiment:
130     - new bathymetry (the world according to A., JMC, and M.)
131     - new initial fields and forcing fields (*.bin files)
132     - new POLY3.COEFFS (for the next release one should switch to a full
133       equation of state: JMD95P or MDJWF)
134     - fixed several errors and redundancies in the data file
135     - experiment uses looped cells
136     - added matlab directory with diagnostic scripts for plotting of output
137    
138  o S/R aim_initialise.F replace S/R aim_init from file aim_do_inphys.F:  o S/R aim_initialise.F replace S/R aim_init from file aim_do_inphys.F:
139   - read AIM physics parameters from a file (data.aimphys)   - read AIM physics parameters from a file (data.aimphys)
140   - set defaults values = F.Molteni paper (Clim.Dyn., 2002)   - set defaults values = F.Molteni paper (Clim.Dyn., 2002)

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.106

  ViewVC Help
Powered by ViewVC 1.1.22