/[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.1980 by mlosch, Wed Apr 23 12:42:19 2014 UTC revision 1.2004 by jmc, Fri May 30 17:19:57 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 pkg/sbo:
8      - update from Katherine Quinn: evaluate mass directly from density and SSH
9        (budget using Finite Volume method) instead of from bottom pressure.
10      - allow testreport to collect few selected SBO output ; tested in exp.
11        global_ocean.90x40x15 (after updating the results, to include SBO output).
12      - fix some multi-threading issues (in output part).
13    o model/src & most packages:
14      - always call {PKG}_READPARMS even if corresponding use{PKG}=F;
15      - in {PKG}_READPARMS, in case use{PKG}=F: add a call to new S/R
16        PACKAGES_UNUSED_MSG to print a weak warning when parameter file
17        "data.{pkg}" exist ; and leave the S/R (return) just after.
18      - more standard LAND pkg interface (land_init_fixed.F, land_check.F).
19        + call LAND_READPARMS from packages_readparms.F
20    o pkg/seaice:
21      - remove code that resets useThSice in S/R seaice_readparms and
22        replace by a warning in S/R seaice_check
23      - remove parameter MULTDIM, replace with nITD and runtime
24        parameter SEAICE_multDim (still hard-wired to nITD if
25        SEAICE_ITD is defined)
26    
27    checkpoint64x (2014/05/24)
28    o verification/lab_sea:
29      - update adjoint and TLM output following changes to pkg/salt_plume
30      - un-do the update after putting back local recip_Cp in few places.
31    o pkg/salt_plume: modifications by An Nguyen:
32      - add capability to do brine rejection (salt-plume) as function of
33        volume+tracers (instead of only salinity tracer).
34      - conserve volume by exchanging volume from each kLev to above to
35        accommodate in-coming brine volume
36      - store surface and klev exchanged fraction + volume in 4 new 3-d arrays
37      - switch KPP surf buoyancy due to brine forcing to 3-d
38        (3 more 3-d arrays, 2 for SPforcing[T,S], 1 for boplume)
39      - add salt_plume_volfrac, salt_plume_apply, salt_plume_tendency_apply_t
40      - unrelatedly, also add ad-hoc capability to vary salt_plume scheme
41        in East/West Arctic.
42    o pkg/sbo:
43      - incorporate modifications from Katherine Quinn to enable the use of sbo
44        pkg in ECCO-v4 set-up ; remove SBO-TimeAve output ; add monitor-like
45        output for future testreport verification (unfinished).
46    o pkg/atm_phys:
47      - change diagnostics (AtPh_Trf & AtPh_Qrf) of DARGAN_BETTSMILLER S/R:
48        skip the reseting of t_ref & q_ref to initial t & q ; this preserve the
49        output of S/R CAPECALCNEW (Parcel temp & q) for diagnostics.
50    o pkg/seaice
51      seaice_calc_ice_strength.F: modify expression to avoid divisions
52        (affects truncation)
53      seaice_do_ridging.F: clean up the insectarium
54      - fix a bug that was compensated by areaScaling (-> remove areaScaling code)
55      - added SEAICEsnowFracRidge to redistributed snow (2nd bug)
56      - set closing/openingRate to zero where no extra iteration is need (3rd bug)
57      - add some debugging information and error messages (warnings)
58    o model/src: modifications relatd to atmosphere p*:
59      - Switch to more accurate p* coordinate slope term (calc_grad_phi_hyd.F)
60      - With p* or Sigma-P, use constant reference Pot.Temp (thetaConst) instead
61        of vertical profile tRef in geopotential background and anomaly.
62      - Acount for true p* correction in theta <-> T conversion in pkg/aim_v23
63        and pkg/atm_phys.
64      - Update FWD output of experiments: aim.5l_cs (x2), fizhi-cs-32x32x40,
65        fizhi-cs-aqualev20, fizhi-gridalt-hs, tutorial_held_suarez_cs, cpl_aim+ocn.
66    o pkg/seaice: fix a bug in seaice_prepare_ridging.F, forgot a sqrt
67    o pkg/ptracers: compute ptracer source/sink due to linear free surface.
68        not used right now, but can be used in BGC packages to fix conservation.
69    o pkg/dic, pkg/gchem: move tracer_meanarea to gchem, so it can be used by
70        other packages too.
71    o pkg/seaice/seaice_calc_ice_strength.F: replace SEAICE_rhoSnow by
72        SEAICE_rhoIce in the Rothrock (1975)-type strength calculations (bug fix)
73    o model/src:
74      - since we have several heat capacity (even in model/src), define "recip_Cp"
75        as local variable (no longer in common block) to avoid any confusion.
76      - add thetaConst in PARAMS.h (to be used with pStar or sigma-P coords).
77    o pkg/exf:
78      - from Jeff Scott: add option (#define EXF_CALC_ATMRHO) to calculate local
79        air density as function of air Temp, Humidity and atm pressure.
80    
81    checkpoint64w (2014/05/02)
82    o verification:
83      - update output_adm.txt files for experiment global_ocean.cs32x15 (seaice &
84        seaice_dynmix) and lab_sea (primary test & noseaicedyn): moving/changing
85        code from seaice_growth.F & seaice_advdiff.F to new ridging routines
86        seaice_reg_ridge.F seaice_do_ridging.F affects AD gradient
87        (down to 8-7 matching digits for global_ocean and 5-6 for lab_sea).
88    o model/src: for atmosphere in p* coords:
89      - store factor rStarFacC**atm_kappa (= pStarFacK) in common block
90      - implement more accurate p* coordinate slope term (in calc_grad_phi_hyd.F),
91        but not yet activated.
92    o pkg/seaice: fix restart problem for ITD with new ice strength parameterisation:
93      - move computation of opnWtrFrac = 1-AREA to before computing ice strength
94      - this changes the results (but not for any verification experiment, because
95        none tests this), but avoids having an extra field in the restart files
96    o pkg/seaice: remove global variable TICE (not needed)
97      - replace by TICES or local variable where necessary (cost_seaice_test,
98        seaice_diagnostics_state)
99      - move copying TICE to TICES from seaice_check_pickup to seaice_read_pickup
100      - use specific read/write routines for reading and writing individual leves
101        of a multilevel field
102    o pkg/ctrl & model/inc:
103      - move additional anomaly fields of control vars (related to options:
104         ALLOW_KAPGM_CONTROL, ALLOW_KAPREDI_CONTROL and ALLOW_BOTTOMDRAG_CONTROL)
105        from DYNVARS.h into new header file: CTRL_FIELDS.h
106    o pkg/seaice: some small modifications to the ridging code
107      - make fw2ObyRidge a global variable and add the freshwater flux to
108        seaice_growth
109      - pass actual thickness from seaice_prepare_ridging, so that it is
110        computed only in one place and compute it in the same way as in
111        seaice_growth
112      - initialise more fields in seaice_do_ridging that where cause floating
113        point exceptions over land
114  o pkg/seaice: preparations for ridging code and first real ridging code  o pkg/seaice: preparations for ridging code and first real ridging code
115    - move most of "PART 1" of S/R seaice_growth into a new and separate    - move most of "PART 1" of S/R seaice_growth into a new and separate
116      S/R seaice_reg_ridge that will both regularize the state variable after      S/R seaice_reg_ridge that will both regularize the state variable after
117      advection call the actual ridging routine;      advection call the actual ridging routine;
118    - requires to make 5 fields global fields: d_HEFFbyNEG,d_HSNWbyNEG,    - requires to make 5 fields global fields: d_HEFFbyNEG,d_HSNWbyNEG,
119      d_AREAbyRLX,d_HEFFbyRLX,saltFluxAdjust;      d_AREAbyRLX,d_HEFFbyRLX,saltFluxAdjust;
120    - remove ridging code from seaice_advdiff    - remove ridging code from seaice_advdiff
121    - clean up remaining part 1 of seaice_growth in an attempt to make it    - clean up remaining part 1 of seaice_growth in an attempt to make it
122      more readable (this is probably subjective)      more readable (this is probably subjective)
123    - call seaice_itd_redist once in the initialisation phase to have the initial    - call seaice_itd_redist once in the initialisation phase to have the initial
124      conditions in the correct category      conditions in the correct category

Legend:
Removed from v.1.1980  
changed lines
  Added in v.1.2004

  ViewVC Help
Powered by ViewVC 1.1.22