/[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.18 by adcroft, Tue Dec 15 21:01:56 1998 UTC revision 1.38 by heimbach, Tue Apr 10 22:35:24 2001 UTC
# Line 2  $Header$ Line 2  $Header$
2    
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    checkpoint38
6     o see notes_c37_adj.txt
7     o corrected wrong layer index in external_forcing_t
8     o replaced the_main_loop/forward_step by the_main_loop
9     o removed forceoutput from write_state
10       (replaced criteria for initial/final state)
11     o added runtime flag for pre-C35 pickups: usePickupBeforeC35
12    
13    checkpoint37
14     o mdsio.F routine split and packaged in pkg/mdsio
15       (mdsio.F and mdsio_gl.F still exist in eesupp/src but are not
16        used unless genmake -disable=mdsio)
17     o allow a more precise surface-geopotential gradient for the atmosphere
18       taking into account the change in space of Alpha (=1/rho) at the surface.
19     o variable "etaN" (replace cg2d_x) is the surface R-anomaly [r unit]
20       (ocean: sea surface height [m] / atmos: surface pressure anomaly [Pa])
21     o Change units: Phi_Hydrostatic (=phiHyd), Phi_Surface(=cg2d_x) and
22       Phi_NonHydrostatic (=cg3d_x), all have now the dimension of a potential
23       [m2/s2] (pressure/rhoConst in the ocean ; Geo-Potential in the atmosphere).
24     o Time-Average diagnostics defined as a pseudo package "timeave".
25     o pickup files : old pickup (before c35) did not work with new code (c35
26       and after) unless activating 2 commented lines in initialise-varia.
27     o Non-Hydrostatic pickup file Pb fixed.
28     o bug with Rigid-lid version (since c35) fixed.  
29    
30    checkpoint36
31     o implement Crank-Nickelson barotropic time-stepping
32     o recover Time-Average diagnostics
33     o fix Pb in checkpoint (PR#19)
34     o AIM become a standard package ; clean unused CPP_kees
35    
36    checkpoint35
37     o subtantial rewrite of dynamics.f
38     o allows staggered time-stepping
39     o packaged obcs, aim (Atmospheric Physics), zonal_filt, shap_filt
40     o added bottom drag (linear + quadratic)
41    
42    checkpoint34
43     o Modified exchange routines for correct reverse simulation.
44     o Added verification output to comply with bug fix in impldiff.F
45       as of c33 (exp2, natl_box).
46     o Corrected store directives in dynamics.F
47     o Corrected array boundaries in impldiff.F
48     o Corrected array dimensions in gmredi.
49       Added temporary scalars to avoid storage by TAMC (gmredi, kpp).
50     o Added routine GLOBAL_SUM_INT to global_sum.F
51     o Added mdsio_gl.F for ECCO purposes.
52    
53    checkpoint33
54     o Fixed bug in lower BC in impldiff.F
55     o Fixed confusion about units of forcing arrays in FFIELDS.h
56       namely Fu,Fv,Qnet,Qsw,EmPmR:
57       - Removed verification/natl_box/code/external_fields_scale.F
58         (did not differ from that in model/src)
59       - Changed units of fu,fv,Qnet,Qsw,EmPmR back to proper units
60         (see FFIELDS.h for description)
61       - Scale fu,fv,Qnet,Qsw,EmPmR when used in external_forcing_surf.F,
62         kpp_calc.F and kpp_transport_t.F
63       - Removed model/src/external_fields_scale.F and calls to it
64       - verification/natl_box uses flux data with "atmospheric" sign so
65         a special version of external_fields_load.F is used to
66         change the data as it's read in. This way, the arrays
67         have the right units and signs at all times tha a user could
68         possibly use them.
69     o Corrected genmake to delete a temporary file during configuration
70    
71    checkpoint32
72     o Scaling of forcing fields moved from external_forcing.F to
73       external_fields_scale.F, called directly after loading fields.
74     o Surface relaxation terms added to surface tendency fields in
75       extra subroutine.
76     o impldiff.F changed to avoid storing by TAMC of huge intermediate
77       fields.
78     o Changes in GMRedi to comply with packaging structure.
79     o Modifications and bug fixes in KPP package.
80     o Verification experiment for KPP added (verification/nat_box/)
81    
82    checkpoint31
83     o Packages interface brought in line with defined standard
84       -> new routines packages_...F
85       -> changes in initialise_fixed.F, initialise_varia.F
86       -> enables initialisation interface for ECCO package
87     o Rescaling of external forcing fields immediately after read
88       (removed from external_forcing.F)
89       -> new: surface_fields_scale.F
90       -> affects ini_foorcing.F, external_fields_load.F
91     o Computation of surface tendencies before tendency updates.
92       -> new: external_forcing_surf.F
93     o Change of variable names useGMRedi, useKPP, useECCO
94     o Further changes in dynamics.F, impldiff.F for TAMC
95     o Tested for experiments 0, 2, 4.
96       - not yet tested for GMRedi.
97       - not yet tested for KPP.
98    
99    checkpoint30
100     o Updates for OBCs
101     o New experiment for test OBCs (internal_wave)
102     o New output.txt in verification/exp4/results/
103     o Updates for KPP: calculation of viscosity corrected, new variables
104       kpp_dumpFreq and kpp_taveFreq
105     o CPP'd calls to system routines for TARGET_CRAY_VECTOR (P.H.)
106       and entry for T90 in genmake
107    
108    checkpoint29
109     o packaged KPP and GM/Redi
110    
111    checkpoint28
112     o Corrected initialization of hFacMin for difference vertical coordinates
113     o Modified calculation of partial cell thickness to more robust algorithm
114     o config_summary.F: replaced write_1D_... by write_0D_...
115       read_write.F: added subroutines write_0D_...
116     o routines calc_common_factors, calc_gs, calc_gt, calc_phi_hyd, find_rho:
117       included some initialisations required for TAMC.
118     o routine calc_isoslopes: modified sqrt computation to make it
119       differentiable for zero argument.
120     o routines dynamics, impldiff:
121       included store directives and tape key computations required for TAMC.
122     o ALL TAMC related changes are between ifdef ALLOW_AUTODIFF_TAMC
123    
124    checkpoint27
125     o fixed calc_isoslopes() to so that cancellation of terms in tensor
126       formulation works properly with variable resolution.
127     o restructured the calling tree between the_model_main() and dynamics()
128     o split initialise() into initialise_fixed() and initialise_varia()
129     o introduced initialization file pSurfInitFile for free surface (cg2d_x)
130       in new routine ini_psurf()
131    
132    checkpoint26
133     o moved some #ifdef in optional routines to encompass everything
134       except the argument declarations. This was using up some memory.
135     o fixed macros like _ADT to work with both versions of Linux cpp
136     o cleaned up some unused and uninitialized variables
137       (helps when debugging with strict compile options)
138     o split up CPP_EEOPTIONS.h into options and macros
139       (macros are now in eesupp/inc/CPP_EEMACROS.h)
140     o patch for 2 processor JAM mode
141    
142    checkpoint25
143     o updates for OBCs and NH
144     o dramatically reduced memory usage
145     o added "JAM" routines for use on Artic network
146     o parameterization of convection by implicit vertical diffusion
147     o added a diagnostic of convective index
148     o moved call to calc_divg_hat() from dynamics() to solve_for_pressure()
149       (this is was partly for OBCs and NH but also in anticipation of
150        an explicit free-surface option)
151     o initial state input files for U and V
152    
153    checkpoint24
154     o Removed some spurious "REAL"s
155     o Updated KPP to latest version from JPL
156     o Added a COS(latitude) in horizontal viscosity
157    
158    checkpoint23
159     o Added del^4 diffusion for salt and temperature
160     o Multiple minor fixes (implicit none's, arguments to global_sum, etc.)
161    
162    checkpoint22
163     o Made many small changes: implicit none, format(i5), etc...
164     o Introduced KPP mixing scheme (compiles and runs but *not* tested)
165    
166    checkpoint21
167     o Introduced new I/O package that supports direct-access records (mdsio.F)
168     o Split-up mid-level I/O routines
169     o Updated input data for experiments 0,1,2,4 and 5
170     o Finally removed the genmake.* scripts (everyone seems happy with genmake)
171    
172    checkpoint20
173     o Tidied up open-boundaries some more
174     o Added non-hydrostatic code
175     o Fixed some input data
176     o Modified MPI start-up to work in "coupled" context.
177    
178  checkpoint19  checkpoint19
179   o Tidied up directory structure for verification experiments.   o Tidied up directory structure for verification experiments.
# Line 9  checkpoint19 Line 181  checkpoint19
181   o Corrected advective terms near boundaries.   o Corrected advective terms near boundaries.
182   o Added CPP flag for "old UV" geometry and corrected spherical geometry.   o Added CPP flag for "old UV" geometry and corrected spherical geometry.
183   o Implemented free-slip/no-slip BCs and del^4 dissipation.   o Implemented free-slip/no-slip BCs and del^4 dissipation.
184   o Split default parameters out f ini_parms.F into set_defaults.F.   o Split default parameters out of ini_parms.F into set_defaults.F.
185    
186  checkpoint18  checkpoint18
187   o Further changes for optional code generation with   o Further changes for optional code generation with

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.38

  ViewVC Help
Powered by ViewVC 1.1.22