/[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.576 by jmc, Thu Nov 3 17:34:32 2005 UTC revision 1.621 by edhill, Fri Mar 3 18:36:53 2006 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    o remove the BUILD_INFO.h include from CPP_EEOPTIONS.h and explicitly
8      include it only where its needed
9    o move balancing of fluxes before the call of external_forcing_surf
10    o seaice:
11      - correct units of turning angles (now they are really in degrees)
12      - move computation of GWATX/Y out of main routine into dynsolver
13      - initialize GWATX/Y in seaice_init
14    o Apply mask on Fresh-Water flux (needed for SSH forcing).
15      update output.txt of exp. global_ocean_ebm & cpl_aim+ocn (affects cg2d residual)
16    o seaice: add runtime flags for turning angles (default to zero)
17    o Adding runtime parameter to exf/, ctrl/, to remove on-the-fly global mean
18      and trend from exf forcing and ctrl control adjustments
19    o fix variable aliasing in gad_calc_rhs that cannot be handled by TAF
20      (since checkpoint57x_post)
21    o change the default rotation period to 86164.s = the Earth rotation
22    o 1rst implementation of Implicit IGW using the 3-D solver (use3Dsolver=T)
23      and based on a reference stratification. Tested within hs94.cs-32x32x5.
24    o seaice advection: add code for choosing between the default (2nd order
25      central differences) and multiDim advection schemes provided by
26      pkg/generic_advdiff
27    o seaice:
28      - removed all references to SEAICE_GRID.h fields from
29        dynsolver, advect, diffus, lsr, without changing the results of lab_sea
30        (cubed-sphere configuration will change a little)
31      - grid computations in seaice_init are obsolete now.
32      - cleaned up code a little so that is easier to read (hopefully).
33      - added new (better?) discretizations of default advection and diffusion
34        (turn on with SEAICEuseFluxForm)
35      - replace 1 in 3d global fields by kSurface in growth.F
36      
37    checkpoint58a_post
38    o seaice:
39      - bug fix in advect.F
40    o shelfice:
41      - separate shelfice load anomaly from pload (breaks with time
42        dependent forcing), => introduce constant field shelficeLoadAnomaly.
43        Its default is 0., but it may be computed more cleverly from (unknown)
44        t- and s-profiles (tRef, sRef) and actual EOS. For now this has to be
45        done offline. A good approximation of the pressure load anomaly is
46        necessary to avoid large initial adjustment processes underneath
47        deep-reaching shelfice.
48      - small fix in ISOMIP shelfice_thermodynamics
49      - add more sophisticated thermodynamics of Hellmer (1989), this is
50        now the default
51      - give a few constants more intuitive names
52    o add code to balance EmPmP and Qnet at the end of do_ocean_physics. Useful
53      if bulk formulae are used in long integration (especially EmPmR). Turn
54      on with balanceEmPmR = .true. or balanceQnet = .true. in data, PARM01
55      if balancePrintMean, the imbalance that is substracted is printed to
56      STDOUT.
57    o fix bug (typo) in obcs_apply_eta.F
58    o add a new package shelfice which enables us to model the circulation
59      underneath shelf-ice with draughts of hundreds of meters.
60     - works
61     - to do: + include improved thermodynamics
62              + check whether kSurfC (from model/inc/SURFACE.h) can be used
63                instead of new field kTopC
64              + can we use topoFile, Ro_surf and existing code in ini_depth.F
65                instead of new field R_shelfIce and new code in ini_depth.F
66                and ini_mask_etc.F?
67              + adjust vertical mixing schemes?
68    o seaice pkg:
69     - add a cpp-flag to include a simple formula for a salinity dependent
70       freezing point of sea water at the surface
71     - change the contents of SEAICE_TEST_ICE_STRESS_1 so that zonal and
72       meridional stresses are now different (and hopefully correct)
73    o AIM pkg: change threshold on large-scale condensation to conserve Heat.
74       update results of aim.5l_LatLon test ; fix title & units of AIM diagnostics
75       and  change 3 diagnostics names (OSR,OSRCLR,KM -> TSR,TSRCLR,DRAG)
76    o pkg/diagnostics: add options and parameters for regional-statistics
77       diagnostics ; define regions by reading a region-mask from a file
78       (might add other options later)
79    o pkg/bulk_force:
80     - add option and parameters to use AIM surface-flux formulae.
81     - Change loading part: S/R BULKF_FIELDS_LOAD only take care of bulkf_fields ;
82       others forcing fields (defined in PARM05, parameter file "data") are loaded
83       from S/R EXTERNAL_FIELDS_LOAD, as usually (with useBulkforce = T or F).
84     - initialise all bulkf_fields in bulkf_init.F ; do in-lining of exf_bulkcdn.F
85     - use the right EXCH call for uwind,vwind (to work on CS-grid).
86     - re-arrange header files (move parameters from BULKF.h to BULKF_PARAMS.h)
87       and parameters (note: calcWindStress replaces .NOT.readwindstress).
88     - cleaner interface with pkg/thSIce (new S/R THSICE_GET_PRECIP).
89    
90    checkpoint58
91    o add "--embed-source" option to genmake2 which, when the supporting
92      tools can be compiled (as determined by genmake2) will turn on the
93      embed_files package which then embeds the entire MITgcm source code
94      (*.[fFhc] + Makefile) used for the build within the executable
95      - requested by CNH but off by default
96      - adds a paltry <9MB to the mitgcmuv executable in most cases
97      - only writes the output when useEMBEDSRC in eedata is true
98    o clean up 3-dim. relaxation codes:
99      * Fix I/O inconsistency in pkg/rbcs: replace precFloat32 by readBinaryPrec
100      * Remove 3-dim. relaxation code from pkg/exf (now use only pkg/rbcs)
101      * Thanks to Tom Haine for testing!
102    
103    checkpoint57z_post
104    o make CG3D solver compatible with Free-surface at k > 1 (p-coordinate):
105      affects output (@ truncation level) of exp. plume_on_slope ; updated.
106    o fix the pickup behavior for obcs in combination with ptracers
107    o fix a bug in ptracers_external_fields_load
108    o no AB-2 at the first iteration for Gw (consistent with Gu,Gv,Gt,Gs ...)
109      affects results of NH experiments (but all our NH tests have Gw[it=1]==0 !!)
110    o transfered surface NH pressure to eta field (if exactConserv).
111    o gmredi: fix bugs in slope tapering ldd97 (depthZ had the wrong sign)
112         and update lab_sea output.txt file.
113    o completing 3-dim. relaxation code: additional term
114         1/tau*( theta(i,j,k) - thetaStar(i,j,k) )
115      in S/R EXTERNAL_FORCING_T (file external_forcing.F)
116      * At compile time, in "EXF_OPTIONS.h" set
117          #define  ALLOW_CLIMTEMP_RELAXATION
118          #define  ALLOW_CLIMSALT_RELAXATION
119      * At runtime in "data", under &PARM03 set (e.g., units in seconds)
120          tauThetaClimRelax3Dim = 15552000.0,
121          tauSaltClimRelax3Dim  = 15552000.0,
122      * 3 cases:
123          1) Use a constant-in-time 3-dim. field
124          2) Provide 12 3-dim. fields corresponding to Jan., ... , Dec.
125          3) Real-time relax. to time-evolving prescribed field
126    o Adding Laplacian-type smoothness constraint on
127      initial and boundary (forcing) controls (ic, bc)
128      * enable at compile-time via
129        ALLOW_SMOOTH_IC_COST_CONTRIBUTION, ALLOW_SMOOTH_BC_COST_CONTRIBUTION
130      * enable at run-time via mult_smooth_ic = 1, mult_smooth_bc = 1
131      * Absolute scale somewhat unclear so far
132      * no area weighting was included since no other cost term does so far
133    
134    checkpoint57y_post
135    First step for a NLFS adjoint
136    o initially suppress rStar (new flag DISABLE_RSTAR_CODE)
137    o new init. routines for calc_r_star, calc_surf_dr
138    o still need to deal with ini_masks_etc
139    o testreport seemed happy
140    checkpoint57y_pre
141    
142    o obcs: always reset wVel & eta (to zero or prescribe it) at the OBs.
143    o add new package rbcs (for relaxing ptracers at boundaries/depth/surface etc)
144    o add new offset feature to offline pkg (plus minor cleanup)
145    o cfc fixes for final year of integration
146    o clean up GCHEM_OPTIONS.h/DIC_OPTIONS.h (all options should
147      be in GCHEM_OPTIONS).
148    
149    checkpoint57x_post
150    o fix testreport Pb in multiple test experiment.
151    o cleanup our namelist syntax in verification:
152      - make it more F95 standards compliant (some work still needed)
153      - allows the vast majority of our tests to work with gfortran
154    o Non-Hydrostatic:
155     - put all NH variables (formerly in DYNVARS.h & GW.h) in NH_VARS.h
156     - fix exchange calls for CS-grid using the new EXCH_S3D_RL.
157    o Allow to apply AB on T,S rather than on AB(gT,gS):
158     - implemented within #ifdef ALLOW_ADAMSBASHFORTH_3
159     - use the same arrays (gtNm,gsNm) to hold tracer field at previous
160       time-steps (if AB(T,S)) and tendencies (if AB(gT,gS)).
161     - need a "clever" read_pickup to restart from the other AB formulation
162    o move local commom bloc /GlobalLo/ (used for singleCpuIO) in EESUPPORT.h
163    o remove some unused variables (reduces number of compiler warnings)
164    o adjoint
165      * Disable useVariableViscosity for adjoint for time being
166        (there are a number of extensive recomputations)
167      * Initialize certain variables needed for adjoint
168    
169    checkpoint57w_post
170  o pkg/mdsio: use MAX_LEN_FNAM (instead of hard coded 80) for file-names  o pkg/mdsio: use MAX_LEN_FNAM (instead of hard coded 80) for file-names
171               fix the singleCpuIO RS version of MDSWRITEFIELD               fix the singleCpuIO RS version of MDSWRITEFIELD
172     and add a WARNING if using globalFiles=T with multi-processors.     and add a WARNING if using globalFiles=T with multi-processors.

Legend:
Removed from v.1.576  
changed lines
  Added in v.1.621

  ViewVC Help
Powered by ViewVC 1.1.22