/[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.572 by jmc, Thu Oct 13 16:35:52 2005 UTC revision 1.594 by heimbach, Thu Dec 22 16:01:45 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 make CG3D solver compatible with Free-surface at k > 1 (p-coordinate):
8      affects output (@ truncation level) of exp. plume_on_slope ; updated.
9    o fix the pickup behavior for obcs in combination with ptracers
10    o fix a bug in ptracers_external_fields_load
11    o no AB-2 at the first iteration for Gw (consistent with Gu,Gv,Gt,Gs ...)
12      affects results of NH experiments (but all our NH tests have Gw[it=1]==0 !!)
13    o transfered surface NH pressure to eta field (if exactConserv).
14    o gmredi: fix bugs in slope tapering ldd97 (depthZ had the wrong sign)
15         and update lab_sea output.txt file.
16    o completing 3-dim. relaxation code: additional term
17         1/tau*( theta(i,j,k) - thetaStar(i,j,k) )
18      in S/R EXTERNAL_FORCING_T (file external_forcing.F)
19      * At compile time, in "EXF_OPTIONS.h" set
20          #define  ALLOW_CLIMTEMP_RELAXATION
21          #define  ALLOW_CLIMSALT_RELAXATION
22      * At runtime in "data", under &PARM03 set (e.g., units in seconds)
23          tauThetaClimRelax3Dim = 15552000.0,
24          tauSaltClimRelax3Dim  = 15552000.0,
25      * 3 cases:
26          1) Use a constant-in-time 3-dim. field
27          2) Provide 12 3-dim. fields corresponding to Jan., ... , Dec.
28          3) Real-time relax. to time-evolving prescribed field
29    o Adding Laplacian-type smoothness constraint on forcing controls
30      * enable at compile-time via ALLOW_SMOOTH_BOUNDARY_CTRL_COST
31      * enable at run-time via mult_smooth = 1
32      * Absolute scale somewhat unclear so far
33      * no area weighting was included since no other cost term does so far
34    
35    checkpoint57y_post
36    First step for a NLFS adjoint
37    o initially suppress rStar (new flag DISABLE_RSTAR_CODE)
38    o new init. routines for calc_r_star, calc_surf_dr
39    o still need to deal with ini_masks_etc
40    o testreport seemed happy
41    checkpoint57y_pre
42    
43    o obcs: always reset wVel & eta (to zero or prescribe it) at the OBs.
44    o add new package rbcs (for relaxing ptracers at boundaries/depth/surface etc)
45    o add new offset feature to offline pkg (plus minor cleanup)
46    o cfc fixes for final year of integration
47    o clean up GCHEM_OPTIONS.h/DIC_OPTIONS.h (all options should
48      be in GCHEM_OPTIONS).
49    
50    checkpoint57x_post
51    o fix testreport Pb in multiple test experiment.
52    o cleanup our namelist syntax in verification:
53      - make it more F95 standards compliant (some work still needed)
54      - allows the vast majority of our tests to work with gfortran
55    o Non-Hydrostatic:
56     - put all NH variables (formerly in DYNVARS.h & GW.h) in NH_VARS.h
57     - fix exchange calls for CS-grid using the new EXCH_S3D_RL.
58    o Allow to apply AB on T,S rather than on AB(gT,gS):
59     - implemented within #ifdef ALLOW_ADAMSBASHFORTH_3
60     - use the same arrays (gtNm,gsNm) to hold tracer field at previous
61       time-steps (if AB(T,S)) and tendencies (if AB(gT,gS)).
62     - need a "clever" read_pickup to restart from the other AB formulation
63    o move local commom bloc /GlobalLo/ (used for singleCpuIO) in EESUPPORT.h
64    o remove some unused variables (reduces number of compiler warnings)
65    o adjoint
66      * Disable useVariableViscosity for adjoint for time being
67        (there are a number of extensive recomputations)
68      * Initialize certain variables needed for adjoint
69    
70    checkpoint57w_post
71    o pkg/mdsio: use MAX_LEN_FNAM (instead of hard coded 80) for file-names
72                 fix the singleCpuIO RS version of MDSWRITEFIELD
73       and add a WARNING if using globalFiles=T with multi-processors.
74    o write grid-file(s) in only one format (MDS or MNC): default=MNC (if
75      using MNC); can force MDS output by setting writegrid_mnc=F in data.mnc
76    o tracer advection scheme:
77      add DST-2 (=Lax-Wendroff) & 1rst order upwind schemes (the way to get
78       those 2 schemes before, changing GAD_FLUX_LIMITER.h + to recompile,
79       was not very convenient).
80      add implicit version for DST-3 & DST3_Flux_Limit vertical advection;  
81       (further tests needed for the implicit DST & Flux-Limiter schemes).
82    o PTRACERS: added namelist parameter PTRACERS_ref in analogy to tRef
83      and sRef for convenience, handy, when you want to initialize
84      ptracers in a large domain with a constant non-zero value. Also,
85      untangle ptracers_init.F a little.
86    
87  checkpoint57v_post  checkpoint57v_post
88  o change dome exp. to use variable viscosity in side-drag terms.  o change dome exp. to use variable viscosity in side-drag terms.
89  o remove all the files from the cfc_offline test since they are now  o remove all the files from the cfc_offline test since they are now
# Line 17  o add new parameter: sideDragFactor to e Line 97  o add new parameter: sideDragFactor to e
97  o vorticity & strain are now computed without masking, to account for  o vorticity & strain are now computed without masking, to account for
98    no-slip-side BC in variable viscosity calculation ; mask is applied    no-slip-side BC in variable viscosity calculation ; mask is applied
99    anyway later on, before computing advection/coriolis terms.    anyway later on, before computing advection/coriolis terms.
100  o modify exp4 to test new obcs support reading from external files  o modify exp4 to test new obcs support for reading from external files
101    and for passive tracers    and for passive tracers
102  o fix behavior of ptracers_monitor when monitor output is written to a  o fix behavior of ptracers_monitor when monitor output is written to a
103    netcdf-file; still not independent of monitor.F (writes in the same    netcdf-file; still not independent of monitor.F (writes in the same

Legend:
Removed from v.1.572  
changed lines
  Added in v.1.594

  ViewVC Help
Powered by ViewVC 1.1.22