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

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.105

  ViewVC Help
Powered by ViewVC 1.1.22