/[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.1584 by mlosch, Mon Jan 30 15:30:50 2012 UTC revision 1.1597 by mlosch, Tue Feb 14 14:53:17 2012 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/seaice: remove (almost) all divisions by constants within loops
8      in seaice_growth.F and seaice_solve4temp.F
9    o pkg/seaice :
10      - simplify McPhee tapering, and allow to use it with SEAICEturbFluxFormula.EQ.
11      1 or 2, using newly added run time parameter SEAICE_availHeatTaper.
12      - fix d_AREAbyATM, d_AREAbyOCN, d_AREAbyICE diags I broke in r1.148.
13      - add permanent SItflux diag that corresponds to TFLUX but includes
14      ice+snow. Hence SItflux-TFLUX should match the ice+snow heat budget.
15      - allow activation/testing of a fix for suspected missing term in
16      ocn-ice heat budget (to be confirmed). To test this, you want to
17      undef SEAICE_DISABLE_HEATCONSFIX, and then set the run time param
18      SEAICEheatConsFix to .TRUE. that also allows the 'SIaaflux' diagnostic.
19      - no change in results, fwd or ad.
20    o global_ocean.cs32x15/results: three changes following from the pkg/seaice commit below.
21      - switch to variable freezing point.
22           Results change : cg2d -> 1 digits; ad -> 3-6-6 digits.
23      - bug fix : the sublimation term that was missing is now activated.
24           Results change : cg2d -> 2 digits; ad -> 8-6-6 digits.
25      - bug fix : flooding sign term for SIsal0.NE.0.
26           Result change : cg2d -> 8 digits; ad -> 11-12-9 digits.
27    o pkg/seaice:
28      - unified freezing point treatment : the old SEAICE_VARIABLE_FREEZING_POINT
29     is now the default, and the old default constant freezing point is recovered with
30     SEAICE_tempFrz0    = -1.96,
31     SEAICE_dTempFrz_dS = 0.,
32      - retire SEAICE_freeze that was the old way of specifycing the constant freezing point.
33      - remove ALLOW_SEAICE_FLOODING brackets; run time switch is already there.
34      - bug fix (thanks to M. Losch) : the sublimation term that was missing is now
35     activated. To reproduce old results that had this bug define SEAICE_DISABLE_SUBLIM.
36      - bug fix (silly me) : flooding sign term (seaice_growth.F r 1.149line 1211)
37     was wrong for SIsal0.NE.0. Changes cs32x15 results (see above item for detail).
38      - bug fix (thanks to O. Jahn) : area loss for melting  got messed up in
39     seaice_growth r149 for legacy branch (no results change).
40      - introduce SEAICE_CAP_SUBLIM : caps sublimation heat flux in solve4temp (code from I. Fenty).
41      - results did not change except for global_ocean.cs32x15, mostly due to the switch
42      to variable freezing point (see above item for detail).
43    o pkg/thsice:
44      - fix and simplify interface to salt_plume pkg ; diagnose directly amount of
45        seawater freezing in thsice_calc_thickn (not used).
46    o pkg/seaice: turbulent flux term specification via run time params.
47      - replace CPP switches with run time switches to facilitate testing
48      - retired CPPs : MCPHEE_OCEAN_ICE_HEAT_FLUX, GRADIENT_MIXED_LAYER_TURBULENCE_FACTOR
49      - added runtime parameter : SEAICEturbFluxFormula
50      - move Mcphee constants to SEAICE_PARAMS.h
51      - seaice_readparms.F : read turbulent flux term params (SEAICEturbFluxFormula;
52        SEAICE_availHeatFrac/Frz, or SEAICE_gamma_t/_frz if apply); remove
53        seaice_summary call (moved to seaice_init_fixed)
54      - seaice_init_fixed.F : set SEAICE_availHeatFrac/Frz depending on
55        SEAICEturbFluxFormula, and seaice_summary call (moved from seaice_readparms)
56      - seaice_summary.F : add missing report of read turbulent flux term set up (and SITRACER).
57      - seaice_check.F : check range; inform and stop if retired CPPs are used (incl. SEAICE_AGE).
58      - seaice_growth.F : unified use of SEAICE_availHeatFrac/Frz, without
59            CPP switch, same computation as before for the different options.
60      - change results at the truncation level.
61    o pkg/seaice:
62      - remove un-used parameters LAD & MAX_TICE ; add new run-time parameters:
63        useMaykutSatVapPoly (default=F), postSolvTempIter (default=2) and
64        SEAICE_wetAlbTemp (default=-1e-3). Remove option SEAICE_SOLVE4TEMP_LEGACY.
65      - update verification/*/input*/data.seaice:
66        to reproduce previous results with former #defined SEAICE_SOLVE4TEMP_LEGACY
67        code, set useMaykutSatVapPoly=T & postSolvTempIter=0 ;
68        and to reproduce previous results with former non-SOLVE4TEMP_LEGACY code,
69        set SEAICE_wetAlbTemp=0 & SEAICE_snowThick=0.
70    o pkg/seaice/seaice_solve4temp.F (SOLVE4TEMP_LEGACY):
71      - remove LEGACY code for solving for tsurf (A1,A2,A3) but maintain the same
72        algorithm (same choice: useMaykutPolySatVap=T, postSolvTempIter=0);
73        difference in results only due to machine truncation.
74      - remove MAX_TICE (tsurf is always =< TMELT anyway); keep MIN_TICE if using
75        MaykutPolySatVap; keep MIN_LWDOWN.
76      - adapt SEAICE_MODIFY_GROWTH_ADJ code (untested) to non-legacy formulation.
77      - update output of verification exp. lab_sea (4 fwd: 11 cg2d digits except hb87,
78        + 3 AD: 6 digits except evp) and offline_exf_seaice.seaice (12 digits).
79    o pkg/salt_plume:
80      - isolate saltPlumeFlux array exch into a specific S/R called from
81        do_oceanic_phys.F
82      - add interface to pkg/salt_plume (filling of saltPlumeFlux) in pkg/thsice.
83    o verification:
84      - move untested set-up to MITgcm_contrib/verification_other.
85    o pkg/seaice:
86      - retire old way of SEAICE_AGE. Now replaced with ALLOW_SITRACER.
87    o pkg/seaice:
88      - seaice_solve4temp.F (keeping results unchanged):
89        * add 2 future run-time params to select which saturation vapor pressure
90          formula is used and how post-iteration fluxes are set.
91          Temporary set these 2 params according to option SOLVE4TEMP_LEGACY;
92        * New piece of code (not used) to update surf. atmos. heat flux F_ia using
93          the linearized expression to stay consistent with tsurf finding.
94      - seaice_freedrift.F avoid floating exception in sqrt(y) since y=sqrt(x*x)-x
95        can be < 0.
96    o pkg/seaice/seaice_solve4temp.F (SOLVE4TEMP_LEGACY undef):
97      - remove from F_ia (and from it's derivative dFiDTs1) the contribution of
98        conductive heat flux F_c , and add it explicitly when updating tsurf as
99        solution of: Fc = Fia + d/dT(Fia - Fc) *delta.tsurf
100        so that now F_ia has a consistent meaning through the entire routine.
101        This causes differences at truncation level: update output of fwd exp.
102        global_ocean.cs32x15.seaice.
103    o pkg/seaice:
104      - lots of editing/cleaning in seaice_solve4temp.F + better documentation
105        of arrays, sign/direction of fluxes; no effect on results.
106      - replace hard coded 273.16 (=previous value of celsius2K) by celsius2K
107        in seaice_budget_ocean.F & seaice_solve4temp.F (SOLVE4TEMP_LEGACY part);
108        note: this should have been done before changing celsius2K default.
109      - to keep results unchanged, add back old value of celsius2K in verification
110        exp. input*/data : lab_sea (AD), offline_exf_seaice (fwd+AD) & seaice_obcs
111      - replace hard coded seawater freezing temp in seaice_solve4temp.F (part
112        SOLVE4TEMP_LEGACY) of 271.20 (=previous value of celsius2K + default
113        value of SEAICE_freeze) by celsius2K+SEAICE_freeze so that seawater
114        freezing temp is consistent with value in seaice_growth.F ; this causes
115        differences at machine truncation level: update lab_sea AD output (3/4).
116    o pkg/seaice:
117      - mask (in exf_init_fixed.F) atemp,aqh,evap,precip,runoff,lwflx,areamask
118        and climsst/sss even when using seaice (to prevent calculation that might
119        use SST on land); does not affect any verification exp.
120      - apply mask to taux,tauy (in seaice_get_dynforcing.F); update output
121        of lab_sea.fd & lab_sea.hb87 and global_ocean.cs32x15.seaice_dynmix.
122  o pkg/seaice/seaice_growth.F: add mask to avoid non-zero ice thickness  o pkg/seaice/seaice_growth.F: add mask to avoid non-zero ice thickness
123    over land (non-legacy code)    over land (non-legacy code)
124  o vectorize salt_plume package:  o vectorize salt_plume package:
125    - add extra code to salt_plume_frac and salt_plume_tendency_apply_s    - add extra code to salt_plume_frac and salt_plume_tendency_apply_s
126    - this code computes plumebk everywhere (also over land), thus requires    - this code computes plumebk everywhere (also over land), thus requires
127      code to avoid divisions by zero and catch the case of kLev=Nr.      code to avoid divisions by zero and catch the case of kLev=Nr.

Legend:
Removed from v.1.1584  
changed lines
  Added in v.1.1597

  ViewVC Help
Powered by ViewVC 1.1.22