/[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.1986 by jmc, Wed Apr 30 20:27:16 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:
8      - update output_adm.txt files for experiment global_ocean.cs32x15 (seaice &
9        seaice_dynmix) and lab_sea (primary test & noseaicedyn): moving/changing
10        code from seaice_growth.F & seaice_advdiff.F to new ridging routines
11        affects AD gradient (down to 8-7 matching digits for global_ocean and
12        5-6 for lab_sea).
13    seaice_reg_ridge.F seaice_do_ridging.F
14    o model/src: for atmosphere in p* coords:
15      - store factor rStarFacC**atm_kappa (= pStarFacK) in common block
16      - implement more accurate p* coordinate slope term (in calc_grad_phi_hyd.F),
17        but not yet activated.
18    o pkg/seaice: fix restart problem for ITD with new ice strength parameterisation:
19      - move computation of opnWtrFrac = 1-AREA to before computing ice strength
20      - this changes the results (but not for any verification experiment, because
21        none tests this), but avoids having an extra field in the restart files
22    o pkg/seaice: remove global variable TICE (not needed)
23      - replace by TICES or local variable where necessary (cost_seaice_test,
24        seaice_diagnostics_state)
25      - move copying TICE to TICES from seaice_check_pickup to seaice_read_pickup
26      - use specific read/write routines for reading and writing individual leves
27        of a multilevel field
28    o pkg/ctrl & model/inc:
29      - move additional anomaly fields of control vars (related to options:
30         ALLOW_KAPGM_CONTROL, ALLOW_KAPREDI_CONTROL and ALLOW_BOTTOMDRAG_CONTROL)
31        from DYNVARS.h into new header file: CTRL_FIELDS.h
32    o pkg/seaice: some small modifications to the ridging code
33      - make fw2ObyRidge a global variable and add the freshwater flux to
34        seaice_growth
35      - pass actual thickness from seaice_prepare_ridging, so that it is
36        computed only in one place and compute it in the same way as in
37        seaice_growth
38      - initialise more fields in seaice_do_ridging that where cause floating
39        point exceptions over land
40  o pkg/seaice: preparations for ridging code and first real ridging code  o pkg/seaice: preparations for ridging code and first real ridging code
41    - 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
42      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
43      advection call the actual ridging routine;      advection call the actual ridging routine;
44    - requires to make 5 fields global fields: d_HEFFbyNEG,d_HSNWbyNEG,    - requires to make 5 fields global fields: d_HEFFbyNEG,d_HSNWbyNEG,
45      d_AREAbyRLX,d_HEFFbyRLX,saltFluxAdjust;      d_AREAbyRLX,d_HEFFbyRLX,saltFluxAdjust;
46    - remove ridging code from seaice_advdiff    - remove ridging code from seaice_advdiff
47    - 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
48      more readable (this is probably subjective)      more readable (this is probably subjective)
49    - 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
50      conditions in the correct category      conditions in the correct category

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

  ViewVC Help
Powered by ViewVC 1.1.22