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

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.104

  ViewVC Help
Powered by ViewVC 1.1.22