/[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.1573 by jmc, Sat Jan 14 16:41:36 2012 UTC revision 1.1583 by mlosch, Mon Jan 30 11:19:33 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 vectorize salt_plume package:
8      - add extra code to salt_plume_frac and salt_plume_tendency_apply_s
9      - this code computes plumebk everywhere (also over land), thus requires
10        code to avoid divisions by zero and catch the case of kLev=Nr.
11      - efficiency of salt_plume_frac is still sub-optimal
12    o tools (genmake2):
13      - fix makefile NAME specification (option: -makefile NAME) by adding
14        "-f $MAKEFILE" in few places where it was missing including makedepend
15        command (contribution from Paul).
16    
17    checkpoint63i (2012/01/24)
18    o model/src:
19      - add factorized versions of some EOS code to find_rho.F,
20        define USE_FACTORIZED_EOS to turn it on (default for TARGET_NEC_SX)
21    o model/src:
22      - add celsius2K to namelist PARM01; remove unused recip_rhoNil from PARAMS.h;
23      - change default celsius2K from 273.16 to 273.15
24      - to keep results unchanged, add back old value of celsius2K in verification
25        exp. input*/data : aim.5l_cs, 1D_ocean_ice_column, lab_sea (fwd),
26         global_ocean.cs32x15(seaice) & cpl_aim+ocn(input_atm).
27    o model/src: add a little initialisation trick to find_rho.F and find_alpha.F
28      to make TAF generate vectorizable code
29    o pkg/seaice/seaice_evp.F: add code (copied from CICE) that avoids underflows.
30       Turn on by defining SEAICE_EVP_ELIMINATE_UNDERFLOWS. Most compilers
31       have flags that do this more efficiently.
32    o pkg/diagnostics/diagstats_calc.F
33      - for TARGET_NEC_SX fix the treatment of the scaling factor tmpFac=scaleFact
34    o pkg/obcs (with exch2):
35      - derive OB indices in overlap region from OB-InsideMask (in obcs_init_fixed.F)
36        and remove code (in obcs_readparms.F) which was based on EXCH of indices
37        (through buffer) and did not account for exch2 (e.g., CS-grid) topology.
38    o pkg/exf and seaice exp:
39      - change offline_exf_seaice.seaicetd test exp. to use default DIFF1 value (=0)
40        so that switching off area & heff advection flags does not affect results.
41      - change default EXF_LWDOWN_WITH_EMISSIVITY to #define in EXF_OPTIONS.h
42      - keep exp. seaice_obcs & 1D_ocean_ice_column(ad) unchanged (using #undef
43        EXF_LWDOWN_WITH_EMISSIVITY) and, using pkg/exf default emissivities, update
44        results of verification experiments: 1D_ocean_ice_column(fwd),
45        global_ocean.cs32x15.seaice(fwd+ad) & seaice_dynmix(ad), lab_sea (all 8)
46        and offline_exf_seaice (all 4).
47  o pkg/seaice:  o pkg/seaice:
48    - remove array YNEG, RIVER, TMIX (replaced by local var) from common block;    - remove array YNEG, RIVER, TMIX (replaced by local var) from common block;
49      remove also areaNm1 & hEffNm1 when SEAICE_GROWTH_LEGACY is undef.      remove also areaNm1 & hEffNm1 when SEAICE_GROWTH_LEGACY is undef.

Legend:
Removed from v.1.1573  
changed lines
  Added in v.1.1583

  ViewVC Help
Powered by ViewVC 1.1.22