/[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.54 by jmc, Sat Oct 27 03:10:52 2001 UTC revision 1.90 by jmc, Wed Oct 9 01:11:56 2002 UTC
# Line 2  $Header$ Line 2  $Header$
2    
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5  next checkpoint  
6  o apply Shapiro filter on T&S before calc_PhiHyd (stagger time stepping)  o S/R aim_initialise.F replace S/R aim_init from file aim_do_inphys.F:
7     - read AIM physics parameters from a file (data.aimphys)
8     - set defaults values = F.Molteni paper (Clim.Dyn., 2002)
9    
10    checkpoint46j_post
11    o split calc_exact_eta in 2 S/R : integr_continuity & update_etaH
12    o move wVel computation at the end of the time step, in S/R integr_continuity
13    o create specific S/R to exchange T,S before DYNAMICS (for stagger time step)
14    o update timeave pkg for wVel diagnostic.
15    checkpoint46j_pre
16    
17    checkpoint46i_post
18    o Clean up AIM package (and keep the results unchanged):
19      include CPP_OPTION and use IMPLICT NONE in all routines ;
20      declare all the variables _RL ; use _d 0 for all numerical constants.
21      use ifdef ALLOW_AIM everywhere. And now AIM can be used with g77 !
22    
23    checkpoint46h_post
24    o cleaned up the use of rhoNil and rhoConst.
25      - rhoNil should only appear in the LINEAR equation of state, everywhere
26        else rhoNil is replaced by rhoConst, e.g. find_rho computes rho-rhoConst
27        and the dynamical equations are all divided by rhoConst
28    o introduced new parameter rhoConstFresh, a reference density of fresh
29      water, to remove the fresh water flux's dependence on rhoNil. The default
30      value is 999.8 kg/m^3
31    o cleanup up external_forcing.F and external_forcing_surf.F
32      - can now be used by both OCEANIC and OCEANICP
33    checkpoint46h_pre
34    
35     Added code to convert surface volume flux (fresh water) into
36     a mass flux when using P coordinates in the ocean (OCEANICP).
37     Note: It assumes you have set rho0=rhoConst=density of fresh water.
38    
39    checkpoint46g_post
40    o Include a new diagnostic variable phiHydLow for the ocean model
41      - in z-coordinates, it is the bottom pressure anomaly
42      - in p-coordinates, it is the sea surface elevation
43      - in both cases, these variable have global drift, reflecting the mass
44        drift in z-coordinates and the volume drift in p-coordinates
45      - included time averaging for phiHydLow, be aware of the drift!
46    o depth-dependent computation of Bo_surf for pressure coordinates
47      in the ocean (buoyancyRelation='OCEANICP')
48      - requires a new routine (FIND_RHO_SCALAR) to compute density with only
49        Theta, Salinity, and Pressure in the parameter list. This routine is
50        presently contained in find_rho.F. This routine does not give the
51        correct density for 'POLY3', which would be a z-dependent reference
52        density.
53    o cleaned up find_rho
54      - removed obsolete 'eqn' from the parameter list.
55    o added two new verification experiments: gop and goz
56      (4x4 degree global ocean, 15 layers in pressure and height coordinates)
57    checkpoint46g_pre
58    
59    checkpoint46f_post
60    o Enable tangent linear (forward mode) gradient checks:
61      - extended active file handling to g_... files
62      - added TANGENT_SIMULATION to theSimulationMode
63      - extended grdchk package accordingly
64    o added tangent linear setup in verification/carbon/code_ftl
65    o added adjoint setup in verification/front_relax/code_ad
66    
67    checkpoint46e_post
68    o Added new equation of state -> MDJWF
69      - EOS of McDougall et al., 2002, JAOT, submitted
70      - caveat: the equation of state is only valid for a smaller (more
71        realistic?) range of values than JMD95P/Z and UNESCO
72      - added masks to the calculation of pressure in store_pressure
73      - added more check values for density in check_eos (ini_eos.F), some of
74        the old check values are out of the range of the MDJWF-eos, so don't
75        expect perfect matches for those
76    checkpoint46e_pre
77    
78    checkpoint46d_post
79    o fixed store_pressure to work with both buoyancy relation = 'OCEANIC' and
80      'OCEANICP', also initialised field pressure correctly in ini_eos in the
81      case of pressure coordinates. eosType='JMD95Z' in
82      combination with buoyancyRelation='OCEANICP' now causes an error.
83    o Changed p = pressure(i,j,k,bi,bj)  to  p = pressure(i,j,kRef,bi,bj)
84      in find_alpha/beta.
85    checkpoint46d_pre
86    
87    o Changed p = pressure(i,j,k,bi,bj)  to  p = pressure(i,j,kRef,bi,bj)
88      so that JMD95Z and JMD95P give approptiate static stability in find_rho.
89    
90    checkpoint46c_post
91    o Changes necessary for ocean in p-coordinates
92     -  Added new buoyancy relation = 'OCEANICP'
93     -  Added new parameters = gravitySign (this used to be contained inside
94        the factor dRdZ which I added when we first switched to R coordinates).
95     X GM/Redi is not compatible (yet)
96     X bottom drag and no-slip need to be debugged.
97    checkpoint46c_pre
98    
99    checkpoint46b_post
100    o Added new equation of state -> JMD95Z and JMD95P
101      - EOS of Jackett and McDougall, 1995, JAOT
102      - moved all EOS parameters into EOS.h
103      - new routines ini_eos.F, store_pressure.F
104    o Added UNESCO EOS, but not recommended because it requires
105      in-situ temperature (see JMD95)
106    o Modified formatting for knudsen2.f in utils/knudsen2 and added
107      unesco.f to be used with POLY3
108    checkpoint46b_pre
109    
110    checkpoint46a_post
111    o Added (atmospheric) pressure loading
112      - new field in FFIELDS.h, etc...
113      - new cpp flag ATMOSPHERIC_LOADING
114    o Changed hFacC to _hFacC in calc_phi_hyd.F
115    o Added SHORTWAVE_HEATING to some files for consistency
116    checkpoint46a_pre
117    
118    checkpoint46
119    further merges from release1_p5
120    o new ctrl package
121      - adopted from ECCO environment to enable optimization
122      - added Eliassen Palm fluxes to controls
123    o added Eliassen Palm flux controls to gradient check package
124    o cost package
125      - Compatible with new ctrl package
126      - added Eliassen Palm cost hooks
127      - modif's of existing cost functions
128    o Adjoint-related bug fixes in kpp:
129      - kpp_calc: sore of kpphbl avoids recomputation/call to S/R kppmix
130      - kpp_routines: store of Rib avoids partial recomputation bug of TAF.
131    o autodiff package
132      - flow directives:
133        + new for S/R do_the_model_io
134        + enhanced for S/R checkpoint
135        + new gmredi.flow
136      - Introduced CPP option ALLOW_AUTODIFF_MONITOR to
137        disable adcommon.h/g_common.h by default.
138      - fixed problem for adjoint of global_max
139    o modified verification/carbon/
140    o New setup for adjoint of global_ocean
141    o added hooks for Eliassen Palm fluxes (dynamics.F, ini_fields.F)
142    o cleaned TAF keys iikey, idkey (dynamics.F, thermodynamics.F)
143    o incorporated hooks for sponge layer code (external_forcing.F)
144    
145    checkpoint45d_post
146    o import 2 fixes from release1_p5 (CG2D.h & packages_readparms.F)
147    o use recip_dx*,recip_dy* instead of /dx*,/dy* in orlanski_E,W,N,S
148      (affects plume_on_slope "cg2d" output)
149    o add new parameter deltaTfreesurf for free-surface time stepping
150    o exchange gT,gS when using staggerTimeStep & GM & Oly<4
151    o NONLIN_FRSURF: rescale gNm1 to get a better conservation with A-B
152    o change phiMin in exp1 (to agree with documentation)
153    o add new flags:
154     - T,S forcing inside/outside Adams-Bashforth
155     - turn off temp,salt advection and/or forcing
156     - for each tracer, define internal flag for multiDimAdvection & A-B
157    o monitor: change definition of KE to check conservation of Energy
158    
159    checkpoint45c_post
160    o Removed f90 comments ("!")
161    o Modified initialisations to enable exf package for MITgcm
162      (without invoking ECCO_PACKAGE).
163    o modifications to gradient check package (Martin Losch)
164      - enable centered differences
165      - modified format of standard output
166    
167    checkpoint45b_post
168    o cleaned exchange calls in cg2d
169    o Included CPP option ALLOW_AUTODIFF_MONITOR in forward_step
170    o included CPP option SINGLE_LAYER_MODE in thermodynamics
171      to configure barotropic setup (Martin Losch)
172    o moved some initialisations within bi,bj loop in dynamics
173      (TAF flow dependency)
174    o in initialise_varia, moved call packages_init_variables
175      before convective_adjustment_init
176      (corresponding adjustment of TAF tape initialisation).
177    o in calc_diffusivity/calc_viscosity extended domain to full overlap.
178    
179    checkpoint45a_post
180    o compute Rho over the whole domain (extend iMin,jMin indices)
181    o specific exchange for X-slice domain (case Ny=1)
182    o argument futureIter of S/R obcs_calc missing in exp4 & internal_wave /code
183    o solve_for_pressure : set cg2d_x to zero where OBCS are applied
184    
185    checkpoint44h_post = checkpoint45
186    o Fix to restore differentiability:
187      place at which packages_init_variables is called in
188      initialise_varia is crucial for reverse control flow.
189    o modifications in GMRedi to enable stable adjoint
190      (corresponding modif's in thermodynamics, dynamics)
191    o added missing hook for sponge layer code in external_forcing
192    o modified test cost functions
193    o storing in gad_advection (plus removal of write(0,*)!
194    o missing headers TR1.h added in convective_adjustment routines
195    o errorMessageUnit set non-equal zero in eeboot
196      (conflict on some platforms, e.g. IBM SP3)
197    o modified carbon verif.
198    
199    checkpoint44h_pre
200    o vertical grid option: allow to put the Interface at the middle between
201      2 cell-centers ; replace delZ in pkg/kpp by drF.
202    o GM Advective form: Tracers are advected using the residual transport (=
203      Euler+GM-bolus); set param GM_AdvSeparate=T to return to previous form.
204    
205    checkpoint44g_post
206    o fix surface correction term in multiDimAdvection (affects plume_on_slope
207      results) ; ifdef missing in thermodynamics.F
208    
209    checkpoint44f_pre,checkpoint44f_post
210    o added PTRACERS package
211      This allows an arbitrary number of passive tracers to be integrated
212      forward simultaneously with the dynamicaly model.
213      + Implemented so far:
214        - basic forward algorithm (time-stepping, advection, diffusion, convection)
215        - I/O and checkpointing
216        - GM/Redi  *but*  using the GM/Redi coefficient of Salt
217      + Not implemented so far:
218        - KPP
219        - OBCS
220      + No specific example supplied (yet) but global_ocean.90x40x15 has the
221        necessary data.ptracer file. Simply use -enable=ptracers and uncomment
222        line in data.pkg.
223      + This package is disabled by default since it increases storage.
224    
225    
226    o testscript: added -cleanup option
227    o Shap_filt: a) new shap_filt S/R to use no-slip BC with S2 filter
228                 b) enable to filter 2D fields.
229    
230    checkpoint44e_pre,post
231    o re-wrote convective adjustment to use pre-calculated weights
232      Affects: model/src/convective_adjustment.F, convective_adjustment_ini.F
233      Adds:    model/src/convective_weights.F, convectively_mixtracer.F
234      Original calls to convect() still in place.
235    
236    chkpt44d_pre,post
237    o added missing EXCLUDE_MONITOR flags
238    o changed "e" to "_d" in gmredi_slope_limit, gmredi_slope_psi
239      (incompatible typ in MIN/MAX expressions caused problems
240      on IBM SP3)
241    o in genmake added variable MAKEDEPEND
242      plus resetting for case SunOS
243    o added timer_stats.c routine for IBM SP3
244    o removed variables in dynamics
245    !!! I forgot to create tag chkpt44d_pre !!!
246    !!! But chkpt44d_pre = chkpt44c_post    !!!
247    
248    o real fresh water flux implemented with non-linear free-surface.
249    
250    chkpt44c_pre,post
251    o few fix (mask in shap_s2, EmPmR in external_field_load,
252      USE_NATURAL_BCS in solve_for_P);
253    o add arguments myIter & myTime to S/R obcs_calc & solve_for_P
254    
255    checkpoint44b_pre/_post
256    o merge of relevant stuff from the ecco-branch:
257      - genmake: removed $S64 overwrite for case SunOS
258      - pkg/exf: update and corrections for field swapping and obcs
259      - pkg/ecco: parameter lists for the_model_main, the_main_loop
260                  harmonized between ECCO and MITgcm
261      - pkg/autodiff: added flow directives for obcs, mdsio_gl_slice
262                      updated checkpointing_lev... lists for obcs
263      - model/src: minor changes in forward_step, plot_field
264                   added directive for divided adjoint in the_main_loop
265      - pkg/mdsio: added mdsio_gl_slice
266    
267    o check parameters & config (chkpt44a_pre,post)
268    o OBC and NonLin_FrSurf.
269    
270    checkpoint44
271  o fix bug in mom_vi_del2uv  o fix bug in mom_vi_del2uv
272    o select when filters are applied ; add options to zonal_filter (data.zonfilt)
273    o gmredi: fix Pb in the adiabatic form ; add options (.e.g. Bolus advection)
274    o update AIM experiments (NCEP input files)
275    o improve and extend diagnostics (Monitor, TimeAve with NonLin-FrSurf)
276    o added some stuff for AD
277    
278  checkpoint43  checkpoint43
279  o added two new advection tests  o added two new advection tests

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

  ViewVC Help
Powered by ViewVC 1.1.22