/[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.2250 by jmc, Sun May 8 19:15:17 2016 UTC revision 1.2277 by mmazloff, Thu Oct 13 20:28:13 2016 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    o pkg/exf:
8      - EXF package will now load in atmospheric pCO2 file for use with BGC packages.
9        Enable with #define USE_EXFCO2 in EXF_OPTIONS.h
10    o model/src & pkg/ptracers:
11      - with INCLUDE_IMPLVERTADV_CODE defined, also call MOM_U,V_IMPLICIT_R &
12        GAD_IMPLICIT_R (instead of IMPLDIFF) when just implicitViscosity and
13        implicitDiffusion (respectively) are used (even without momImplVertAdv
14        or temp,salt,PTRACERS_ImplVertAdv).
15    o model/src & generic_advdiff:
16      - add parenthesis in main diagonal calculation of implicit vertical
17        diffusion matrix (impldiff.F & gad_implicit_r.F).
18        This affects results at machine truncation level; update output of many
19        verification experiments (31 fwd ; 10 adm ; 8 tlm ; 3 oad).
20    o pkg/mom_commom & generic_advdiff:
21      - add deep atmosphere and anelastic scaling factor in implicit vertical
22        advection routines (mom_u,v_implicit_r.F & gad*_impl*_r.F).
23    o model/src:
24      - remove few unnecessary temp array copies in solve_tridiagonal.F
25        & solve_pentadiagonal.F
26    
27    checkpoint65z (2016/09/28)
28    o pkg/seaice: fix multithreading for seaice_fgmres.F
29      - remove unecessary variables from common blocks
30      - use extra dimension MAX_NO_THREADS for all variables of the Krylov space
31        basis, that are stored in commom blocks (including integer variable i1)
32      - clean up code a little by removing commented lines that refer to
33        original code
34      - turn on multi-threaded test for experiment offline_exf_seaice.dyn_jfnk.
35    o MITgcm manual:
36      - add uptodate pkg/ecco documentation to the manual (section 8.1; ecco.tex),
37        preliminary documentation for generic controls (8.3; ctrl.tex),
38        a placeholder for smooth (8.4; smooth.tex), and comment out the deprecated
39        ecco_costfunction.tex
40    o pkg/ecco:
41      - update and cleanup list of CCP options
42      - re-assign gencost_mask to specify masks rather than gencost_errfile; 'c'
43        is now always passed to cost_generic; gencost_mask is now MAX_LEN_FNAM
44      - add checks that retired run-time options are not used, and in relation
45        to gencost_mask and gencost_errfile
46      - finish deprecating gencost_scalefile, gencost_smooth2Ddiffnbt, and
47        gencost_nrecperiod
48      - fix m_eta computation for virtual salt flux case
49      - add m_horflux_vol case (selected via gencost_barfile) that computes
50        transports via cost_gencost_boxmean (gencost_flag=-3)
51      - use gencost_flag more systematically (i.e., avoid using gencost_name)
52        for code switches (aside from physical variable selection)
53    o pkg/seaice: make seaice_fgmres.F fit for multithreading; this first
54      attempt appears to be a bit of a hack and my need some repair down the road
55    o pkg/exf:
56      - interpolation near South Pole: fix criteria on input field latitude.
57    o pkg/icefront & pkg/exf:
58      - move setting of icefront Sub-Glacial RunOff forcing (currently unused)
59        from pkg/exf (read from data.exf) to pkg/icefront (read from data.icefront)
60    o pkg/exf:
61      - replace CPP option ALLOW_EXF_OUTPUT_INTERP with run-time parameter
62        "exf_output_interp" (in namelist: EXF_NML_04); change output file name
63        (add suffix "_out" instead of a prefix); keep same record number as in
64        input file but always write record 1 first (to avoid a STOP in I/O S/R).
65        Change output file content by writing interpolated field before applying
66        land-sea mask (helpful for debug).
67      - 2 compon. vector interpolation with rotation: apply scaling factor on
68        each compon. (Eastward and Northward) just before rotation.
69    o pkg/bling:
70      - Cleaned package. Removed not needed code and comments.
71      - adjoint example now works
72        (MITgcm_contrib/verification_other/global_oce_biogeo_bling/code_ad)
73    o pkg/ptracers:
74      - add Bruno Deremble's code to complete the linear surface correction
75        for tracer conservation;
76      - enabled for individual ptracers by PTRACERS_linFSConserve(iTr)=.TRUE.
77    
78    checkpoint65y (2016/07/29)
79    o pkg/debug (stats):
80      - change GLOBAL_SUM to GLOBAL_SUM_TILE (result independent of tile to
81        proc/thread mapping);
82      - fix Min & Max for case where 1 thread has only empty tiles;
83      - use RL variable to count number of wet grid points (with big domain,
84        can be too large to fit into integer*4).
85    o pkg/monitor:
86      - use RL variable to count number of wet grid points (but used only for del2)
87      - add new routine to compute Advective CFL within tracer time-stepping with
88        writing delayed until next monitor output.
89    o pkg/obcs:
90      - fix bug in OBCS_BALANCE_FLOW (OBCS_balanceFacN misspelled OBCS_balanceFacW)
91    o pkg/cal:
92      - calandar-dump: treat case myTime < timePhase in the same way as in
93        eesupp/src/diff_phase_multiple.F (when not using calandar-dump).
94    o pkg/dic & seaice:
95      - fix compilation of ocean component for coupled atm+ocn model with
96        seaice dynamics & dic.
97    
98    checkpoint65x (2016/06/11)
99    o add a license text file in main MITgcm tree.
100    o added pkg/bling:
101      - intermediate complexity biogeochemical model
102      - see bling_description.txt for details
103      - verification experiment is global_oce_biogeo_bling (for now, in
104        Contrib/verification_other/); tested daily on baudelaire with gfortran.
105      - add entry point in pkg/gchem for new pkg "bling".
106    o pkg/seaice: fix tensile stength computation
107      - replace global field tensileStrength by tensileStrFac
108      - tensileStrFac can be computed once in S/R seaice_init_varia
109      - fortunately that does not affect any verification results
110    
111    checkpoint65w (2016/05/12)
112    o pkg/ctrl/ctrl.h: fix a comma in common block list, so that code compiles
113         with ECCO_CTRL_DEPRECATED defined
114  o verification/global_ocean.cs32x15:  o verification/global_ocean.cs32x15:
115    - change secondary test "viscA4" to also test "selectP_inEOS_Zc=3"    - change secondary test "viscA4" to also test "selectP_inEOS_Zc=3"
116      with "selectNHfreeSurf=1".      with "selectNHfreeSurf=1".
# Line 759  o model/src & mom pkgs: Line 866  o model/src & mom pkgs:
866      just copy level Nr value to level Nr+1.      just copy level Nr value to level Nr+1.
867  o doc:  o doc:
868    - add notes form Abhisek Chakraborty on how to close Heat & Salt budgets.    - add notes form Abhisek Chakraborty on how to close Heat & Salt budgets.
869  o pkg/streamice:  o pkg/shelfice:
870    - shelfice_init_varia.F, shelfice_init_fixed.F, shelfice_readparms.F,    - shelfice_init_varia.F, shelfice_init_fixed.F, shelfice_readparms.F,
871      SHELFICE.h: move array shelficemass to init_varia, initialise      SHELFICE.h: move array shelficemass to init_varia, initialise
872      from array shelficemassinit, which is set in init_fixed and      from array shelficemassinit, which is set in init_fixed and

Legend:
Removed from v.1.2250  
changed lines
  Added in v.1.2277

  ViewVC Help
Powered by ViewVC 1.1.22