/[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.268 by jmc, Fri Mar 12 20:57:21 2004 UTC revision 1.344 by mlosch, Thu Sep 16 12:40:37 2004 UTC
# Line 2  $Header$ Line 2  $Header$
2    
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    o add two new packages
7      - ggl90, TKE-model of Gaspar et al. (1990), Blanke+Delecluse (1993)
8        + subject to optimization (memory)
9      - opps, OPPS (ocean penetrative plume scheme) of Paluszkiewicz+Romea (1997)
10        + subject to reordering (many GOTOs in the original code)
11        + so far opps is called for every (i,j) point, and then operates in
12          the vertical; one may want to reorder the scheme in order operate in
13          horizontal slabs at the cost of (a lot of) memory, at least ten new 3D
14          fields)
15    o overhaul of IO so that we now have flags for MDSIO and/or MNC
16      - all verification tests compile and run with linux_ia32_g77
17      - defaults are compatible with current input files--nothing
18        should change if you were not previously using MNC
19      - MNC output has been added in numerous places (eg. timeave)
20        but there are still a few writes not yet do-able with MNC
21        (this is in progress)
22      - flags now allow for either/or/both use of MDSIO and MNC and
23        documentation will soon follow
24      - numerous small formatting cleanups for ProTeX
25    o add version info (via BUILD_INFO.h) to MNC and stdout
26    
27    checkpoint54e_post
28    o add two new packages
29      - pp81 (Packanowski and Philander, 1981), Richardson number and
30        stratification dependent mixing
31      - my82 (Mellor and Yamada, 1982) level 2 turbulence closure scheme
32      - these scheme operate in a similar manner as KPP (without ghat, of
33        course), however there is only one diffusivity that is used for both
34        temperature and salinity (and passive tracers)ç
35    o add offline package
36    o add "verification/dic_example" which contains a dic-gchem-ptracer setup
37      provided by Stephanie Dutkiewicz
38    o genmake2: add ability to search for C compilers and cleanup test output
39      - fixes recent SX-6 problems and should help with others (eg. HP-UX)
40    
41    checkpoint54d_post
42    o data.diagnostics: if levels() is unspecified then ALL levels are diagnosed
43    o bug fix in pkg/cal/cal_addtime.F for TheCalendar='model' day count is wrong,
44      leading to additional shift by 5 days each year of integration
45       (i.e. leading to considerable offset over the years)
46    o update global_ocean.cs32x15/thsice: use z* + RealFW + staggerTimeStep
47    o start with no AB and no initial filtering (staggerTimeStep):
48      change the results of test-exp: hs94.128x64x5, hs94.1x64x5 & hs94.cs-32x32x5
49    o move ocean specific S/R calls from forward_step.F to do_oceanic_phys.F
50      (external loading & cpl import/export stay in forward_step.F)
51    o update coupling interface to work with new staggerTimeStep
52    o change MDSIO ptracers_pickup.
53    o fix a bug in Flux deriv. vs Ts (pkg/aim_v23/phy_suflux_sice.F);
54    o genmake2 fixes so netcdf now works on halem ("osf1_alpha_*")
55    o bugs fixed in kpp_calc.F (ustarY) and external_forcing.F (Qsw & Partial-cell)
56    
57    checkpoint54c_post
58    o replace surfaceTendency U,V,S,T,Tice,Ptr by surfaceForcing U,V,S,T,Tice,Ptr
59      this affects (truncation error) output.txt of test-exp:
60       global_ocean_ebm,_pressure,.cs32x15(&.thsice), lab_sea & natl_box
61    o pkg/kpp: replace pMask by maskC to reduce memory size (one 3.D array)
62    o change Qnet to always be the net heat flux, (+upward).
63      affects (truncation error) output of natl_box exp.: updated
64    o define the max number of passive tracers in PTRACERS_SIZE.h
65    o start to test mnc routinely in exp0
66    o add sea-ice loading (sIceLoad) as a new forcing field.
67    
68    checkpoint54b_post
69    o add testreport "-j JOBS" option for parallel builds (tested and pretty
70       impressive on Altix and Opteron systems)
71    o diagnostics can now write NetCDF files through the mnc package
72    o staggerTimeStep & NLFS: update pkg aim_v23 & thsice; update aim.5l_cs output
73    o staggerTimeStep & multi-Dim-Advec: Exch(U,V) added
74    o staggerTimeStep & NLFS: rescale T & S surface tendencies.
75      affects (truncation error) output of lab_sea & natl_box exp.: updated
76    o change pickup _cd & _ptracers (old pickup restart: usePickupBeforeC54=.T.)
77    
78    checkpoint54a_post
79    o re-write staggerTimeStep: step fwd U,V and then T,S (reverse the order).
80    o change pickup file (to restart from old pickup, set usePickupBeforeC54=.T.)
81    o get a perfect restart when using RealFreshWaterFlux + NLFS (not finished)
82    o update output of all exp. that use staggerTimeStep (except hs94.cs & 2D)
83      + internal_wave (shift in writing cg2d_ini_res)
84    checkpoint54a_pre
85    
86    o require forcing_In_AB=.FALSE. and remove surfaceTendencyTice from pkg/seaice
87      - modified verification/lab_sea and natl_box_adjoint accordingly
88    
89    checkpoint54
90    checkpoint53g_post
91    o prepare splitting of thermodynamics: store convect.counter in common block
92    o store d.etaH/dt (instead of Div.hV) in common ; affects (truncation error)
93      output of: global_ocean.cs32x15, global_ocean_pressure & internal_wave
94    o cnh's modifs to gad_advection.F for cube-sphere multi-dim advection
95    o new parameter "nShapS": allow to treat differently S from T (nShapT)
96    o separate Vert.Advec.Scheme from horizontal Advec.Scheme (T & S)
97    o restore adjointability
98    
99    checkpoint53f_post
100    o modifications that affect AIM experiment results (update output.txt):
101      - no advection of S at top interface Nr (pkg/generic_advdiff)
102      - air surf. temp: use lower value between T0 & T1 (phy_suflux_prep.F)
103    o AIM pkg:
104      - include stability function into surf.Flux derivative relative to Tsurf
105      - calculate clear-sky radiation & surface temp. change (for diagnostics)
106    
107    checkpoint53e_post
108    o merged cylindrical coord configuration
109    o added rotating_tank experiment
110    checkpoint53e_pre
111    
112    checkpoint53d_post
113    o faulks upgraded: re-generate output.txt that have changed:
114       global_ocean.cs32x15(.thsice), global_ocean_ebm, lab_sea, natl_box
115    o Added Bryan and Lewis, 1979, vertical diffusivity profile
116    o pkg/land: fix problem in land_impl_temp.F when Ts arround freezing.
117    o added Sadourny discretization of Coriolis
118      - moved some PARAMETERS from mom_*_coriolis.F to PARAMS.h
119      - re-enabled use of omega3 (useAbsVorticity)
120    o added Leith (Phys. Fluids, 1968, 10, 1409-1416) variable viscosity for
121      vector-invariant equations
122      - note: does *NOT* yet use same variable visc. for no-slip BC's.
123    o recoded the lateral boundary conditions for non-hydrostatic w, this time
124      hopefully without new bugs
125      - still to do: biharmonic friction for non-hydrostatic w
126    o bug fix for mom_*_sidedrag: rA -> rAs,rAw
127    o regenerated output for global_ocean_ebm (using -ieee)
128    o fix mom_common/mom_*_sidedrag.F to recover numeric output prior to creation
129      of mom_common/
130      - simple re-arrangement of instructions within computing loop
131    checkpoint53d_pre
132    
133    checkpoint53c_post
134    o new version of coupler for AIM+thSIce and Ocean models
135     - new fields (SSS,h_MixLayer ...) are exchanged through the coupler
136     - land: change Evaporation of snow
137     - aim with thSIce: fix bug in snow-precip.
138    o changes to calc_gw.F
139     - bug fix for w^2 term near the bottom boundary
140     - (hopefully) improve the lateral slip boundary condtions for use with
141        partial/looped cells
142      - because the bug fix changes two verification experiments anyway (exp5
143        and plume on slope), change the lateral boundary condition from half slip
144        to the value of no_slip_sides
145    o ebm package wasnt quite up to the parallel task. Fixed that.
146    o Adjoint of EBM package + verification
147      * TLM OK
148      * ADM not sufficient accuracy yet (needs further testing)
149    
150    checkpoint53b_post
151    o Commiting new energy balance model to repository
152      * package is pkg/ebm
153      * verif. is verification/global_ocean_ebm
154      * references are in ebm_driver.F
155    C      * X. Wang, P. Stone and J. Marotzke, 1999:
156    C        Global thermohaline circulation. Part I:
157    C        Sensitivity to atmospheric moisture transport.
158    C        J. Climate 12(1), 71-82
159    C      * X. Wang, P. Stone and J. Marotzke, 1999:
160    C        Global thermohaline circulation. Part II:
161    C        Sensitivity with interactive transport.
162    C        J. Climate 12(1), 83-91
163    C      * M. Nakamura, P. Stone and J. Marotzke, 1994:
164    C        Destabilization of the thermohaline circulation
165    C        by atmospheric eddy transports.
166    C        J. Climate 7(12), 1870-1882
167    o Will need long integration testing.
168    checkpoint53b_pre
169    
170    o created pkg/mom_common in preparation for variable viscosity code
171    o renamed and split ini_mnc_io
172    o pkg/land: only liquid water can diffuse or run-off
173    o AIM using land: soil wetness availability account for snow
174    o added printMapIncludesZeros to EEPARMS namelist
175    
176    checkpoint53a_post
177    o restore TAMC compatiility for exf_constants.h
178      (no usage of _d in .h)
179    o Additional storing in KPP in an attempt to fix
180      TAMC problem with adjoint of KPP code.
181      (no success...)
182      Identical code works fine with TAF.
183    o Fixed verification/natl_box_adjoint experiments.
184      Initial conditions for Experiments 4 and 5 are now
185      set to "SEAICE_initialHEFF=0", which is more reasonable,
186      and hence gives results closer to that of Experiment 2.
187      Experiment 6 requires "SEAICE_initialHEFF=1" and is working once again.
188    
189    checkpoint53
190    o stable checkpoint with up to date adjoint
191      TLM tests only run for 1st grdchk at the moment. Its unclear if
192      this is a code problem or a problem with resetting code for g_
193      variables that is being autogenerated wrong.
194      Otherwise:
195       o code is testing well on Linux (P4 and AMD), SGI Alitix and Irix.
196       o IBM and HPQ tests could not be run because NCAR (IBM) and NCCS (HPQ)
197         are both still in chaos following their security messes.
198    
199    checkpoint52n_post
200    o various build (mostly genmake2) changes including:
201      - ability to build/run more easily within Cygwin and MacOS X
202      - more complicated Makefiles with a stronger dependence on Gnu Make
203    o pkg/seaice modifications
204      - added SEAICE_deltaTtherm and SEAICE_deltaTdyn in order to reduce cost
205        of pkg/seaice.  For time being, SEAICE_deltaTtherm = deltaTtracer
206        and SEAICE_deltaTdyn must be integer multiple of SEAICE_deltaTtherm
207      - changed proxy for geostrophic velocity and updated
208        verification/lab_sea/results/* accordingly
209      - removed ADI dynamic solver from pkg/seaice
210      - replaced all occurrences of 1/CSTICE or 1/CSUICE
211        they caused a segmentation fault under certain circumstances
212      - removed unused field WATR
213    o bug fix in exf-package:
214      -  u/vwind are defined at tracer/pressure points. The values of u/vwindmask
215         now reflect that.
216    o small fixes in the cal-package:
217      - set reference date to first of January for the 'model'-calendar
218      - failing of cal_CheckDate in cal_FullDate now actually results in a
219        warning
220    o small modifications in exf-package to increase flexibility:
221      - change climtempfreeze from a constant to a runtime parameter that
222        is specified in data.exf_clim (default = -1.9)
223      - introduce runtime parameter windstressmax (default = 2.0) that is
224        specified in data.exf
225    o fix in pkg/thsice:
226      - update Evap (Tsf changes) to be consistent with Latent heat flux
227      - maintain snow precipitation unchanged (even if Tsf >=0).
228     both affect global_ocean.cs32x15/(.thsice) results ; update output.txt.thsice
229    
230    checkpoint52m_post
231    o commented out call to cal_GetMonthsRec in swfrac.F and added some comments;
232      this does not change any of the results, because myIter=0 in swfrac always
233      lead to jwtype=2 (the default anyway), but the call makes little sense
234      as a default
235    o no SHORTWAVE HEATING lost at the bottom; affects lab_sea output; updated
236    o re-work pkg/thsice interface with ocean & bulk_force pkg to allow
237      atmospheric model (AIM) to use it ; add a "slab ocean" component.
238    o pkg/aim_v23 : add interface to call thermodynamic sea-ice (thsice)
239    o update global_ocean.cs32x15/output (.thsice) after changes in pkg/thsice
240    o extending useSingleCpuIO option to work with new exch2 I/O format
241      - old-style, missing-tile I/O is still accessible by defining CPP
242        option MISSING_TILE_IO in pkg/mdsio/MDSIO_OPTIONS.h
243    o monitor package can write to NetCDF files and/or STDOUT
244    o fix re-definition bug in MNC_GRID_INIT_ALL()
245    o doc/api_reference added
246      - a framework for building an API Reference Manual using all
247        the "protex" comments embedded in the code
248      - see pkg/generic_advdiff, pkg/mnc for examples
249    o MNC:
250      - make myThid the last argument for all subroutines
251      - new default for the grid files: NO halos
252      - add useMNC and other run-time flags
253      - separate per-file-group handling of the unlimited dimension
254      - early initialization of MNC w/ flags read at the eeboot stage
255        and lookup tables set in initialize_fixed
256      - write all MNC output to a freshly-created directory
257  o thermodynamics sea-ice (thsice) is now tested with testreport.  o thermodynamics sea-ice (thsice) is now tested with testreport.
258  o test exp. advect_cs: use the standard cs32 grid ; update output.  o test exp. advect_cs: use the standard cs32 grid ; update output.
259    o Added functionality to grdchk:
260      pick global i,j,k position (or nearest wet) where to perform check.
261    
262  checkpoint52l_post  checkpoint52l_post
263  o new land formulation:  o new land formulation:

Legend:
Removed from v.1.268  
changed lines
  Added in v.1.344

  ViewVC Help
Powered by ViewVC 1.1.22