/[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.151 by jmc, Thu May 1 22:43:25 2003 UTC revision 1.174 by jmc, Sun Aug 3 15:00:55 2003 UTC
# Line 3  $Header$ Line 3  $Header$
3      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
4      ==============================      ==============================
5    
6    checkpoint51e_post
7    o pkg/mom_vecinv:
8      - changes related to hFac: use S/R from aim.5l_cs/code (coriolis & vort.advec)
9      - add time-ave diagnostic of vorticity advection.
10    o add diagnostic (instantaneous) of Shapiro Filter effect for T,S & UV.
11    o atmospheric geopotential: - include water vapor effect;
12                                - use p^kappa in p* scaling.
13    o land pkg: read initial state from files.
14    o AIM : add stratospheric drag in the upper level
15    
16    checkpoint51d_post
17    o change function ILNBLNK (=> last non-blank char.) to return zero
18      (instead of the string length) when the string. char is empty
19    o fix bug in dxV,dyU definition of cubed-sphere grid (ini_curvilinear_grid)
20    o modif's to restore TAMC compatibility
21      - avoid "_d" constructs in PARAMETER declarations
22      - avoid interrupting lines by comment lines
23    o Use cluster local disks for purely local I/O
24      vs. globally visible disks needed for ctrl stuff
25      (merged from ecco-branch)
26      - new active_file_loc... and mdsio_..._loc routines
27      - affected packages: autodiff, ctrl, grdchk, mdsio
28    
29    checkpoint51c_post
30    o introducing integer flag debugLevel
31      - debLevZero: suppress all output
32      - debLevA: standard
33      - debLevB: equivalent to current debugMode=.TRUE.
34    o introducing pathname variable mdsioLocalDir for mdsio
35      that can be specified at runtime
36      (relevant for cluster I/O to local disk)
37    `
38    >>>checkpoint51b_post
39    adjoint of ptracers
40    o disentangled ALLOW_PTRACERS using new ALLOW_GCHEM
41    o extended state in checkpoint_lev?, etc.
42    o alternative ctrl/cost with tr1 or ptracer
43    o new comlev1_bibj_ptracers
44    o new ptracers.flow
45    o made ptracers_forcing same as external_forcing_s
46    o added verification for adjoint with ptracers
47      - adm. grdchk fail so far
48      - tlm. grdchk OK
49      - checked tapelev/comlev recomputations: OK
50    <<<checkpoint51b_pre
51    
52    checkpoint51a_post
53    o added code for biogeochemistry package
54      - new pkgs: dic, gchem
55      - new subroutine in ptracers
56    o modify code for biogeo packages
57      - in model/src and pkg/ptracers
58    
59    checkpoint51
60    o merged improved packages from ecco-branch (ecco_c51_e34) to MAIN
61      - autodiff, ctrl, exf, grdchk, seaice
62      kept separate packages
63      - cost, ecco, obcs
64    o updating verification/internal_wave, verification/lab_sea
65      (all verif's pass on faulks.lcs.mit.edu RH7.3, g77)
66    
67    checkpoint50i_post
68    o Preparing next differentiable checkpoint and sync
69      of MAIN vs. ecco-branch
70      - 1st step: this one is differentiable
71      - 2nd step: next(! not this) checkpoint will have updated packages
72                  from ecco-branch)
73    
74    checkpoint50h_post
75    o new package "land": provide surface BC for AIM.
76    o pkg/ptracers: apply exchange to all tracers after reading a pickup.
77    o AIM: use true log-P extrapolation for near surface temp (= as in
78        F.Molteni paper) ; update aim.5l_cs output.
79    o New variable in PARM03 for more flexible pickups
80    o somewhat cleaned package initialisation sequence for
81      ctrl/ cost/ ecco/ in packages_... routines
82    
83    checkpoint50g_post
84    o merged with release1_p17 (pkg/seaice and verification/lab_sea)
85      - added SEAICE_MULTILEVEL for 8-category sea-ice thermodynamics
86      - LSR sea-ice dynamic solver moved to SouthWest B-grid location and
87        made the default because of faster convergence than ADI
88    
89    checkpoint50f_post
90    o exf totally restructured
91      - replaced all exf_set_ routines by one generic exf_set_gen.F
92        and made sure it's still differentiable
93      - split exf_getffields.F into new exf_bulkformulae.F
94      - exf_inscal_/exf_outscal_ suffixes consistent with field names
95      - updated adjoint/makefile and relevant verif. accordingly
96    
97    checkpoint50f_pre
98     o AIM: near surface temp evaluated from Pot.Temp: fixed for Part Cell ;
99          + change Evap over land. (update aim.5l_cs output)
100     o added missing .cvsignores and made uniform across expts
101     o changed configuration of tidal_basin_2d expt
102     o added pkg/debug functions for tracing code in fatal crashes
103     o tidied pkg/monitor to use MONITOR_OPTIONS.h
104     o new fn in pkg/monitor to stop model if solution grows too big
105     o removed lots of single quotes from comments
106    
107    checkpoint50e_post
108    o make KPP work with PTRACERS
109     - fix gad_calc_rhs to call new routine kpp_transport_ptr, which is
110       nearly a copy of kpp_transport_s
111     - there is no analogue to SurfaceTendencyS, so I have to use
112       gPtr(of the surface layer) instead
113    o add a new platform SunFire+mpi (SunFire 15000) to genmake
114    checkpoint50e_pre
115    
116    checkpoint50d_post
117    o change kpp output from multiple-record state files to single-record state
118      files analogous to write_state.F
119    o reduce the output frequency of cg3d-related stuff to the monitor frequency,
120      analogous to the cg2d-related output.
121    o fix small problem with in ptracers_write_checkpoint.F: len(suff)=512,
122      so that writing to internal file fn (with length 512) fails.
123    checkpoint50d_pre
124    
125    checkpoint50c_post
126    o fix problem in ini_procs.F when using MPI (was there since checkpoint48f)
127    o add monitor diagnostic of vorticity (mon_vort3.F) and potential energy.
128  o add time-average diagnostic of U*V and vertical diffusive flux for theta.  o add time-average diagnostic of U*V and vertical diffusive flux for theta.
129  o bug fixed in convective adjustment diagnostic (multi-tile set-up).  o bug fixed in convective adjustment diagnostic (multi-tile set-up).
130  o 4th Order Adv scheme: return to previous (c40pre7) masking near boundaries.  o 4th Order Adv scheme: return to previous (c40pre7) masking near boundaries.

Legend:
Removed from v.1.151  
changed lines
  Added in v.1.174

  ViewVC Help
Powered by ViewVC 1.1.22