/[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.2225 by jmc, Sat Jan 16 22:05:05 2016 UTC revision 1.2249 by jmc, Wed May 4 23:20:38 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 model/src (non-hydrostatic free-surface):
8      - More "natural" expression of NH free-surface term (case selectNHfreeSurf=1):
9        was: tmpSurf/(1+tmpSurf); changed to: 1/(1+Gamma) with Gamma=1/tmpSurf.
10      - Calculate surface vertical velocity after 2-D solver adjustment (accounts
11        for EmPmR if RealFreshWaterFlux); used in RHS (cg3d_b) if exactConserv
12        and used to compute dPhiNH (in post_cg3d.F) if selectNHfreeSurf=1.
13        This fixes EmPmR contribution when selectNHfreeSurf=1 & RealFreshWaterFlux.
14      - Update output (changes at machine truncation level) of verification exp:
15        exp4 (11 digits for cg2d), global_ocean.cs32x15.viscA4 (11.d),
16        short_surf_wave (13.d) and tutorial_deep_convection.smag3d (12.d).
17    o pkg/seaice: ITD code
18      - fix picking up from a single category model by initialising
19        heff/area/hsnowITD = 0. in seaice_itd_pickup.F
20      - split a long warning message in seaice_check_pickup.F into two lines,
21        because NEC SX-ACE cannot deal with the long line.
22    o model/src:
23      - fix missing dPhiNH in pressure_for_eos.F (case: selectP_inEOS_Zc=3)
24    o pkg/seaice:
25      - add missing checks for SEAICE_ALLOW_KRYLOV and SEAICE_ALLOW_BOTTOMDRAG
26    o pkg/seaice:
27      - add basal stress as parameterisation for grounding ice
28        following Lemieux et al. (2015)
29      - turn on by setting new parameter SEAICEbasalDragK2 to a value
30        larger than 0. Lemieux et al. (2015) recommend 15.
31      - The adjoint complains with extra recomputations so there is also a
32        new cpp-flag SEAICE_ALLOW_BOTTOMDRAG that is undefined by default in
33        order to postpone the problem
34      - compile the new code in lab_sea
35    o verification/halfpipe_streamice:
36      - update both TAF and OpenAD adm output (machine truncation differences)
37    
38    checkpoint65v (2016/04/08)
39    o verification/advect_xz:
40      - increase overlap size from 3 to 4 and add new secondary test for PQM
41        advection scheme (with mono & wino limiter).
42      - change main exp. to test PPM (with weno limiter) adv.scheme on Temp.
43    o model/src:
44      - new parameters "top_Pres" & "seaLev_Z" (replacing Ro_SeaLevel and recently
45        added phi0Ref) to set vertical axis origin and phiRef origin;
46        keep Ro_SeaLevel for backward compatibility (with a warning).
47       According to coordinate and fluid type:
48        OCN in Z: top_Pres(Ref) (=rhoConst*PhiRef(1)), seaLev_Z (=rF(1), @ the top)
49        ATM in Z: top_Pres(Ref) (=rhoConst*PhiRef(1)), seaLev_Z (=rF(Nr+1) @ bottom)
50        OCN in P: top_Pres (=rF(Nr+1)), seaLev_Z (= PhiRef(Nr+1)/g, @ the top)
51        ATM in P: top_Pres (=rF(Nr+1)), seaLev_Z (= PhiRef(1)/g, @ the bottom)
52      - remove Ro_SeaLevel from ATM experiment parameter files;
53      - in tutorial_global_oce_in_p, remove Ro_SeaLevel and set top_Pres to the
54        complement; update output.txt (changes at machine truncation level).
55    o pkg/seaice/seaice_evp.F
56      - simplify computation of deltaZ and zetaZ to simple averaging following
57        Bouillon et al. (2013). This removes a lot of code, but also changes
58        verification experiment lab_sea.hb87 -> updated
59    
60    checkpoint65u (2016/03/14)
61    o pkg/generic_advdiff:
62      - from Darren: add PPM and PQM advection schemes (number 40-42 and 50-52)
63        with 2 types of limiter (see: Engwirda & Kelley, submit. to JCP);
64        Note (from Darren): unlimited PPM/PQM scheme (40 & 50) are just for
65        testing and not for actual use.
66    o model/src:
67      - add parameter "phi0Ref" to specify reference [pressure/geo] potential at
68        origin r = rF(1);
69      - add options (parameter selectP_inEOS_Zc) to select which pressure to use
70        in EOS for height coordinate: enable to include NH Pressure or to use
71        more accurate pressure vertical profile; options not linked to EOS type
72        (as previously, e.g., JMD95P/JMD95Z) but set default according to EOS type;
73      - start to implement variable gravity (along vertical): for now, only with
74        z-coords (not even z*).
75      - add Ideal Gas equation of state for height coordinate.
76      - update OpenAD output (affected at machine truncation level) of exp:
77        global_ocean.90x40x15, OpenAD (std) and tutorial_global_oce_biogeo.
78    o pkg/exf:
79      - add ALLOW_EXF_OUTPUT_INTERP cpp switch to output the result
80        of exf interpolation (before any rescaling, rotation or interpolation
81        to velocity point) for each field that gets loaded from file. This option
82        identically mimics the input file organization (e.g. record numbers in year
83        by year input files) besides the change in horizontal grid.
84      - add rotateStressOnAgrid run-time switch so that wind stress fields
85        can be provided on the A-grid in zonal/meridional direction and
86        rotated on the fly. This only applies to the case when the exf
87        interpolation is off and rotateStressOnAgrid is false by default.
88    o model/src:
89      - rename internal parameter "useDynP_inEos_Zc" to "storePhiHyd4Phys" (since
90        it's also used with pkg/atm_phys) and add few more parameters (but still
91        inactive, src code yet to come)
92    
93    checkpoint65t (2016/02/10)
94    o pkg/atm_phys:
95      - from Ruth Geen: add optical depth dependence on CO2 concentration.
96    o model/src:
97      - fix vertical inter/extra-polation of density factor rhoFacF (for anelastic)
98        for the case setCenterDr=T (delRc set from "data"); add output of rhoFacC&F.
99        Update output of exp. deep_anelastic (changes at truncation level).
100    o tools:
101      - add a hack in "remove_comments_sed" (used only with TAF) for recent
102        version of OpenMPI (shipped with FC.23): comment out the new header
103        file "mpif-sizeof.h" which causes problems to TAF.
104    o pkg/seaice:
105      - change the termination criterion so that maxits (SEAICElinearIterMax)
106        has an effect
107      - unify iteration parameters for implicit solvers (JFNK and Picard)
108        SEAICEnonLinIterMax replaces SEAICEnewtonIterMax/NPSEUDOTIMESTEPS
109        SEAICElinearIterMax replaces SEAICEkrylovIterMax/SOLV_MAX_ITER
110        SEAICEpreLinIterMax replaces SOLV_MAX_ITER in preconditioner
111        SEAICEpreNL_IterMax replaces NPSEUDOTIMESTEPS in preconditioner
112        SEAICEnonLinTol     replaces JFNKgamma_nonlin
113      - remove S/R SEAICE_FGMRES_DRIVER and put content into S/R SEAICE_JFKN
114      - add new Picard-Krylov solver, compile with SEAICE_ALLOW_KRYLOV and
115        use with SEAICEuseKrylov
116    o pkg/seaice/seaice_lsr.F
117        fix small bug: replace zetaZ by zetaZloc in S/R seaice_lsr_rhsu/v; only
118        relevant if SEAICEuseStrImpCpl=T, and even then it does not seem to have
119        an effect.
120    o pkg/seaice: add two new parameters
121      - SEAICEuseLSR to simplify the logic in seaice_dynsolver (this
122        parameter is not in any namelist)
123      - SEAICEusrPicardAsPrecon to allow s/r seaice_lsr to be used as
124        a preconditioner for the non-linear Newton iteration of the JFNK
125        solver
126    o pkg/seaice/seaice_lsr.F: replace 1./SEAICE_deltaTdyn with recip_deltaT,
127      affects some experiments at truncation level:
128      - global_ocean.cs32x15.icedyn (11 digits),
129      - global_ocean.cs32x15.seaice (11 digits),
130      - seaice_itd (12 digits), seaice_itd.lipscomb07 (12 digits) -> update
131      - also update global_ocean.cs32x15 adjoint and tangent-linear results
132    o pkg/salt_plume & pkg/thsice:
133      - for coupled  set-up with pkg/thsice in ATM and pkg/salt_plume in OCN,
134        connect salt_plume flux to ATM-OCN coupling pkgs interface:
135       a) in ATM: also cumulate salt-plume flux in S/R THSICE_SALT_PLUME (for
136         export to coupler interface) even without compiling pkg/salt_plume ;
137       b) in OCN: apply coupler salt-plume flux to pkg/salt_plume field
138         (saltPlumeFlux) just before exch call, in S/R SALT_PLUME_DO_EXCH.
139  o pkg/dic:  o pkg/dic:
140    - use the updated seaice fraction (from seaice pkgs) for DIC forcing    - use the updated seaice fraction (from seaice pkgs) for DIC forcing
141      instead of the previous time-step value ; done in new S/R DIC_FIELDS_UPDATE      instead of the previous time-step value ; done in new S/R DIC_FIELDS_UPDATE
# Line 101  o pkg/atm_phys: Line 233  o pkg/atm_phys:
233    - add diagnostics for 3-D, Nr+1 levels diagnostics of radiative fluxes    - add diagnostics for 3-D, Nr+1 levels diagnostics of radiative fluxes
234      (shortwave & longwave, net & downward) and diagnostics of temp. tendency      (shortwave & longwave, net & downward) and diagnostics of temp. tendency
235      for individual contribution (convection, LSC cond, radiation)      for individual contribution (convection, LSC cond, radiation)
236    - add Ruth Geen etal, GRL 2016, radiation optionis (see paper supp.    - add Ruth Geen etal, GRL 2016, radiation options (see paper supp.
237      information); activated with: solar_exponent=0. and wv_exponent=-1.      information); activated with: solar_exponent=0. and wv_exponent=-1.
238  o pkg/ggl90:  o pkg/ggl90:
239    - within IDEMIX add upper limit for horizontal group velocity to    - within IDEMIX add upper limit for horizontal group velocity to

Legend:
Removed from v.1.2225  
changed lines
  Added in v.1.2249

  ViewVC Help
Powered by ViewVC 1.1.22