/[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.1988 by jmc, Fri May 2 22:16:03 2014 UTC revision 1.2005 by jmc, Fri Jun 6 21:17:12 2014 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7    o verification/global_with_exf:
8      - swith all fields period to -12. (was previously untested) in input/data.exf
9        (but keep secondary test ".yearly" unchanged); update the reference output.
10    o pkg/cal:
11      - new calendar type "noLeapYear" for 365 days calendar without any leap year.
12    o pkg/exf:
13      - new integer parameter "exf_debugLev" (default set to main model debugLevel)
14        to replace logical switch "exf_verbose"
15      - report in STDOUT when loading a new reccord (if exf_debugLev >= 3)
16    o pkg/sbo:
17      - update from Katherine Quinn: evaluate mass directly from density and SSH
18        (budget using Finite Volume method) instead of from bottom pressure.
19      - allow testreport to collect few selected SBO output ; tested in exp.
20        global_ocean.90x40x15 (after updating the results, to include SBO output).
21      - fix some multi-threading issues (in output part).
22    o model/src & most packages:
23      - always call {PKG}_READPARMS even if corresponding use{PKG}=F;
24      - in {PKG}_READPARMS, in case use{PKG}=F: add a call to new S/R
25        PACKAGES_UNUSED_MSG to print a weak warning when parameter file
26        "data.{pkg}" exist ; and leave the S/R (return) just after.
27      - more standard LAND pkg interface (land_init_fixed.F, land_check.F).
28        + call LAND_READPARMS from packages_readparms.F
29    o pkg/seaice:
30      - remove code that resets useThSice in S/R seaice_readparms and
31        replace by a warning in S/R seaice_check
32      - remove parameter MULTDIM, replace with nITD and runtime
33        parameter SEAICE_multDim (still hard-wired to nITD if
34        SEAICE_ITD is defined)
35    
36    checkpoint64x (2014/05/24)
37    o verification/lab_sea:
38      - update adjoint and TLM output following changes to pkg/salt_plume
39      - un-do the update after putting back local recip_Cp in few places.
40    o pkg/salt_plume: modifications by An Nguyen:
41      - add capability to do brine rejection (salt-plume) as function of
42        volume+tracers (instead of only salinity tracer).
43      - conserve volume by exchanging volume from each kLev to above to
44        accommodate in-coming brine volume
45      - store surface and klev exchanged fraction + volume in 4 new 3-d arrays
46      - switch KPP surf buoyancy due to brine forcing to 3-d
47        (3 more 3-d arrays, 2 for SPforcing[T,S], 1 for boplume)
48      - add salt_plume_volfrac, salt_plume_apply, salt_plume_tendency_apply_t
49      - unrelatedly, also add ad-hoc capability to vary salt_plume scheme
50        in East/West Arctic.
51    o pkg/sbo:
52      - incorporate modifications from Katherine Quinn to enable the use of sbo
53        pkg in ECCO-v4 set-up ; remove SBO-TimeAve output ; add monitor-like
54        output for future testreport verification (unfinished).
55    o pkg/atm_phys:
56      - change diagnostics (AtPh_Trf & AtPh_Qrf) of DARGAN_BETTSMILLER S/R:
57        skip the reseting of t_ref & q_ref to initial t & q ; this preserve the
58        output of S/R CAPECALCNEW (Parcel temp & q) for diagnostics.
59    o pkg/seaice
60      seaice_calc_ice_strength.F: modify expression to avoid divisions
61        (affects truncation)
62      seaice_do_ridging.F: clean up the insectarium
63      - fix a bug that was compensated by areaScaling (-> remove areaScaling code)
64      - added SEAICEsnowFracRidge to redistributed snow (2nd bug)
65      - set closing/openingRate to zero where no extra iteration is need (3rd bug)
66      - add some debugging information and error messages (warnings)
67    o model/src: modifications relatd to atmosphere p*:
68      - Switch to more accurate p* coordinate slope term (calc_grad_phi_hyd.F)
69      - With p* or Sigma-P, use constant reference Pot.Temp (thetaConst) instead
70        of vertical profile tRef in geopotential background and anomaly.
71      - Acount for true p* correction in theta <-> T conversion in pkg/aim_v23
72        and pkg/atm_phys.
73      - Update FWD output of experiments: aim.5l_cs (x2), fizhi-cs-32x32x40,
74        fizhi-cs-aqualev20, fizhi-gridalt-hs, tutorial_held_suarez_cs, cpl_aim+ocn.
75    o pkg/seaice: fix a bug in seaice_prepare_ridging.F, forgot a sqrt
76    o pkg/ptracers: compute ptracer source/sink due to linear free surface.
77        not used right now, but can be used in BGC packages to fix conservation.
78    o pkg/dic, pkg/gchem: move tracer_meanarea to gchem, so it can be used by
79        other packages too.
80    o pkg/seaice/seaice_calc_ice_strength.F: replace SEAICE_rhoSnow by
81        SEAICE_rhoIce in the Rothrock (1975)-type strength calculations (bug fix)
82    o model/src:
83      - since we have several heat capacity (even in model/src), define "recip_Cp"
84        as local variable (no longer in common block) to avoid any confusion.
85      - add thetaConst in PARAMS.h (to be used with pStar or sigma-P coords).
86  o pkg/exf:  o pkg/exf:
87    - from Jeff Scott: add option (#define EXF_CALC_ATMRHO) to calculate local    - from Jeff Scott: add option (#define EXF_CALC_ATMRHO) to calculate local
88      air density as function of air Temp, Humidity and atm pressure.      air density as function of air Temp, Humidity and atm pressure.
# Line 13  o verification: Line 92  o verification:
92    - update output_adm.txt files for experiment global_ocean.cs32x15 (seaice &    - update output_adm.txt files for experiment global_ocean.cs32x15 (seaice &
93      seaice_dynmix) and lab_sea (primary test & noseaicedyn): moving/changing      seaice_dynmix) and lab_sea (primary test & noseaicedyn): moving/changing
94      code from seaice_growth.F & seaice_advdiff.F to new ridging routines      code from seaice_growth.F & seaice_advdiff.F to new ridging routines
95      affects AD gradient (down to 8-7 matching digits for global_ocean and      seaice_reg_ridge.F seaice_do_ridging.F affects AD gradient
96      5-6 for lab_sea).      (down to 8-7 matching digits for global_ocean and 5-6 for lab_sea).
 seaice_reg_ridge.F seaice_do_ridging.F  
97  o model/src: for atmosphere in p* coords:  o model/src: for atmosphere in p* coords:
98    - store factor rStarFacC**atm_kappa (= pStarFacK) in common block    - store factor rStarFacC**atm_kappa (= pStarFacK) in common block
99    - implement more accurate p* coordinate slope term (in calc_grad_phi_hyd.F),    - implement more accurate p* coordinate slope term (in calc_grad_phi_hyd.F),

Legend:
Removed from v.1.1988  
changed lines
  Added in v.1.2005

  ViewVC Help
Powered by ViewVC 1.1.22