/[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.357 by mlosch, Mon Sep 27 09:01:16 2004 UTC revision 1.375 by edhill, Wed Oct 27 23:33:33 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 added mnc/NetCDF output capability to ocn_compon_interf
7      - added bits to verification/cpl_aim+ocn so that it can run on
8        ITRDA and other clusters without the mpirun "-wd" option
9    o fixed wayward endif in mom_fluxform.F that messed up cyclindrical
10      configuration
11    o give MNC the ability to create additional files rather than
12      exceeding a specified file size limit "MNC_MAX_FILESIZE"
13      - the default is just less than 2GB which is a practical limit
14        on many systems
15    o Compute the non-local term using either KPP vertical diffusivity (=default)
16       or the total vertical diffusivity (when KPP_ghatUseTotalDiffus=T)
17    
18    checkpoint55h_post
19    o add verification test "vermix"
20    o remove all the *_ioinc flags and replace with the single global
21      outputTypesInclusive flag
22    o allow to set a vertical profile of vertical diffusivity for T & S
23    o call PACKAGE_BOOT & PACKAGES_READPARMS just after INI_PARMS
24    o useMNC moved from data.mnc to data.pkg
25    
26    checkpoint55g_post
27    o Renaming carbon AD experiments to comply with testreport conventions
28    o Updating adjoint of Held-Suarez hs94.1x64x5
29    o Fixing directives for non-ECCO forward_step, after ECCO directives
30      have been fixed to avoid recomp. of do_oceanic_phys
31      Works well for global_ocean.90x40x15,
32      but recomp. issue remains for carbon
33    o Updating adjoint output for natl_box_adjoint after
34      pkg/ecco has been modified (see taga c55d_post)
35    
36    checkpoint55f_post
37    o rename to timeave_init_fixed
38    
39    checkpoint55e_post
40    o some delicate re-shuffle of store directives to avoid one
41      extra call of do_oceanic_physics
42      affects ecco_the_main_loop.F, do_oceanic_physics.F
43      checkpoint_lev1_directives.h
44    o NB: this may break global_ocean adjoint temporarily,
45      but it is clear how to fix it. Will do later, need this now.
46    
47    checkpoint55d_post
48    o ECCO specific cost function terms (up-to-date with 1x1 runs)
49    o ecco_cost_weights is modified to 1x1 runs
50    o modifs to allow observations to be read in as
51      single file or yearly files
52    o enable to read exf forcing fields as either
53      single file or yearly files (flag useExfYearlyFields)
54    checkpoint55d_pre
55    
56    o switch between 2-level and 3-level checkpointing
57    o add ability of MNC to write local and "partial" (eg. 2D slices where
58      the full 3D field is never actually stored) arrays to NetCDF files
59      with the correct (that is, the complete multi-dimensional) set of
60      array indicies
61      - used in mom_vecinv() to write the diagFreq output
62      - tested (demonstrated) in verification/aim.5l_cs
63    o further mnc-ification
64      - add verification/lab_sea to the list with mnc setups
65      - fix undefined mnc v-names in cd_code
66      - add kpp to mnc output (both snapshot and timeave)
67    o non-hydrostatic code
68      - added horizontal viscosity parameter viscAhW for w, that replaces viscAh
69        in calc_gw.F
70      - defaults to viscAh
71      - this is useful, when I want to use viscAh=0 (e.g., only biharmonic
72        friction or Leith) in non-hydrostatic mode, as long as there is
73        no biharmonic friction and/or Leigth or equivalent for vertical velocity.
74    o pkg/cost
75      extend simple cost functions to treat time mean quantities
76      (T,U,V) via cost_accumulate_state from cost_tile
77    o multidimAdvection on CS-grid: implement the full 3 pass ; overlap needs to
78        be 2 times larger than the minimum size the advection scheme requires.
79        now get a perfect conservation of salt in advect_cs test-exp (updated)
80  o GGL90 (Gaspar's TKE mixed layer)  o GGL90 (Gaspar's TKE mixed layer)
81    - add horizontal diffusion of TKE, requires exchanges in    - add horizontal diffusion of TKE, requires exchanges in
82      do_fields_blocking_exchanges, horizontal diffusivity is zero by      do_fields_blocking_exchanges, horizontal diffusivity is zero by
# Line 22  o more obcs stuff Line 96  o more obcs stuff
96    - updated obcs_check    - updated obcs_check
97    - changed sponge layer relaxation parameter units for days to seconds    - changed sponge layer relaxation parameter units for days to seconds
98    - turned off sponge layer by default    - turned off sponge layer by default
99      - changed argument list of OBCS_CALC to myTime+deltaTclock
100      - fixed about 35 bugs in obcs_external_fields_load
101    
102  checkpoint55c_post  checkpoint55c_post
103  o obcs stuff  o obcs stuff

Legend:
Removed from v.1.357  
changed lines
  Added in v.1.375

  ViewVC Help
Powered by ViewVC 1.1.22