/[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.1964 by jmc, Thu Feb 6 01:34:01 2014 UTC revision 1.2002 by jmc, Wed May 28 23:14:38 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 model/src & most packages:
8      - always call {PKG}_READPARMS even if corresponding use{PKG}=F;
9      - in {PKG}_READPARMS, in case use{PKG}=F: add a call to new S/R
10        PACKAGES_UNUSED_MSG to print a weak warning when parameter file
11        "data.{pkg}" exist ; and leave the S/R (return) just after.
12      - more standard LAND pkg interface (land_init_fixed.F, land_check.F).
13        + call LAND_READPARMS from packages_readparms.F
14    o pkg/seaice:
15      - remove code that resets useThSice in S/R seaice_readparms and
16        replace by a warning in S/R seaice_check
17      - remove parameter MULTDIM, replace with nITD and runtime
18        parameter SEAICE_multDim (still hard-wired to nITD if
19        SEAICE_ITD is defined)
20    
21    checkpoint64x (2014/05/24)
22    o verification/lab_sea:
23      - update adjoint and TLM output following changes to pkg/salt_plume
24      - un-do the update after putting back local recip_Cp in few places.
25    o pkg/salt_plume: modifications by An Nguyen:
26      - add capability to do brine rejection (salt-plume) as function of
27        volume+tracers (instead of only salinity tracer).
28      - conserve volume by exchanging volume from each kLev to above to
29        accommodate in-coming brine volume
30      - store surface and klev exchanged fraction + volume in 4 new 3-d arrays
31      - switch KPP surf buoyancy due to brine forcing to 3-d
32        (3 more 3-d arrays, 2 for SPforcing[T,S], 1 for boplume)
33      - add salt_plume_volfrac, salt_plume_apply, salt_plume_tendency_apply_t
34      - unrelatedly, also add ad-hoc capability to vary salt_plume scheme
35        in East/West Arctic.
36    o pkg/sbo:
37      - incorporate modifications from Katherine Quinn to enable the use of sbo
38        pkg in ECCO-v4 set-up ; remove SBO-TimeAve output ; add monitor-like
39        output for future testreport verification (unfinished).
40    o pkg/atm_phys:
41      - change diagnostics (AtPh_Trf & AtPh_Qrf) of DARGAN_BETTSMILLER S/R:
42        skip the reseting of t_ref & q_ref to initial t & q ; this preserve the
43        output of S/R CAPECALCNEW (Parcel temp & q) for diagnostics.
44    o pkg/seaice
45      seaice_calc_ice_strength.F: modify expression to avoid divisions
46        (affects truncation)
47      seaice_do_ridging.F: clean up the insectarium
48      - fix a bug that was compensated by areaScaling (-> remove areaScaling code)
49      - added SEAICEsnowFracRidge to redistributed snow (2nd bug)
50      - set closing/openingRate to zero where no extra iteration is need (3rd bug)
51      - add some debugging information and error messages (warnings)
52    o model/src: modifications relatd to atmosphere p*:
53      - Switch to more accurate p* coordinate slope term (calc_grad_phi_hyd.F)
54      - With p* or Sigma-P, use constant reference Pot.Temp (thetaConst) instead
55        of vertical profile tRef in geopotential background and anomaly.
56      - Acount for true p* correction in theta <-> T conversion in pkg/aim_v23
57        and pkg/atm_phys.
58      - Update FWD output of experiments: aim.5l_cs (x2), fizhi-cs-32x32x40,
59        fizhi-cs-aqualev20, fizhi-gridalt-hs, tutorial_held_suarez_cs, cpl_aim+ocn.
60    o pkg/seaice: fix a bug in seaice_prepare_ridging.F, forgot a sqrt
61    o pkg/ptracers: compute ptracer source/sink due to linear free surface.
62        not used right now, but can be used in BGC packages to fix conservation.
63    o pkg/dic, pkg/gchem: move tracer_meanarea to gchem, so it can be used by
64        other packages too.
65    o pkg/seaice/seaice_calc_ice_strength.F: replace SEAICE_rhoSnow by
66        SEAICE_rhoIce in the Rothrock (1975)-type strength calculations (bug fix)
67    o model/src:
68      - since we have several heat capacity (even in model/src), define "recip_Cp"
69        as local variable (no longer in common block) to avoid any confusion.
70      - add thetaConst in PARAMS.h (to be used with pStar or sigma-P coords).
71    o pkg/exf:
72      - from Jeff Scott: add option (#define EXF_CALC_ATMRHO) to calculate local
73        air density as function of air Temp, Humidity and atm pressure.
74    
75    checkpoint64w (2014/05/02)
76    o verification:
77      - update output_adm.txt files for experiment global_ocean.cs32x15 (seaice &
78        seaice_dynmix) and lab_sea (primary test & noseaicedyn): moving/changing
79        code from seaice_growth.F & seaice_advdiff.F to new ridging routines
80        seaice_reg_ridge.F seaice_do_ridging.F affects AD gradient
81        (down to 8-7 matching digits for global_ocean and 5-6 for lab_sea).
82    o model/src: for atmosphere in p* coords:
83      - store factor rStarFacC**atm_kappa (= pStarFacK) in common block
84      - implement more accurate p* coordinate slope term (in calc_grad_phi_hyd.F),
85        but not yet activated.
86    o pkg/seaice: fix restart problem for ITD with new ice strength parameterisation:
87      - move computation of opnWtrFrac = 1-AREA to before computing ice strength
88      - this changes the results (but not for any verification experiment, because
89        none tests this), but avoids having an extra field in the restart files
90    o pkg/seaice: remove global variable TICE (not needed)
91      - replace by TICES or local variable where necessary (cost_seaice_test,
92        seaice_diagnostics_state)
93      - move copying TICE to TICES from seaice_check_pickup to seaice_read_pickup
94      - use specific read/write routines for reading and writing individual leves
95        of a multilevel field
96    o pkg/ctrl & model/inc:
97      - move additional anomaly fields of control vars (related to options:
98         ALLOW_KAPGM_CONTROL, ALLOW_KAPREDI_CONTROL and ALLOW_BOTTOMDRAG_CONTROL)
99        from DYNVARS.h into new header file: CTRL_FIELDS.h
100    o pkg/seaice: some small modifications to the ridging code
101      - make fw2ObyRidge a global variable and add the freshwater flux to
102        seaice_growth
103      - pass actual thickness from seaice_prepare_ridging, so that it is
104        computed only in one place and compute it in the same way as in
105        seaice_growth
106      - initialise more fields in seaice_do_ridging that where cause floating
107        point exceptions over land
108    o pkg/seaice: preparations for ridging code and first real ridging code
109      - move most of "PART 1" of S/R seaice_growth into a new and separate
110        S/R seaice_reg_ridge that will both regularize the state variable after
111        advection call the actual ridging routine;
112      - requires to make 5 fields global fields: d_HEFFbyNEG,d_HSNWbyNEG,
113        d_AREAbyRLX,d_HEFFbyRLX,saltFluxAdjust;
114      - remove ridging code from seaice_advdiff
115      - clean up remaining part 1 of seaice_growth in an attempt to make it
116        more readable (this is probably subjective)
117      - call seaice_itd_redist once in the initialisation phase to have the initial
118        conditions in the correct category
119      - finally: add new ridging routine for ITD code
120    
121    checkpoint64v (2014/04/11)
122    o pkg/ecco:
123      - add runtime parameters mdt[start,end]date[1,2]
124      - rename variable "tpmean" as "mdt" and "topexmeanfile" as "mdtdatfile"
125    o pkg/seaice:
126      - make deltaC a global variable, so that it can be used in ridging code
127      - first step towards ridging: introduce new routines that compute
128        ice strength based on ridging parameters
129      - add diagnostic for HSNOWITD
130      - add opnWtrFrac as a global variable (required for ridging scheme)
131    o pkg/salt_plume + pkg/seaice/seaice_growth.F
132      - add SALT_PLUME_IN_LEADS flag to activate pkg/salt_plume only when ice
133        AREA exceeds a threshold (code contributed by I.Fenty in 2011)
134    o verification/hs94.1x64x5:
135      - leave ALLOW_AUTODIFF_TAMC undefined in code_oad/AUTODIFF_OPTIONS.h
136      - do not use ECCO_CPPOPTIONS.h anymore for TAF & OpenAD Adjoint tests.
137    o autodiff:
138      - Start to include explicitly AUTODIFF_OPTIONS.h, COST_OPTIONS.h,
139        and CTRL_OPTIONS.h in src files (to enable to skip the ECCO_CPPOPTIONS.h)
140        For now, only in pkgs used in verification/hs94.1x64x5.
141      - Replace ALLOW_AUTODIFF_TAMC by ALLOW_AUTODIFF (except for tape/storage
142        which are specific to TAF/TAMC).
143      - Replace ALLOW_AUTODIFF_OPENAD by ALLOW_OPENAD:
144        since ALLOW_OPENAD is defined in PACKAGES_CONFIG.h (any time pkg/openad
145        is compiled), this simplifies/reduces which *_OPTIONS.h file to include.
146      - OpenAD: change Makefile to generate the appropriate AD_CONFIG.h when
147        building mitgcmuv_ad (make adAll).
148    o pkg/ecco:
149      - cost_gencost_seaicev4.F:
150         reformulate proxy cost as function of sst and local param SEAICE_freeze
151         change cost names from siv4-[sst,vol] to siv4-[deconc,exconc]
152      - add stop statement if old names siv4-[sst,vol] are used
153      - add snapshots + cost reports for atmospheric longwave
154      - remove factor 0.1 in front of wtau[u,v]
155      - replace never used flag ALLOW_TMI_COST_CONTRIBUTION with
156         ALLOW_TMI_SST_COST_CONTRIBUTION
157    o pkg/atm_phys:
158      - add some diagnostics for Short-wave and for convection S/R.
159    o pkg/seaice/seaice_growth:
160      - fix a bug in the lateral melt parameterization for SEAICE_ITD
161        in seaice_growth; tempFrz needs to be computed inside the i/j-loop
162      - rearrange loop order for better vector code in the same code block
163      - rewrite the floeDiameter formula to have fewer divisions
164      -  (miraculously) none of this changes the results of seaice_itd
165    o pkg/smooth:
166      - move param smooth2Ddiffnbt to pkg/ecco
167    o pkg/salt_plume:
168      - salt_plume_frac.F:
169         clean up local param names
170         reformulate (1-frac) to frac; original 1-frac was based on swfrac code
171    o pkg/rw:
172      - add RS version of S/R READ_MFLDS_LEV.
173    o pkg/streamice:
174      - fix the restart test by writing/reading pickup_streamice files.
175    o pkg/seaice:
176      - refine checks for jfnk-related parameters
177      - comment out if statement with SEAICEuseIMEX parameter as long as there
178        is no IMEX code to avoid confusion and surprises
179    
180    checkpoint64u (2014/03/07)
181    o verification/MLAdjust:
182      - rename secondary test suffix:
183         1.leith  -> A4FlxF  + switch to flux-form & add side-drag
184         0.leithD -> AhFlxF  + switch to flux-form
185         0.smag   -> AhVrDv  (use Vorticity-Div. visc form) + add side-drag
186         0.leith  -> AhStTn  (use Strain-Tension visc form) + add side-drag
187    o pkg/mom_vecinv:
188      - remove unused arguments from S/R MOM_VI_HDISSIP & MOM_HDISSIP (as it used
189        to be before mom_calc_visc.F)
190      - skip the call to MOM_CALC_TENSION & MOM_CALC_STRAIN if not needed.
191      - add 2nd copy of vort3 & strain that knows about lateral BC (free/no slip):
192        this is simpler for the adjoint and for diagnostics.
193    o model/src + pkg/momentum:
194      - add input files for  2-D additional Western and Southern cell-edge wall
195         (e.g., to add "thin-wall" where it is =1).
196      - fix sideDrag option for thin-walls with Non-Lin Free-Surf
197        using 2nd hFacZ that is computed from initial (fix domain) hFac
198      - known limitations of thin wall implementation: not yet coded for sigma
199        coords; not working with CD-scheme neither.
200  o pkg/seaice:  o pkg/seaice:
201    - rename recently introduced parameters from (wrong name) AB to    - rename recently introduced parameters from (wrong name) AB to
202      BDF (backward difference time discretisation)      BDF (backward difference time discretisation)
# Line 12  o tools/adjoint_options: Line 205  o tools/adjoint_options:
205    - remove setting of "OPENAD=true" (now set by command line "genmake2 -oad")    - remove setting of "OPENAD=true" (now set by command line "genmake2 -oad")
206    
207  checkpoint64t (2014/02/01)  checkpoint64t (2014/02/01)
208    o pkg/ecco
209      - add compile flag ALLOW_GENCOST_TIMEVARY_WEIGHT in ECCO_OPTIONS.h and
210        runtime logical flag gencost_timevaryweight to read daily sea-ice sigma
211      - replace hard-coded record number and period which only work for monthly
212        with read-in runtime param that works for other periods (month,day,year)
213  o pkg/thsice  o pkg/thsice
214    - corrected store directive fixes thsice adjoint gradient checks    - corrected store directive fixes thsice adjoint gradient checks
215  o genmake2 & testreport:  o genmake2 & testreport:

Legend:
Removed from v.1.1964  
changed lines
  Added in v.1.2002

  ViewVC Help
Powered by ViewVC 1.1.22