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

  ViewVC Help
Powered by ViewVC 1.1.22