/[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.30 by heimbach, Mon Sep 11 23:30:54 2000 UTC revision 1.45 by heimbach, Mon Aug 13 18:26:15 2001 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    checkpoint40pre6
7    o split dynamics into thermodynamics & dynamics
8    o corresponding split of calc_diffusivity into
9      calc_diffusivity, calc_viscosity
10      (kpp_calc_diff, kpp_calc_visc).
11    o Added diffkr, kapgm to control variables
12    o bug fix in gmredi_slope_limit for ldd97
13    
14    checkpoint40pre5
15    o proper initialization of Adams-Bashforth time stepping
16      + uses forward step for very first step of model (iter=0)
17    o re-generated *all* output since almost all output is modified by this
18      change (sorry but we've been putting this one off for about 2 years)
19      + natl_box, aim.5l_Equatorial_Channel and aim.5l_zon-ave were
20        *not* regenerated since they are already out of date and I don't
21        want to create the impression that they are suddenly working.
22    o removed KAP stuff for DEC's
23    o modified/added many .cvsignore files in */code and */input
24    o added new expt "solid-body.cs-32x32x1"
25      + this uses an alternative form of ini_curvilinear_grid.F which
26        is not necessarily any better than the current one...
27    
28    checkpoint40pre4
29    o added re-initialisations of utrans,vtrans,rtrans in
30      calc_common_factors which are crucial for TAF.
31    o extended iMin,jMin range for calc_common_factors,
32      calc_diffusivity
33    o added option ALLOW_PASSIVE_TRACER
34    o a few minor updates and fixes
35    
36    checkpoint40pre3
37    o created calc_gtr1.F for gad package
38    o split the_main_loop and re-introduced forward_step
39    o some recomputations of nIter0 for TAMC
40    
41    checkpoint40pre2
42    o Updated to latest branch of AJA, JMC
43    o Added gradient check package
44    o Added routines for passive tracer handling
45    o Added carbon sequestration sensitivity experiment
46    
47    checkpoint39
48     o Modifications and fixes to support TAMC
49       (mainly missing or wrong directives)
50     o Corrected common blocks when fooling TAMC to produce adjoint I/O
51       in addummy_in_stepping
52     o Updated verification/vero/ (bug fixes in code/, correct pickups in input/)
53     o Enabled "sliced" (xz-,yz-) exchanges, needed for obcs.
54     o Included following packages:
55       cal: calendar
56       exf: external forcing
57       ecco: essential routines to control use of cal, exf
58             (NB: this is not the full ECCO environment)
59     o disabled some packages by default in genmake
60    
61    checkpoint38
62     o see notes_c37_adj.txt
63     o corrected wrong layer index in external_forcing_t
64     o replaced the_main_loop/forward_step by the_main_loop
65     o removed forceoutput from write_state
66       (replaced criteria for initial/final state)
67     o added runtime flag for pre-C35 pickups: usePickupBeforeC35
68    
69    checkpoint37
70     o mdsio.F routine split and packaged in pkg/mdsio
71       (mdsio.F and mdsio_gl.F still exist in eesupp/src but are not
72        used unless genmake -disable=mdsio)
73     o allow a more precise surface-geopotential gradient for the atmosphere
74       taking into account the change in space of Alpha (=1/rho) at the surface.
75     o variable "etaN" (replace cg2d_x) is the surface R-anomaly [r unit]
76       (ocean: sea surface height [m] / atmos: surface pressure anomaly [Pa])
77     o Change units: Phi_Hydrostatic (=phiHyd), Phi_Surface(=cg2d_x) and
78       Phi_NonHydrostatic (=cg3d_x), all have now the dimension of a potential
79       [m2/s2] (pressure/rhoConst in the ocean ; Geo-Potential in the atmosphere).
80     o Time-Average diagnostics defined as a pseudo package "timeave".
81     o pickup files : old pickup (before c35) did not work with new code (c35
82       and after) unless activating 2 commented lines in initialise-varia.
83     o Non-Hydrostatic pickup file Pb fixed.
84     o bug with Rigid-lid version (since c35) fixed.  
85    
86    checkpoint36
87     o implement Crank-Nickelson barotropic time-stepping
88     o recover Time-Average diagnostics
89     o fix Pb in checkpoint (PR#19)
90     o AIM become a standard package ; clean unused CPP_kees
91    
92    checkpoint35
93     o subtantial rewrite of dynamics.f
94     o allows staggered time-stepping
95     o packaged obcs, aim (Atmospheric Physics), zonal_filt, shap_filt
96     o added bottom drag (linear + quadratic)
97    
98    checkpoint34
99     o Modified exchange routines for correct reverse simulation.
100     o Added verification output to comply with bug fix in impldiff.F
101       as of c33 (exp2, natl_box).
102     o Corrected store directives in dynamics.F
103     o Corrected array boundaries in impldiff.F
104     o Corrected array dimensions in gmredi.
105       Added temporary scalars to avoid storage by TAMC (gmredi, kpp).
106     o Added routine GLOBAL_SUM_INT to global_sum.F
107     o Added mdsio_gl.F for ECCO purposes.
108    
109    checkpoint33
110     o Fixed bug in lower BC in impldiff.F
111     o Fixed confusion about units of forcing arrays in FFIELDS.h
112       namely Fu,Fv,Qnet,Qsw,EmPmR:
113       - Removed verification/natl_box/code/external_fields_scale.F
114         (did not differ from that in model/src)
115       - Changed units of fu,fv,Qnet,Qsw,EmPmR back to proper units
116         (see FFIELDS.h for description)
117       - Scale fu,fv,Qnet,Qsw,EmPmR when used in external_forcing_surf.F,
118         kpp_calc.F and kpp_transport_t.F
119       - Removed model/src/external_fields_scale.F and calls to it
120       - verification/natl_box uses flux data with "atmospheric" sign so
121         a special version of external_fields_load.F is used to
122         change the data as it's read in. This way, the arrays
123         have the right units and signs at all times tha a user could
124         possibly use them.
125     o Corrected genmake to delete a temporary file during configuration
126    
127    checkpoint32
128     o Scaling of forcing fields moved from external_forcing.F to
129       external_fields_scale.F, called directly after loading fields.
130     o Surface relaxation terms added to surface tendency fields in
131       extra subroutine.
132     o impldiff.F changed to avoid storing by TAMC of huge intermediate
133       fields.
134     o Changes in GMRedi to comply with packaging structure.
135     o Modifications and bug fixes in KPP package.
136     o Verification experiment for KPP added (verification/nat_box/)
137    
138  checkpoint31  checkpoint31
139   o Packages interface brought in line with defined standard   o Packages interface brought in line with defined standard
140     -> new routines packages_...F     -> new routines packages_...F

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.45

  ViewVC Help
Powered by ViewVC 1.1.22