/[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.1783 by mlosch, Mon Dec 17 15:38:59 2012 UTC revision 1.1819 by mlosch, Wed Feb 6 10:19:34 2013 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/layers: improve vectorization of layers_fluxcalc.F, step 1
8      - split loops, make TatU/V 2D arrays. This along reduces the cpu time spent
9        in this routine by more than a factor of 3 on an NEC-SX8
10    o pkg/ecco :
11      - add compile switches ALLOW_SHALLOW_ALTIMETRY and ALLOW_HIGHLAT_ALTIMETRY.
12    o model/src, pkg/autodiff, pkg/ctrl, pkg/grdchk :
13      - modifications for ALLOW_GENTIM2D_CONTROL
14      -- forward_step.F, the_main_loop.F : pass options and arrays for adjoint tapes.
15      -- load_fields_driver.F : add call to CTRL_MAP_GENTIM2D( myTime, myIter, myThid )
16      -- add xx_gentim2d0/1 in ctrl_ad_check_lev1_dir.h checkpoint_lev1_directives.h etc
17      -- use ctrl_swapffields.F (new) instead of exf_SwapFFields.F in ctrl_get_gen.F
18    o model/src:
19      - account for moist thermodynamics in (dry) potential temperature equation;
20        update results of experiments: aim.5l_cs (x2), fizhi-cs (std + aqualev)
21        and cpl_aim+ocn.
22      - also switch to standard compiler (gfortran, was using ifort previously)
23        for fizhi-cs experiments reference output.
24    o pkg/ctrl:
25      - 1st step toward generic time-varying control variable (2D) via CPP option
26        ALLOW_GENTIM2D_CONTROL
27      - note new namelist ctrl_nml_genarr in data.ctrl
28    o verification/global_ocean.cs32x15:
29      - switch off OLD_THSICE_CALL_SEQUENCE (both forward and AD code) to use new
30        thsice calling sequence and update "output.icedyn.txt" output file.
31    o pkg/ptracers:
32      - from Ryan A.: code to allow to restart a tracer at regular time interval
33        specifying a reset frequency and a reset-phase (for each tracers).
34    o pkg/thsice:
35      - implement new sequence of calls for thsice+seaice:
36          previously:   ice-Dyn,ice-Advect,ice-Thermo(thsice)
37          new sequence: ice-Thermo(thsice),ice-Dyn,ice-Advect
38      - allows (with temporary CPP option "#define OLD_THSICE_CALL_SEQUENCE"
39        in CPP_OPTIONS.h) to recover old sequence;
40      - update diagnostics for Intermediate State thsice diagnostics: now filled
41        just before advection (instead of just after advection in old sequence);
42      - update output of experiment offline_exf_seaice (standard test);
43      - in global_ocean.cs32x15 exp., postpone output.icedyn.txt update
44        by setting #define OLD_THSICE_CALL_SEQUENCE in CPP_OPTIONS.h
45    o pkg/aim_v23:
46      - use tiled array for aim_CO2 and surface wind speed for export to coupler;
47      - use standard pkg/mdsio routines to read & write CO2 pickup file;
48      - in-line S/R AIM_AIM2DYN_EXCHANGES in aim_do_physics.F;
49      - Implement new sequence of calls for seaice advection (with thsice and
50        seaice diffusion): do ice advection after ice-Thermodynamic (previously
51        was done before); change aim_do_physics.F (split the bi,bj loops block);
52      - use same CPP option (OLD_THSICE_CALL_SEQUENCE) to recover old sequence;
53    o pkg/thsice:
54      - add a missing EXCH of sIceLoad in thsice_main.F (ocean set-up) for the case
55        where just seaice diffusion is used without seaice-dynamics.
56    
57    checkpoint64c (2013/01/18)
58    o pkg/seaice:
59      - add a parameter JFNKres_tFac that can replace JFNKres_t
60        (= JFNKres_tFac*JFNKresidual before JFNK solver)
61      - add a line search option to the JFNK solver
62      - move update of u/vIce and computation of initial residual into a separate
63        routine (same file); makes the code a little easier to read (?)
64      - the line search requires computation of the residual and for some reason
65        I cannot do the update of u/vIce at the beginning of the Newton loop
66        without changing the results, so we move computation of the new residual
67        also to the end of the Newton loop, even without the line search
68    o pkg/mdsio:
69      - write missing value (corresponding to undefined array value) to meta files;
70        skip this if missing value is one (UNSET_RL would be a better value for the
71        case of undefined missing value but it's current the default missing-value);
72        Also update mdsio_read_meta.F (reading timeInterval & missing-value).
73    o pkg/exf & thsice:
74      - for diagnostics purpose, fill-up and update Qsw array (+ fill the
75        diagnostics) even when SHORTWAVE_HEATING is #undef;
76    o verification/cfc_example:
77      - turn on pkg/layers with pkg/diagnostics (to test pkg/layers and to
78        illustrate how to use it).
79    o verification/offline_exf_seaice:
80      in input: add SEAICErestoreUnderIce=.TRUE., and reduce size of forcing
81        files to only one time-record.
82      in input.thermo: narrow the 2 bands of low initial ice-concentration near
83        N & S edges; switch on SEAICErestoreUnderIce=T; use pkg/diagnostics for
84        snapshot output; same mcPheePiston value as in thsice with
85        surf-current=0.2m/s.
86      in input.thsice: similar set-up as in input.thermo (channel with same seaice
87        initial conditions).
88    o verification/cfc_example:
89      - update file "data" with more standard choice (default rotationPeriod,
90        exactConserv=T, reduce ivdc_kappa to 10, remove multiDimAdvection=F,
91        set deltaTFreeSurf to deltaTtracer) and update the output.
92    o pkg/layers:
93      - fix bolus part so that it compiles with #undef GM_BOLUS_ADVEC;
94      - ensure that "layers_bolus" is switched to False when useGMRedi=False.
95    o verification/offline_exf_seaice:
96      - set all {field}period to zero for constant-in-time forcing (not tested
97        anywhere else).
98    o verification/offline_exf_seaice:
99      - dyn_lsr  : use pkg/seaice S/R (instead of pkg/thsice) to advect sea-ice;
100      - dyn_jfnk : use pkg/thsice S/R (instead of pkg/seaice) to advect sea-ice.
101    o model/src:
102      - implement Finite-Volume method for (hydrostatic) presure gradient
103        from S.-J. Lin (QJRMS 1997), for atmosphere using sigma-coordinate.
104    o pkg/seaice: implement EVP* by Lemieux et al. (2012).
105      - In order to be compatible with the default EVP code, this requires changing
106        the EVP code around a little; and because any small change immediately
107        breaks the lab_sea.hb87 verification experiment, the reference output is
108        updated two times (each time the remaining aggrement was only 2 digits):
109        - after replacing 1/dt by 1*recip_dt with a precomputed recip_dt
110        - after replacing 1/(1+0.5*dt/tau) by a/(a+1), with a=2*tau/dt
111        The adjoint test lab_sea.evp also needed to be updated.
112      - Turn on EVP* by setting SEAICE_deltaTevp as before, and setting
113        SEAICEuseEVPstar=.true.; for EVP* SEAICE_deltaTevp does not need to be
114        a factor of SEAICE_deltaTdyn, and you can set the number of EVP steps
115        explicitly with SEAICEnEVPstarSteps (thereby overriding the default of
116        INT(SEAICE_deltaTdyn/SEAICE_deltaTevp)). Controlling EVP* is deliberately
117        kept obscure, because I need to test it a little more.
118    o pkg/cheapaml:
119      - fix few incorrect type (_RL/_RS) in subroutine calls.
120    o pkg/seaice:
121      - new S/R SEAICE_MAP_RS2VEC (similar to SEAICE_MAP2VEC) to map _RS arrays
122        to _RL vector; this fixes JFNK code when compiling with "-use_r4" option.
123    o model/src:
124      - add a warning if using select_rStar=2 with nonlinFreeSurf <> 4;
125        change (in input_ad*/data) select_rStar from 2 to 1 for AD verification
126        experiments global_ocean.cs32x15 & tutorial_tracer_adjsens (+ update output)
127    o pkg/cheapaml:
128      - replace "273.1 _d 0" by celsius2K in pkg/cheapaml/cheapaml.F and
129        update output of experiment cheapAML_box.
130      - store in CHEAPAML.h coeffs ssq[0:2] for saturation specific humidity,
131        and set them only in one place (cheapaml_readparms.F).
132      - replace "273.16 _d 0" by celsius2K & replace "3.14159 _d 0" by constant "PI"
133      - remove re-setting of main-model parameter "celsius2K" (in cheapaml_readparms)
134        and re-setting of cheapAML params "lath" & "p0" (in cheapaml_init_varia).
135    o model/src/the_main_loop.F:
136      - fix revision 129 : need both ALLOW_ECCO and ALLOW_ECCO_EVOLUTION.
137    o pkg/seaice:
138      - remove legacy branch code.
139      - retire SEAICE_GROWTH_LEGACY and SEAICE_CAP_HEFF accordingly.
140    o verification/*/code*/SEAICE_OPTIONS.h:
141      - remove documentation for retired CPP flags (SEAICE_GROWTH_LEGACY,
142        SEAICE_CAP_HEFF).
143    o pkg/cheapaml:
144      - use standard routine (S/R GET_PERIODIC_INTERVAL) to decide when it is time
145        to load new forcing fields.
146      - add missing "_d 0" where it's needed; + some editing (improve indentation).
147      - remove switch to "-r8" compiler option (no longer needed) in verification
148        cheapAML_box, keep same output (small trucation error differences).
149    o verification/offline_exf_seaice:
150      - add thermodynamics only test.
151    o verification/cheapAML_box:
152      - split the domain in 8 (2x4) tiles; add MPI and multi-threaded test;
153        keep same output (same 14 digits for cg2d).
154      - switch on "-r8" compiler option (some numerical values are missing
155        the "_d 0") and update output (only 6 digits for cg2d were preserved).
156    
157    checkpoint64b (2012/12/24)
158    o pkg/cheapaml:
159      - remove un-used variables (Qnet,EmPmR) from pickup files.
160      - store tendency of advected variables into cheapaml pickup file
161        and fix the AB-2 restart.
162    o verification/offline_exf_seaice and lab_sea adjoint:
163      - switch to new code (#undef SEAICE_GROWTH_LEGACY).
164      - switch to 4 time steps in offline, consistent with lab_sea.
165      - match parameters from SEAICE_GROWTH_LEGACY branch in data.seaice.
166      - update results after change of experiment seaice.
167    o pkg/seaice:
168      - remove option SEAICE_MULTICATEGORY; has been replaced with run-time
169        parameter SEAICE_multDim. Issue a warning if SEAICE_MULTICATEGORY is
170        still defined since SEAICE_multDim needs to be set to MULTDIM value (from
171        SEAICE_SIZE.h) to recover previous #define SEAICE_MULTICATEGORY default.
172    o model/src:
173      - add run-time parameter to select CG2D solver minimum-residual solution
174        (in case of a poor convergence).
175    o pkg/seaice/seaice_lsr.F
176      - move calculation of matrix coefficients into new
177        S/R SEAICE_CALC_LSR_COEFFS; for now this routine remains in the same
178        file; the main purpose of this change is to be able to reuse the code
179        in S/R SEAICE_PRECONDITIONER
180      - modify the computation of the residual so that the mass of sea-ice
181        is not used twice; this simplifies the calculations, but since
182        the residual is never used except when LSR_mixIniGuess.ge.4---and this is
183        not tested in testreport---this does not affect the testreport results.
184    o verification/seaice_obcs:
185      - disable SEAICE_GROWTH_LEGACY; reset input files to match those of
186        verification/lab_sea/input.salt_plume; changes results/output.txt*
187    o model/src:
188      - adapt quasi-hydrostatic formulation to work with p or p* coordinate.
189  o pkg/seaice:  o pkg/seaice:
190    - improve description of parameters in seaice_fgmres.F and start    - improve description of parameters in seaice_fgmres.F and start
191      cleaning up the code      cleaning up the code
192    - change name of SCALPROD to SEAICE_SCALPROD and modify meaning of    - change name of SCALPROD to SEAICE_SCALPROD and modify meaning of
193      second argument      second argument
194    - add a metric based on grid cell area to SEAICE_SCALPROD; update    - add a metric based on grid cell area to SEAICE_SCALPROD; update
195      results of offline_exf_seaice.dyn_jfnk      results of offline_exf_seaice.dyn_jfnk
# Line 30  o pkg/seaice: Line 212  o pkg/seaice:
212    - add a verification experiment for JFNK in offline_exf_seaice    - add a verification experiment for JFNK in offline_exf_seaice
213  o verification:  o verification:
214    - change (for now, only fwd test) offline_exf_seaice experiment:    - change (for now, only fwd test) offline_exf_seaice experiment:
215      use a re-entrant channel with idealized costline (trapezoidal shape)      use a re-entrant channel with idealized coastline (trapezoidal shape)
216      at southern boundary to explore seaice dynamics and thermodynamics      at southern boundary to explore seaice dynamics and thermodynamics
217      with simple forcing. Main set-up has dynamics+thermo and SST relaxation;      with simple forcing. Main set-up has dynamics+thermo and SST relaxation;
218      secondary test (input.thsice) use thermodynamics only with SST relaxation.      secondary test (input.thsice) use thermodynamics only with SST relaxation.

Legend:
Removed from v.1.1783  
changed lines
  Added in v.1.1819

  ViewVC Help
Powered by ViewVC 1.1.22