/[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.360 by heimbach, Mon Sep 27 18:01:22 2004 UTC revision 1.385 by jmc, Tue Nov 16 14:33:11 2004 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    o AIM: read land-Fraction earlier (from ini-fixed) and monitor land at nIter0
7    o mnc: cleanup "full" files--fixes out-of-memory problem
8    
9    checkpoint55j_post
10    o isolate dissipation tendency (allow to keep it out off AB) in V.I form.
11      affects (truncation level) output.txt of global_ocean.cs32x15(&.thsice)
12    o add consistent build directories and .cvsignore files to verification
13    o added viscA4GridMin and viscA4GridMax for more control on biharmonic viscosity
14    o make all subroutines 30 or less characters in length for certain older
15      compilers to work (a thorough search only turns up two routines in
16      pkg/ptracers)
17    o allow (vecinv only) a different horiz. viscosity for Divergence and Vorticity;
18      affects (truncation level) output.txt of global_ocean.cs32x15(&.thsice)
19    
20    checkpoint55i_post
21    o change arrays for total vertical diffusivity (2.D if explicit,
22      3.D if implicit) ; each ptracer uses its own background value.
23    o added mnc/NetCDF output capability to ocn_compon_interf
24      - added bits to verification/cpl_aim+ocn so that it can run on
25        ITRDA and other clusters without the mpirun "-wd" option
26    o fixed wayward endif in mom_fluxform.F that messed up cyclindrical
27      configuration
28    o give MNC the ability to create additional files rather than
29      exceeding a specified file size limit "MNC_MAX_FILESIZE"
30      - the default is just less than 2GB which is a practical limit
31        on many systems
32    o Compute the non-local term using either KPP vertical diffusivity (=default)
33       or the total vertical diffusivity (when KPP_ghatUseTotalDiffus=T)
34    
35    checkpoint55h_post
36    o add verification test "vermix"
37    o remove all the *_ioinc flags and replace with the single global
38      outputTypesInclusive flag
39    o allow to set a vertical profile of vertical diffusivity for T & S
40    o call PACKAGE_BOOT & PACKAGES_READPARMS just after INI_PARMS
41    o useMNC moved from data.mnc to data.pkg
42    
43    checkpoint55g_post
44    o Renaming carbon AD experiments to comply with testreport conventions
45    o Updating adjoint of Held-Suarez hs94.1x64x5
46    o Fixing directives for non-ECCO forward_step, after ECCO directives
47      have been fixed to avoid recomp. of do_oceanic_phys
48      Works well for global_ocean.90x40x15,
49      but recomp. issue remains for carbon
50    o Updating adjoint output for natl_box_adjoint after
51      pkg/ecco has been modified (see taga c55d_post)
52    
53    checkpoint55f_post
54    o rename to timeave_init_fixed
55    
56    checkpoint55e_post
57    o some delicate re-shuffle of store directives to avoid one
58      extra call of do_oceanic_physics
59      affects ecco_the_main_loop.F, do_oceanic_physics.F
60      checkpoint_lev1_directives.h
61    o NB: this may break global_ocean adjoint temporarily,
62      but it is clear how to fix it. Will do later, need this now.
63    
64    checkpoint55d_post
65    o ECCO specific cost function terms (up-to-date with 1x1 runs)
66    o ecco_cost_weights is modified to 1x1 runs
67    o modifs to allow observations to be read in as
68      single file or yearly files
69    o enable to read exf forcing fields as either
70      single file or yearly files (flag useExfYearlyFields)
71    checkpoint55d_pre
72    
73    o switch between 2-level and 3-level checkpointing
74    o add ability of MNC to write local and "partial" (eg. 2D slices where
75      the full 3D field is never actually stored) arrays to NetCDF files
76      with the correct (that is, the complete multi-dimensional) set of
77      array indicies
78      - used in mom_vecinv() to write the diagFreq output
79      - tested (demonstrated) in verification/aim.5l_cs
80    o further mnc-ification
81      - add verification/lab_sea to the list with mnc setups
82      - fix undefined mnc v-names in cd_code
83      - add kpp to mnc output (both snapshot and timeave)
84    o non-hydrostatic code
85      - added horizontal viscosity parameter viscAhW for w, that replaces viscAh
86        in calc_gw.F
87      - defaults to viscAh
88      - this is useful, when I want to use viscAh=0 (e.g., only biharmonic
89        friction or Leith) in non-hydrostatic mode, as long as there is
90        no biharmonic friction and/or Leigth or equivalent for vertical velocity.
91  o pkg/cost  o pkg/cost
92    extend simple cost functions to treat time mean quantities    extend simple cost functions to treat time mean quantities
93    (T,U,V) via cost_accumulate_state from cost_tile    (T,U,V) via cost_accumulate_state from cost_tile
# Line 29  o more obcs stuff Line 114  o more obcs stuff
114    - changed sponge layer relaxation parameter units for days to seconds    - changed sponge layer relaxation parameter units for days to seconds
115    - turned off sponge layer by default    - turned off sponge layer by default
116    - changed argument list of OBCS_CALC to myTime+deltaTclock    - changed argument list of OBCS_CALC to myTime+deltaTclock
117      - fixed about 35 bugs in obcs_external_fields_load
118    
119  checkpoint55c_post  checkpoint55c_post
120  o obcs stuff  o obcs stuff

Legend:
Removed from v.1.360  
changed lines
  Added in v.1.385

  ViewVC Help
Powered by ViewVC 1.1.22