/[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.1576 by jmc, Fri Jan 20 01:30:45 2012 UTC revision 1.1592 by jmc, Tue Feb 7 02:20:37 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:
8      - remove un-used parameters LAD & MAX_TICE ; add new run-time parameters:
9        useMaykutSatVapPoly (default=F), postSolvTempIter (default=2) and
10        SEAICE_wetAlbTemp (default=-1e-3). Remove option SEAICE_SOLVE4TEMP_LEGACY.
11      - update verification/*/input*/data.seaice:
12        to reproduce previous results with former #defined SEAICE_SOLVE4TEMP_LEGACY
13        code, set useMaykutSatVapPoly=T & postSolvTempIter=0 ;
14        and to reproduce previous results with former non-SOLVE4TEMP_LEGACY code,
15        set SEAICE_wetAlbTemp=0 & SEAICE_snowThick=0.
16    o pkg/seaice/seaice_solve4temp.F (SOLVE4TEMP_LEGACY):
17      - remove LEGACY code for solving for tsurf (A1,A2,A3) but maintain the same
18        algorithm (same choice: useMaykutPolySatVap=T, postSolvTempIter=0);
19        difference in results only due to machine truncation.
20      - remove MAX_TICE (tsurf is always =< TMELT anyway); keep MIN_TICE if using
21        MaykutPolySatVap; keep MIN_LWDOWN.
22      - adapt SEAICE_MODIFY_GROWTH_ADJ code (untested) to non-legacy formulation.
23      - update output of verification exp. lab_sea (4 fwd: 11 cg2d digits except hb87,
24        + 3 AD: 6 digits except evp) and offline_exf_seaice.seaice (12 digits).
25    o pkg/salt_plume:
26      - isolate saltPlumeFlux array exch into a specific S/R called from
27        do_oceanic_phys.F
28      - add interface to pkg/salt_plume (filling of saltPlumeFlux) in pkg/thsice.
29    o verification:
30      - move untested set-up to MITgcm_contrib/verification_other.
31    o pkg/seaice:
32      - retire old way of SEAICE_AGE. Now replaced with ALLOW_SITRACER.
33    o pkg/seaice:
34      - seaice_solve4temp.F (keeping results unchanged):
35        * add 2 future run-time params to select which saturation vapor pressure
36          formula is used and how post-iteration fluxes are set.
37          Temporary set these 2 params according to option SOLVE4TEMP_LEGACY;
38        * New piece of code (not used) to update surf. atmos. heat flux F_ia using
39          the linearized expression to stay consistent with tsurf finding.
40      - seaice_freedrift.F avoid floating exception in sqrt(y) since y=sqrt(x*x)-x
41        can be < 0.
42    o pkg/seaice/seaice_solve4temp.F (SOLVE4TEMP_LEGACY undef):
43      - remove from F_ia (and from it's derivative dFiDTs1) the contribution of
44        conductive heat flux F_c , and add it explicitly when updating tsurf as
45        solution of: Fc = Fia + d/dT(Fia - Fc) *delta.tsurf
46        so that now F_ia has a consistent meaning through the entire routine.
47        This causes differences at truncation level: update output of fwd exp.
48        global_ocean.cs32x15.seaice.
49    o pkg/seaice:
50      - lots of editing/cleaning in seaice_solve4temp.F + better documentation
51        of arrays, sign/direction of fluxes; no effect on results.
52      - replace hard coded 273.16 (=previous value of celsius2K) by celsius2K
53        in seaice_budget_ocean.F & seaice_solve4temp.F (SOLVE4TEMP_LEGACY part);
54        note: this should have been done before changing celsius2K default.
55      - to keep results unchanged, add back old value of celsius2K in verification
56        exp. input*/data : lab_sea (AD), offline_exf_seaice (fwd+AD) & seaice_obcs
57      - replace hard coded seawater freezing temp in seaice_solve4temp.F (part
58        SOLVE4TEMP_LEGACY) of 271.20 (=previous value of celsius2K + default
59        value of SEAICE_freeze) by celsius2K+SEAICE_freeze so that seawater
60        freezing temp is consistent with value in seaice_growth.F ; this causes
61        differences at machine truncation level: update lab_sea AD output (3/4).
62    o pkg/seaice:
63      - mask (in exf_init_fixed.F) atemp,aqh,evap,precip,runoff,lwflx,areamask
64        and climsst/sss even when using seaice (to prevent calculation that might
65        use SST on land); does not affect any verification exp.
66      - apply mask to taux,tauy (in seaice_get_dynforcing.F); update output
67        of lab_sea.fd & lab_sea.hb87 and global_ocean.cs32x15.seaice_dynmix.
68    o pkg/seaice/seaice_growth.F: add mask to avoid non-zero ice thickness
69      over land (non-legacy code)
70    o vectorize salt_plume package:
71      - add extra code to salt_plume_frac and salt_plume_tendency_apply_s
72      - this code computes plumebk everywhere (also over land), thus requires
73        code to avoid divisions by zero and catch the case of kLev=Nr.
74      - efficiency of salt_plume_frac is still sub-optimal
75    o tools (genmake2):
76      - fix makefile NAME specification (option: -makefile NAME) by adding
77        "-f $MAKEFILE" in few places where it was missing including makedepend
78        command (contribution from Paul).
79    
80    checkpoint63i (2012/01/24)
81    o model/src:
82      - add factorized versions of some EOS code to find_rho.F,
83        define USE_FACTORIZED_EOS to turn it on (default for TARGET_NEC_SX)
84    o model/src:
85      - add celsius2K to namelist PARM01; remove unused recip_rhoNil from PARAMS.h;
86      - change default celsius2K from 273.16 to 273.15
87      - to keep results unchanged, add back old value of celsius2K in verification
88        exp. input*/data : aim.5l_cs, 1D_ocean_ice_column, lab_sea (fwd),
89         global_ocean.cs32x15(seaice) & cpl_aim+ocn(input_atm).
90    o model/src: add a little initialisation trick to find_rho.F and find_alpha.F
91      to make TAF generate vectorizable code
92    o pkg/seaice/seaice_evp.F: add code (copied from CICE) that avoids underflows.
93       Turn on by defining SEAICE_EVP_ELIMINATE_UNDERFLOWS. Most compilers
94       have flags that do this more efficiently.
95    o pkg/diagnostics/diagstats_calc.F
96      - for TARGET_NEC_SX fix the treatment of the scaling factor tmpFac=scaleFact
97  o pkg/obcs (with exch2):  o pkg/obcs (with exch2):
98    - derive OB indices in overlap region from OB-InsideMask (in obcs_init_fixed.F)    - derive OB indices in overlap region from OB-InsideMask (in obcs_init_fixed.F)
99      and remove code (in obcs_readparms.F) which was based on EXCH of indices      and remove code (in obcs_readparms.F) which was based on EXCH of indices

Legend:
Removed from v.1.1576  
changed lines
  Added in v.1.1592

  ViewVC Help
Powered by ViewVC 1.1.22