/[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.1977 by atn, Mon Apr 7 18:41:13 2014 UTC revision 1.1996 by jmc, Wed May 14 21:40:17 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/atm_phys:
8      - change diagnostics (AtPh_Trf & AtPh_Qrf) of DARGAN_BETTSMILLER S/R:
9        skip the reseting of t_ref & q_ref to initial t & q ; this preserve the
10        output of S/R CAPECALCNEW (Parcel temp & q) for diagnostics.
11    o pkg/seaice
12      seaice_calc_ice_strength.F: modify expression to avoid divisions
13        (affects truncation)
14      seaice_do_ridging.F: clean up the insectarium
15      - fix a bug that was compensated by areaScaling (-> remove areaScaling code)
16      - added SEAICEsnowFracRidge to redistributed snow (2nd bug)
17      - set closing/openingRate to zero where no extra iteration is need (3rd bug)
18      - add some debugging information and error messages (warnings)
19    o model/src: modifications relatd to atmosphere p*:
20      - Switch to more accurate p* coordinate slope term (calc_grad_phi_hyd.F)
21      - With p* or Sigma-P, use constant reference Pot.Temp (thetaConst) instead
22        of vertical profile tRef in geopotential background and anomaly.
23      - Acount for true p* correction in theta <-> T conversion in pkg/aim_v23
24        and pkg/atm_phys.
25      - Update FWD output of experiments: aim.5l_cs (x2), fizhi-cs-32x32x40,
26        fizhi-cs-aqualev20, fizhi-gridalt-hs, tutorial_held_suarez_cs, cpl_aim+ocn.
27    o pkg/seaice: fix a bug in seaice_prepare_ridging.F, forgot a sqrt
28    o pkg/ptracers: compute ptracer source/sink due to linear free surface.
29        not used right now, but can be used in BGC packages to fix conservation.
30    o pkg/dic, pkg/gchem: move tracer_meanarea to gchem, so it can be used by
31        other packages too.
32    o pkg/seaice/seaice_calc_ice_strength.F: replace SEAICE_rhoSnow by
33        SEAICE_rhoIce in the Rothrock (1975)-type strength calculations (bug fix)
34    o model/src:
35      - since we have several heat capacity (even in model/src), define "recip_Cp"
36        as local variable (no longer in common block) to avoid any confusion.
37      - add thetaConst in PARAMS.h (to be used with pStar or sigma-P coords).
38    o pkg/exf:
39      - from Jeff Scott: add option (#define EXF_CALC_ATMRHO) to calculate local
40        air density as function of air Temp, Humidity and atm pressure.
41    
42    checkpoint64w (2014/05/02)
43    o verification:
44      - update output_adm.txt files for experiment global_ocean.cs32x15 (seaice &
45        seaice_dynmix) and lab_sea (primary test & noseaicedyn): moving/changing
46        code from seaice_growth.F & seaice_advdiff.F to new ridging routines
47        seaice_reg_ridge.F seaice_do_ridging.F affects AD gradient
48        (down to 8-7 matching digits for global_ocean and 5-6 for lab_sea).
49    o model/src: for atmosphere in p* coords:
50      - store factor rStarFacC**atm_kappa (= pStarFacK) in common block
51      - implement more accurate p* coordinate slope term (in calc_grad_phi_hyd.F),
52        but not yet activated.
53    o pkg/seaice: fix restart problem for ITD with new ice strength parameterisation:
54      - move computation of opnWtrFrac = 1-AREA to before computing ice strength
55      - this changes the results (but not for any verification experiment, because
56        none tests this), but avoids having an extra field in the restart files
57    o pkg/seaice: remove global variable TICE (not needed)
58      - replace by TICES or local variable where necessary (cost_seaice_test,
59        seaice_diagnostics_state)
60      - move copying TICE to TICES from seaice_check_pickup to seaice_read_pickup
61      - use specific read/write routines for reading and writing individual leves
62        of a multilevel field
63    o pkg/ctrl & model/inc:
64      - move additional anomaly fields of control vars (related to options:
65         ALLOW_KAPGM_CONTROL, ALLOW_KAPREDI_CONTROL and ALLOW_BOTTOMDRAG_CONTROL)
66        from DYNVARS.h into new header file: CTRL_FIELDS.h
67    o pkg/seaice: some small modifications to the ridging code
68      - make fw2ObyRidge a global variable and add the freshwater flux to
69        seaice_growth
70      - pass actual thickness from seaice_prepare_ridging, so that it is
71        computed only in one place and compute it in the same way as in
72        seaice_growth
73      - initialise more fields in seaice_do_ridging that where cause floating
74        point exceptions over land
75    o pkg/seaice: preparations for ridging code and first real ridging code
76      - move most of "PART 1" of S/R seaice_growth into a new and separate
77        S/R seaice_reg_ridge that will both regularize the state variable after
78        advection call the actual ridging routine;
79      - requires to make 5 fields global fields: d_HEFFbyNEG,d_HSNWbyNEG,
80        d_AREAbyRLX,d_HEFFbyRLX,saltFluxAdjust;
81      - remove ridging code from seaice_advdiff
82      - clean up remaining part 1 of seaice_growth in an attempt to make it
83        more readable (this is probably subjective)
84      - call seaice_itd_redist once in the initialisation phase to have the initial
85        conditions in the correct category
86      - finally: add new ridging routine for ITD code
87    
88    checkpoint64v (2014/04/11)
89  o pkg/ecco:  o pkg/ecco:
90    - add runtime parameters mdt[start,end]date[1,2]    - add runtime parameters mdt[start,end]date[1,2]
91    - rename variable "tpmean" as "mdt" and "topexmeanfile" as "mdtdatfile"    - rename variable "tpmean" as "mdt" and "topexmeanfile" as "mdtdatfile"
92  o pkg/seaice:  o pkg/seaice:
93    - make deltaC a global variable, so that it can be used in ridging code    - make deltaC a global variable, so that it can be used in ridging code
94    - first step towards ridging: introduce new routines that compute    - first step towards ridging: introduce new routines that compute
95      ice strength based on ridging parameters      ice strength based on ridging parameters
96      - add diagnostic for HSNOWITD
97      - add opnWtrFrac as a global variable (required for ridging scheme)
98  o pkg/salt_plume + pkg/seaice/seaice_growth.F  o pkg/salt_plume + pkg/seaice/seaice_growth.F
99    - add SALT_PLUME_IN_LEADS flag to activate pkg/salt_plume only when ice    - add SALT_PLUME_IN_LEADS flag to activate pkg/salt_plume only when ice
100      AREA exceeds a threshold (code contributed by I.Fenty in 2011)      AREA exceeds a threshold (code contributed by I.Fenty in 2011)

Legend:
Removed from v.1.1977  
changed lines
  Added in v.1.1996

  ViewVC Help
Powered by ViewVC 1.1.22