/[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.22 by adcroft, Wed May 26 23:01:16 1999 UTC revision 1.36 by jmc, Tue Feb 20 22:24:48 2001 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    checkpoint36
7     o implement Crank-Nirotropic time-stepping
8     o recover Time-Average diagnostics
9     o fix Pb in checkpoint (PR#19)
10     o AIM become a standard package ; clean unused CPP_kees
11    
12    checkpoint35
13     o subtantial rewrite of dynamics.f
14     o allows staggered time-stepping
15     o packaged obcs, aim (Atmospheric Physics), zonal_filt, shap_filt
16     o added bottom drag (linear + quadratic)
17    
18    checkpoint34
19     o Modified exchange routines for correct reverse simulation.
20     o Added verification output to comply with bug fix in impldiff.F
21       as of c33 (exp2, natl_box).
22     o Corrected store directives in dynamics.F
23     o Corrected array boundaries in impldiff.F
24     o Corrected array dimensions in gmredi.
25       Added temporary scalars to avoid storage by TAMC (gmredi, kpp).
26     o Added routine GLOBAL_SUM_INT to global_sum.F
27     o Added mdsio_gl.F for ECCO purposes.
28    
29    checkpoint33
30     o Fixed bug in lower BC in impldiff.F
31     o Fixed confusion about units of forcing arrays in FFIELDS.h
32       namely Fu,Fv,Qnet,Qsw,EmPmR:
33       - Removed verification/natl_box/code/external_fields_scale.F
34         (did not differ from that in model/src)
35       - Changed units of fu,fv,Qnet,Qsw,EmPmR back to proper units
36         (see FFIELDS.h for description)
37       - Scale fu,fv,Qnet,Qsw,EmPmR when used in external_forcing_surf.F,
38         kpp_calc.F and kpp_transport_t.F
39       - Removed model/src/external_fields_scale.F and calls to it
40       - verification/natl_box uses flux data with "atmospheric" sign so
41         a special version of external_fields_load.F is used to
42         change the data as it's read in. This way, the arrays
43         have the right units and signs at all times tha a user could
44         possibly use them.
45     o Corrected genmake to delete a temporary file during configuration
46    
47    checkpoint32
48     o Scaling of forcing fields moved from external_forcing.F to
49       external_fields_scale.F, called directly after loading fields.
50     o Surface relaxation terms added to surface tendency fields in
51       extra subroutine.
52     o impldiff.F changed to avoid storing by TAMC of huge intermediate
53       fields.
54     o Changes in GMRedi to comply with packaging structure.
55     o Modifications and bug fixes in KPP package.
56     o Verification experiment for KPP added (verification/nat_box/)
57    
58    checkpoint31
59     o Packages interface brought in line with defined standard
60       -> new routines packages_...F
61       -> changes in initialise_fixed.F, initialise_varia.F
62       -> enables initialisation interface for ECCO package
63     o Rescaling of external forcing fields immediately after read
64       (removed from external_forcing.F)
65       -> new: surface_fields_scale.F
66       -> affects ini_foorcing.F, external_fields_load.F
67     o Computation of surface tendencies before tendency updates.
68       -> new: external_forcing_surf.F
69     o Change of variable names useGMRedi, useKPP, useECCO
70     o Further changes in dynamics.F, impldiff.F for TAMC
71     o Tested for experiments 0, 2, 4.
72       - not yet tested for GMRedi.
73       - not yet tested for KPP.
74    
75    checkpoint30
76     o Updates for OBCs
77     o New experiment for test OBCs (internal_wave)
78     o New output.txt in verification/exp4/results/
79     o Updates for KPP: calculation of viscosity corrected, new variables
80       kpp_dumpFreq and kpp_taveFreq
81     o CPP'd calls to system routines for TARGET_CRAY_VECTOR (P.H.)
82       and entry for T90 in genmake
83    
84    checkpoint29
85     o packaged KPP and GM/Redi
86    
87    checkpoint28
88     o Corrected initialization of hFacMin for difference vertical coordinates
89     o Modified calculation of partial cell thickness to more robust algorithm
90     o config_summary.F: replaced write_1D_... by write_0D_...
91       read_write.F: added subroutines write_0D_...
92     o routines calc_common_factors, calc_gs, calc_gt, calc_phi_hyd, find_rho:
93       included some initialisations required for TAMC.
94     o routine calc_isoslopes: modified sqrt computation to make it
95       differentiable for zero argument.
96     o routines dynamics, impldiff:
97       included store directives and tape key computations required for TAMC.
98     o ALL TAMC related changes are between ifdef ALLOW_AUTODIFF_TAMC
99    
100    checkpoint27
101     o fixed calc_isoslopes() to so that cancellation of terms in tensor
102       formulation works properly with variable resolution.
103     o restructured the calling tree between the_model_main() and dynamics()
104     o split initialise() into initialise_fixed() and initialise_varia()
105     o introduced initialization file pSurfInitFile for free surface (cg2d_x)
106       in new routine ini_psurf()
107    
108    checkpoint26
109     o moved some #ifdef in optional routines to encompass everything
110       except the argument declarations. This was using up some memory.
111     o fixed macros like _ADT to work with both versions of Linux cpp
112     o cleaned up some unused and uninitialized variables
113       (helps when debugging with strict compile options)
114     o split up CPP_EEOPTIONS.h into options and macros
115       (macros are now in eesupp/inc/CPP_EEMACROS.h)
116     o patch for 2 processor JAM mode
117    
118    checkpoint25
119     o updates for OBCs and NH
120     o dramatically reduced memory usage
121     o added "JAM" routines for use on Artic network
122     o parameterization of convection by implicit vertical diffusion
123     o added a diagnostic of convective index
124     o moved call to calc_divg_hat() from dynamics() to solve_for_pressure()
125       (this is was partly for OBCs and NH but also in anticipation of
126        an explicit free-surface option)
127     o initial state input files for U and V
128    
129    checkpoint24
130     o Removed some spurious "REAL"s
131     o Updated KPP to latest version from JPL
132     o Added a COS(latitude) in horizontal viscosity
133    
134  checkpoint23  checkpoint23
135   o Added del^4 diffusion for salt and temperature   o Added del^4 diffusion for salt and temperature
136   o Multiple minor fixes (implicit none's, arguments to global_sum, etc.)   o Multiple minor fixes (implicit none's, arguments to global_sum, etc.)

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.36

  ViewVC Help
Powered by ViewVC 1.1.22