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

  ViewVC Help
Powered by ViewVC 1.1.22