/[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.1971 by mlosch, Wed Apr 2 15:58:54 2014 UTC revision 1.1993 by jmc, Mon May 12 03:37:11 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/seaice/seaice_growth:  o model/src: modifications relatd to atmosphere p*:
8      - Switch to more accurate p* coordinate slope term (calc_grad_phi_hyd.F)
9      - With p* or Sigma-P, use constant reference Pot.Temp (thetaConst) instead
10        of vertical profile tRef in geopotential background and anomaly.
11      - Acount for true p* correction in theta <-> T conversion in pkg/aim_v23
12        and pkg/atm_phys.
13      - Update FWD output of experiments: aim.5l_cs (x2), fizhi-cs-32x32x40,
14        fizhi-cs-aqualev20, fizhi-gridalt-hs, tutorial_held_suarez_cs, cpl_aim+ocn.
15    o pkg/seaice: fix a bug in seaice_prepare_ridging.F, forgot a sqrt
16    o pkg/ptracers: compute ptracer source/sink due to linear free surface.
17        not used right now, but can be used in BGC packages to fix conservation.
18    o pkg/dic, pkg/gchem: move tracer_meanarea to gchem, so it can be used by
19        other packages too.
20    o pkg/seaice/seaice_calc_ice_strength.F: replace SEAICE_rhoSnow by
21        SEAICE_rhoIce in the Rothrock (1975)-type strength calculations (bug fix)
22    o model/src:
23      - since we have several heat capacity (even in model/src), define "recip_Cp"
24        as local variable (no longer in common block) to avoid any confusion.
25      - add thetaConst in PARAMS.h (to be used with pStar or sigma-P coords).
26    o pkg/exf:
27      - from Jeff Scott: add option (#define EXF_CALC_ATMRHO) to calculate local
28        air density as function of air Temp, Humidity and atm pressure.
29    
30    checkpoint64w (2014/05/02)
31    o verification:
32      - update output_adm.txt files for experiment global_ocean.cs32x15 (seaice &
33        seaice_dynmix) and lab_sea (primary test & noseaicedyn): moving/changing
34        code from seaice_growth.F & seaice_advdiff.F to new ridging routines
35        seaice_reg_ridge.F seaice_do_ridging.F affects AD gradient
36        (down to 8-7 matching digits for global_ocean and 5-6 for lab_sea).
37    o model/src: for atmosphere in p* coords:
38      - store factor rStarFacC**atm_kappa (= pStarFacK) in common block
39      - implement more accurate p* coordinate slope term (in calc_grad_phi_hyd.F),
40        but not yet activated.
41    o pkg/seaice: fix restart problem for ITD with new ice strength parameterisation:
42      - move computation of opnWtrFrac = 1-AREA to before computing ice strength
43      - this changes the results (but not for any verification experiment, because
44        none tests this), but avoids having an extra field in the restart files
45    o pkg/seaice: remove global variable TICE (not needed)
46      - replace by TICES or local variable where necessary (cost_seaice_test,
47        seaice_diagnostics_state)
48      - move copying TICE to TICES from seaice_check_pickup to seaice_read_pickup
49      - use specific read/write routines for reading and writing individual leves
50        of a multilevel field
51    o pkg/ctrl & model/inc:
52      - move additional anomaly fields of control vars (related to options:
53         ALLOW_KAPGM_CONTROL, ALLOW_KAPREDI_CONTROL and ALLOW_BOTTOMDRAG_CONTROL)
54        from DYNVARS.h into new header file: CTRL_FIELDS.h
55    o pkg/seaice: some small modifications to the ridging code
56      - make fw2ObyRidge a global variable and add the freshwater flux to
57        seaice_growth
58      - pass actual thickness from seaice_prepare_ridging, so that it is
59        computed only in one place and compute it in the same way as in
60        seaice_growth
61      - initialise more fields in seaice_do_ridging that where cause floating
62        point exceptions over land
63    o pkg/seaice: preparations for ridging code and first real ridging code
64      - move most of "PART 1" of S/R seaice_growth into a new and separate
65        S/R seaice_reg_ridge that will both regularize the state variable after
66        advection call the actual ridging routine;
67      - requires to make 5 fields global fields: d_HEFFbyNEG,d_HSNWbyNEG,
68        d_AREAbyRLX,d_HEFFbyRLX,saltFluxAdjust;
69      - remove ridging code from seaice_advdiff
70      - clean up remaining part 1 of seaice_growth in an attempt to make it
71        more readable (this is probably subjective)
72      - call seaice_itd_redist once in the initialisation phase to have the initial
73        conditions in the correct category
74      - finally: add new ridging routine for ITD code
75    
76    checkpoint64v (2014/04/11)
77    o pkg/ecco:
78      - add runtime parameters mdt[start,end]date[1,2]
79      - rename variable "tpmean" as "mdt" and "topexmeanfile" as "mdtdatfile"
80    o pkg/seaice:
81      - make deltaC a global variable, so that it can be used in ridging code
82      - first step towards ridging: introduce new routines that compute
83        ice strength based on ridging parameters
84      - add diagnostic for HSNOWITD
85      - add opnWtrFrac as a global variable (required for ridging scheme)
86    o pkg/salt_plume + pkg/seaice/seaice_growth.F
87      - add SALT_PLUME_IN_LEADS flag to activate pkg/salt_plume only when ice
88        AREA exceeds a threshold (code contributed by I.Fenty in 2011)
89    o verification/hs94.1x64x5:
90      - leave ALLOW_AUTODIFF_TAMC undefined in code_oad/AUTODIFF_OPTIONS.h
91      - do not use ECCO_CPPOPTIONS.h anymore for TAF & OpenAD Adjoint tests.
92    o autodiff:
93      - Start to include explicitly AUTODIFF_OPTIONS.h, COST_OPTIONS.h,
94        and CTRL_OPTIONS.h in src files (to enable to skip the ECCO_CPPOPTIONS.h)
95        For now, only in pkgs used in verification/hs94.1x64x5.
96      - Replace ALLOW_AUTODIFF_TAMC by ALLOW_AUTODIFF (except for tape/storage
97        which are specific to TAF/TAMC).
98      - Replace ALLOW_AUTODIFF_OPENAD by ALLOW_OPENAD:
99        since ALLOW_OPENAD is defined in PACKAGES_CONFIG.h (any time pkg/openad
100        is compiled), this simplifies/reduces which *_OPTIONS.h file to include.
101      - OpenAD: change Makefile to generate the appropriate AD_CONFIG.h when
102        building mitgcmuv_ad (make adAll).
103    o pkg/ecco:
104      - cost_gencost_seaicev4.F:
105         reformulate proxy cost as function of sst and local param SEAICE_freeze
106         change cost names from siv4-[sst,vol] to siv4-[deconc,exconc]
107      - add stop statement if old names siv4-[sst,vol] are used
108      - add snapshots + cost reports for atmospheric longwave
109      - remove factor 0.1 in front of wtau[u,v]
110      - replace never used flag ALLOW_TMI_COST_CONTRIBUTION with
111         ALLOW_TMI_SST_COST_CONTRIBUTION
112    o pkg/atm_phys:
113      - add some diagnostics for Short-wave and for convection S/R.
114    o pkg/seaice/seaice_growth:
115    - fix a bug in the lateral melt parameterization for SEAICE_ITD    - fix a bug in the lateral melt parameterization for SEAICE_ITD
116      in seaice_growth; tempFrz needs to be computed inside the i/j-loop      in seaice_growth; tempFrz needs to be computed inside the i/j-loop
117    - rearrange loop order for better vector code in the same code block    - rearrange loop order for better vector code in the same code block
118    - rewrite the floeDiameter formula to have fewer divisions    - rewrite the floeDiameter formula to have fewer divisions
119    -  (miraculously) none of this changes the results of seaice_itd    -  (miraculously) none of this changes the results of seaice_itd
120    o pkg/smooth:
121      - move param smooth2Ddiffnbt to pkg/ecco
122    o pkg/salt_plume:
123      - salt_plume_frac.F:
124         clean up local param names
125         reformulate (1-frac) to frac; original 1-frac was based on swfrac code
126  o pkg/rw:  o pkg/rw:
127    - add RS version of S/R READ_MFLDS_LEV.    - add RS version of S/R READ_MFLDS_LEV.
128  o pkg/streamice:  o pkg/streamice:
# Line 47  o tools/adjoint_options: Line 160  o tools/adjoint_options:
160    - remove setting of "OPENAD=true" (now set by command line "genmake2 -oad")    - remove setting of "OPENAD=true" (now set by command line "genmake2 -oad")
161    
162  checkpoint64t (2014/02/01)  checkpoint64t (2014/02/01)
163    o pkg/ecco
164      - add compile flag ALLOW_GENCOST_TIMEVARY_WEIGHT in ECCO_OPTIONS.h and
165        runtime logical flag gencost_timevaryweight to read daily sea-ice sigma
166      - replace hard-coded record number and period which only work for monthly
167        with read-in runtime param that works for other periods (month,day,year)
168  o pkg/thsice  o pkg/thsice
169    - corrected store directive fixes thsice adjoint gradient checks    - corrected store directive fixes thsice adjoint gradient checks
170  o genmake2 & testreport:  o genmake2 & testreport:

Legend:
Removed from v.1.1971  
changed lines
  Added in v.1.1993

  ViewVC Help
Powered by ViewVC 1.1.22