/[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.589 by jmc, Thu Dec 8 22:25:07 2005 UTC revision 1.599 by jmc, Thu Jan 12 16:49:07 2006 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    checkpoint58
8    o add "--embed-source" option to genmake2 which, when the supporting
9      tools can be compiled (as determined by genmake2) will turn on the
10      embed_files package which then embeds the entire MITgcm source code
11      (*.[fFhc] + Makefile) used for the build within the executable
12      - requested by CNH but off by default
13      - adds a paltry <9MB to the mitgcmuv executable in most cases
14      - only writes the output when useEMBEDSRC in eedata is true
15    o clean up 3-dim. relaxation codes:
16      * Fix I/O inconsistency in pkg/rbcs: replace precFloat32 by readBinaryPrec
17      * Remove 3-dim. relaxation code from pkg/exf (now use only pkg/rbcs)
18      * Thanks to Tom Haine for testing!
19    
20    checkpoint57z_post
21    o make CG3D solver compatible with Free-surface at k > 1 (p-coordinate):
22      affects output (@ truncation level) of exp. plume_on_slope ; updated.
23    o fix the pickup behavior for obcs in combination with ptracers
24    o fix a bug in ptracers_external_fields_load
25    o no AB-2 at the first iteration for Gw (consistent with Gu,Gv,Gt,Gs ...)
26      affects results of NH experiments (but all our NH tests have Gw[it=1]==0 !!)
27    o transfered surface NH pressure to eta field (if exactConserv).
28  o gmredi: fix bugs in slope tapering ldd97 (depthZ had the wrong sign)  o gmredi: fix bugs in slope tapering ldd97 (depthZ had the wrong sign)
29       and update lab_sea output.txt file.       and update lab_sea output.txt file.
30    o completing 3-dim. relaxation code: additional term
31         1/tau*( theta(i,j,k) - thetaStar(i,j,k) )
32      in S/R EXTERNAL_FORCING_T (file external_forcing.F)
33      * At compile time, in "EXF_OPTIONS.h" set
34          #define  ALLOW_CLIMTEMP_RELAXATION
35          #define  ALLOW_CLIMSALT_RELAXATION
36      * At runtime in "data", under &PARM03 set (e.g., units in seconds)
37          tauThetaClimRelax3Dim = 15552000.0,
38          tauSaltClimRelax3Dim  = 15552000.0,
39      * 3 cases:
40          1) Use a constant-in-time 3-dim. field
41          2) Provide 12 3-dim. fields corresponding to Jan., ... , Dec.
42          3) Real-time relax. to time-evolving prescribed field
43    o Adding Laplacian-type smoothness constraint on
44      initial and boundary (forcing) controls (ic, bc)
45      * enable at compile-time via
46        ALLOW_SMOOTH_IC_COST_CONTRIBUTION, ALLOW_SMOOTH_BC_COST_CONTRIBUTION
47      * enable at run-time via mult_smooth_ic = 1, mult_smooth_bc = 1
48      * Absolute scale somewhat unclear so far
49      * no area weighting was included since no other cost term does so far
50    
51  checkpoint57y_post  checkpoint57y_post
52  First step for a NLFS adjoint  First step for a NLFS adjoint

Legend:
Removed from v.1.589  
changed lines
  Added in v.1.599

  ViewVC Help
Powered by ViewVC 1.1.22