/[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.578 by jmc, Sat Nov 5 01:10:21 2005 UTC revision 1.596 by jmc, Sat Dec 31 01:21:41 2005 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    checkpoint57z_post
8    o make CG3D solver compatible with Free-surface at k > 1 (p-coordinate):
9      affects output (@ truncation level) of exp. plume_on_slope ; updated.
10    o fix the pickup behavior for obcs in combination with ptracers
11    o fix a bug in ptracers_external_fields_load
12    o no AB-2 at the first iteration for Gw (consistent with Gu,Gv,Gt,Gs ...)
13      affects results of NH experiments (but all our NH tests have Gw[it=1]==0 !!)
14    o transfered surface NH pressure to eta field (if exactConserv).
15    o gmredi: fix bugs in slope tapering ldd97 (depthZ had the wrong sign)
16         and update lab_sea output.txt file.
17    o completing 3-dim. relaxation code: additional term
18         1/tau*( theta(i,j,k) - thetaStar(i,j,k) )
19      in S/R EXTERNAL_FORCING_T (file external_forcing.F)
20      * At compile time, in "EXF_OPTIONS.h" set
21          #define  ALLOW_CLIMTEMP_RELAXATION
22          #define  ALLOW_CLIMSALT_RELAXATION
23      * At runtime in "data", under &PARM03 set (e.g., units in seconds)
24          tauThetaClimRelax3Dim = 15552000.0,
25          tauSaltClimRelax3Dim  = 15552000.0,
26      * 3 cases:
27          1) Use a constant-in-time 3-dim. field
28          2) Provide 12 3-dim. fields corresponding to Jan., ... , Dec.
29          3) Real-time relax. to time-evolving prescribed field
30    o Adding Laplacian-type smoothness constraint on
31      initial and boundary (forcing) controls (ic, bc)
32      * enable at compile-time via
33        ALLOW_SMOOTH_IC_COST_CONTRIBUTION, ALLOW_SMOOTH_BC_COST_CONTRIBUTION
34      * enable at run-time via mult_smooth_ic = 1, mult_smooth_bc = 1
35      * Absolute scale somewhat unclear so far
36      * no area weighting was included since no other cost term does so far
37    
38    checkpoint57y_post
39    First step for a NLFS adjoint
40    o initially suppress rStar (new flag DISABLE_RSTAR_CODE)
41    o new init. routines for calc_r_star, calc_surf_dr
42    o still need to deal with ini_masks_etc
43    o testreport seemed happy
44    checkpoint57y_pre
45    
46    o obcs: always reset wVel & eta (to zero or prescribe it) at the OBs.
47    o add new package rbcs (for relaxing ptracers at boundaries/depth/surface etc)
48    o add new offset feature to offline pkg (plus minor cleanup)
49    o cfc fixes for final year of integration
50    o clean up GCHEM_OPTIONS.h/DIC_OPTIONS.h (all options should
51      be in GCHEM_OPTIONS).
52    
53    checkpoint57x_post
54    o fix testreport Pb in multiple test experiment.
55    o cleanup our namelist syntax in verification:
56      - make it more F95 standards compliant (some work still needed)
57      - allows the vast majority of our tests to work with gfortran
58    o Non-Hydrostatic:
59     - put all NH variables (formerly in DYNVARS.h & GW.h) in NH_VARS.h
60     - fix exchange calls for CS-grid using the new EXCH_S3D_RL.
61    o Allow to apply AB on T,S rather than on AB(gT,gS):
62     - implemented within #ifdef ALLOW_ADAMSBASHFORTH_3
63     - use the same arrays (gtNm,gsNm) to hold tracer field at previous
64       time-steps (if AB(T,S)) and tendencies (if AB(gT,gS)).
65     - need a "clever" read_pickup to restart from the other AB formulation
66  o move local commom bloc /GlobalLo/ (used for singleCpuIO) in EESUPPORT.h  o move local commom bloc /GlobalLo/ (used for singleCpuIO) in EESUPPORT.h
67  o remove some unused variables (reduces number of compiler warnings)  o remove some unused variables (reduces number of compiler warnings)
68    o adjoint
69      * Disable useVariableViscosity for adjoint for time being
70        (there are a number of extensive recomputations)
71      * Initialize certain variables needed for adjoint
72    
73  checkpoint57w_post  checkpoint57w_post
74  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

Legend:
Removed from v.1.578  
changed lines
  Added in v.1.596

  ViewVC Help
Powered by ViewVC 1.1.22