/[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.2014 by mlosch, Fri Jun 27 14:49:22 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
8      - remove unnecessary u/vTmp from subroutine call of
9        seaice_lsr_tridiagu/v
10      - remove some store directives and add new ones in an effort to get
11        finally rid off the recomputation warnings. This is successful
12        when SEAICE_VECTORIZE_LSR ***and*** SEAICE_LSR_ADJOINT_ITER are
13        defined (i.e. no extensive recomputation warnings left), but there
14        are still too many recomputations on the solver iteration level
15      - define SEAICE_VECTORISZE_LSR in offline_exf_seaice/code_ad/SEAICE_OPTIONS.h
16      - move definition of MPSEUDOTIMESTEPS into TAMC-block in
17        SEAICE_SIZE.h
18      - add a store directive in S/R seaice_calc_viscosities
19    o pkg/seaice (ITD code):
20      - fix definition of Hlimit for multi-threaded case
21      - use double precision arithmetic to compute Hlimit: this affects results;
22        update output of experiment seaice_itd.
23    o replace content of verification/seaice_itd
24      - instead of a 1D column use the configuration of offline_exf_seaice
25        to test the ice thickness distribution code with ridging
26      - this is a first shot at this experiment
27      - change of some defaults of ridging parameters SEAICEhStar (from
28        100 to 25) and SEAICEmuRidging (from 5 to 3) in seaice_readparms.F
29        and lot of new comments.
30    
31    checkpoint64y (2014/06/20)
32    o pkg/seaice/seaice_reg_ridge.F:
33      - modify the regularization of very small volumes of ice; only check
34        total volume HEFF, and do not apply correction to individual ice
35        classes because that leads to funny patterns in the heat and fw-fluxes
36        into the ocean. Adjust seaice_itd/results/output.txt
37      - replace nITD by SEAICE_multDim in loop-ranges
38    o pkg/exf:
39      - add code to process the case field period = -12. with UV interpolation.
40      - move debug print (formerly active when exf_verbose=T) from EXF_getFFieldRec
41        into S/R that calls it (i.e., exf_set_gen.F, exf_set_uv.F & obcs_exf_load.F)
42    o verification/global_with_exf:
43      - switch all fields period to -12. (was previously untested) in input/data.exf
44        (but keep secondary test ".yearly" unchanged); update the reference output.
45    o pkg/cal:
46      - new calendar type "noLeapYear" for 365 days calendar without any leap year.
47    o pkg/exf:
48      - new integer parameter "exf_debugLev" (default set to main model debugLevel)
49        to replace logical switch "exf_verbose"
50      - report in STDOUT when loading a new record (if exf_debugLev >= 3)
51    o pkg/sbo:
52      - update from Katherine Quinn: evaluate mass directly from density and SSH
53        (budget using Finite Volume method) instead of from bottom pressure.
54      - allow testreport to collect few selected SBO output ; tested in exp.
55        global_ocean.90x40x15 (after updating the results, to include SBO output).
56      - fix some multi-threading issues (in output part).
57    o model/src & most packages:
58      - always call {PKG}_READPARMS even if corresponding use{PKG}=F;
59      - in {PKG}_READPARMS, in case use{PKG}=F: add a call to new S/R
60        PACKAGES_UNUSED_MSG to print a weak warning when parameter file
61        "data.{pkg}" exist ; and leave the S/R (return) just after.
62      - more standard LAND pkg interface (land_init_fixed.F, land_check.F).
63        + call LAND_READPARMS from packages_readparms.F
64    o pkg/seaice:
65      - remove code that resets useThSice in S/R seaice_readparms and
66        replace it by a warning in S/R seaice_check
67      - remove parameter MULTDIM, replace with nITD and runtime
68        parameter SEAICE_multDim (still hard-wired to nITD if
69        SEAICE_ITD is defined)
70    
71    checkpoint64x (2014/05/24)
72    o verification/lab_sea:
73      - update adjoint and TLM output following changes to pkg/salt_plume
74      - un-do the update after putting back local recip_Cp in few places.
75    o pkg/salt_plume: modifications by An Nguyen:
76      - add capability to do brine rejection (salt-plume) as function of
77        volume+tracers (instead of only salinity tracer).
78      - conserve volume by exchanging volume from each kLev to above to
79        accommodate in-coming brine volume
80      - store surface and klev exchanged fraction + volume in 4 new 3-d arrays
81      - switch KPP surf buoyancy due to brine forcing to 3-d
82        (3 more 3-d arrays, 2 for SPforcing[T,S], 1 for boplume)
83      - add salt_plume_volfrac, salt_plume_apply, salt_plume_tendency_apply_t
84      - unrelatedly, also add ad-hoc capability to vary salt_plume scheme
85        in East/West Arctic.
86    o pkg/sbo:
87      - incorporate modifications from Katherine Quinn to enable the use of sbo
88        pkg in ECCO-v4 set-up ; remove SBO-TimeAve output ; add monitor-like
89        output for future testreport verification (unfinished).
90    o pkg/atm_phys:
91      - change diagnostics (AtPh_Trf & AtPh_Qrf) of DARGAN_BETTSMILLER S/R:
92        skip the reseting of t_ref & q_ref to initial t & q ; this preserve the
93        output of S/R CAPECALCNEW (Parcel temp & q) for diagnostics.
94    o pkg/seaice
95      seaice_calc_ice_strength.F: modify expression to avoid divisions
96        (affects truncation)
97      seaice_do_ridging.F: clean up the insectarium
98      - fix a bug that was compensated by areaScaling (-> remove areaScaling code)
99      - added SEAICEsnowFracRidge to redistributed snow (2nd bug)
100      - set closing/openingRate to zero where no extra iteration is need (3rd bug)
101      - add some debugging information and error messages (warnings)
102    o model/src: modifications relatd to atmosphere p*:
103      - Switch to more accurate p* coordinate slope term (calc_grad_phi_hyd.F)
104      - With p* or Sigma-P, use constant reference Pot.Temp (thetaConst) instead
105        of vertical profile tRef in geopotential background and anomaly.
106      - Acount for true p* correction in theta <-> T conversion in pkg/aim_v23
107        and pkg/atm_phys.
108      - Update FWD output of experiments: aim.5l_cs (x2), fizhi-cs-32x32x40,
109        fizhi-cs-aqualev20, fizhi-gridalt-hs, tutorial_held_suarez_cs, cpl_aim+ocn.
110    o pkg/seaice: fix a bug in seaice_prepare_ridging.F, forgot a sqrt
111    o pkg/ptracers: compute ptracer source/sink due to linear free surface.
112        not used right now, but can be used in BGC packages to fix conservation.
113    o pkg/dic, pkg/gchem: move tracer_meanarea to gchem, so it can be used by
114        other packages too.
115    o pkg/seaice/seaice_calc_ice_strength.F: replace SEAICE_rhoSnow by
116        SEAICE_rhoIce in the Rothrock (1975)-type strength calculations (bug fix)
117    o model/src:
118      - since we have several heat capacity (even in model/src), define "recip_Cp"
119        as local variable (no longer in common block) to avoid any confusion.
120      - add thetaConst in PARAMS.h (to be used with pStar or sigma-P coords).
121    o pkg/exf:
122      - from Jeff Scott: add option (#define EXF_CALC_ATMRHO) to calculate local
123        air density as function of air Temp, Humidity and atm pressure.
124    
125    checkpoint64w (2014/05/02)
126    o verification:
127      - update output_adm.txt files for experiment global_ocean.cs32x15 (seaice &
128        seaice_dynmix) and lab_sea (primary test & noseaicedyn): moving/changing
129        code from seaice_growth.F & seaice_advdiff.F to new ridging routines
130        seaice_reg_ridge.F seaice_do_ridging.F affects AD gradient
131        (down to 8-7 matching digits for global_ocean and 5-6 for lab_sea).
132    o model/src: for atmosphere in p* coords:
133      - store factor rStarFacC**atm_kappa (= pStarFacK) in common block
134      - implement more accurate p* coordinate slope term (in calc_grad_phi_hyd.F),
135        but not yet activated.
136    o pkg/seaice: fix restart problem for ITD with new ice strength parameterisation:
137      - move computation of opnWtrFrac = 1-AREA to before computing ice strength
138      - this changes the results (but not for any verification experiment, because
139        none tests this), but avoids having an extra field in the restart files
140    o pkg/seaice: remove global variable TICE (not needed)
141      - replace by TICES or local variable where necessary (cost_seaice_test,
142        seaice_diagnostics_state)
143      - move copying TICE to TICES from seaice_check_pickup to seaice_read_pickup
144      - use specific read/write routines for reading and writing individual leves
145        of a multilevel field
146    o pkg/ctrl & model/inc:
147      - move additional anomaly fields of control vars (related to options:
148         ALLOW_KAPGM_CONTROL, ALLOW_KAPREDI_CONTROL and ALLOW_BOTTOMDRAG_CONTROL)
149        from DYNVARS.h into new header file: CTRL_FIELDS.h
150    o pkg/seaice: some small modifications to the ridging code
151      - make fw2ObyRidge a global variable and add the freshwater flux to
152        seaice_growth
153      - pass actual thickness from seaice_prepare_ridging, so that it is
154        computed only in one place and compute it in the same way as in
155        seaice_growth
156      - initialise more fields in seaice_do_ridging that where cause floating
157        point exceptions over land
158  o pkg/seaice: preparations for ridging code and first real ridging code  o pkg/seaice: preparations for ridging code and first real ridging code
159    - 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
160      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
161      advection call the actual ridging routine;      advection call the actual ridging routine;
162    - requires to make 5 fields global fields: d_HEFFbyNEG,d_HSNWbyNEG,    - requires to make 5 fields global fields: d_HEFFbyNEG,d_HSNWbyNEG,
163      d_AREAbyRLX,d_HEFFbyRLX,saltFluxAdjust;      d_AREAbyRLX,d_HEFFbyRLX,saltFluxAdjust;
164    - remove ridging code from seaice_advdiff    - remove ridging code from seaice_advdiff
165    - 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
166      more readable (this is probably subjective)      more readable (this is probably subjective)
167    - 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
168      conditions in the correct category      conditions in the correct category

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

  ViewVC Help
Powered by ViewVC 1.1.22