/[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.1792 by gforget, Thu Dec 27 14:16:49 2012 UTC revision 1.1817 by jmc, Sun Feb 3 23:40:11 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 verification/offline_exf_seaice :  o model/src:
8      - account for moist thermodynamics in (dry) potential temperature equation;
9        update results of experiments: aim.5l_cs (x2), fizhi-cs (std + aqualev)
10        and cpl_aim+ocn.
11      - also switch to standard compiler (gfortran, was using ifort previously)
12        for fizhi-cs experiments reference output.
13    o pkg/ctrl:
14      - 1st step toward generic time-varying control variable (2D) via CPP option
15        ALLOW_GENTIM2D_CONTROL
16      - note new namelist ctrl_nml_genarr in data.ctrl
17    o verification/global_ocean.cs32x15:
18      - switch off OLD_THSICE_CALL_SEQUENCE (both forward and AD code) to use new
19        thsice calling sequence and update "output.icedyn.txt" output file.
20    o pkg/ptracers:
21      - from Ryan A.: code to allow to restart a tracer at regular time interval
22        specifying a reset frequency and a reset-phase (for each tracers).
23    o pkg/thsice:
24      - implement new sequence of calls for thsice+seaice:
25          previously:   ice-Dyn,ice-Advect,ice-Thermo(thsice)
26          new sequence: ice-Thermo(thsice),ice-Dyn,ice-Advect
27      - allows (with temporary CPP option "#define OLD_THSICE_CALL_SEQUENCE"
28        in CPP_OPTIONS.h) to recover old sequence;
29      - update diagnostics for Intermediate State thsice diagnostics: now filled
30        just before advection (instead of just after advection in old sequence);
31      - update output of experiment offline_exf_seaice (standard test);
32      - in global_ocean.cs32x15 exp., postpone output.icedyn.txt update
33        by setting #define OLD_THSICE_CALL_SEQUENCE in CPP_OPTIONS.h
34    o pkg/aim_v23:
35      - use tiled array for aim_CO2 and surface wind speed for export to coupler;
36      - use standard pkg/mdsio routines to read & write CO2 pickup file;
37      - in-line S/R AIM_AIM2DYN_EXCHANGES in aim_do_physics.F;
38      - Implement new sequence of calls for seaice advection (with thsice and
39        seaice diffusion): do ice advection after ice-Thermodynamic (previously
40        was done before); change aim_do_physics.F (split the bi,bj loops block);
41      - use same CPP option (OLD_THSICE_CALL_SEQUENCE) to recover old sequence;
42    o pkg/thsice:
43      - add a missing EXCH of sIceLoad in thsice_main.F (ocean set-up) for the case
44        where just seaice diffusion is used without seaice-dynamics.
45    
46    checkpoint64c (2013/01/18)
47    o pkg/seaice:
48      - add a parameter JFNKres_tFac that can replace JFNKres_t
49        (= JFNKres_tFac*JFNKresidual before JFNK solver)
50      - add a line search option to the JFNK solver
51      - move update of u/vIce and computation of initial residual into a separate
52        routine (same file); makes the code a little easier to read (?)
53      - the line search requires computation of the residual and for some reason
54        I cannot do the update of u/vIce at the beginning of the Newton loop
55        without changing the results, so we move computation of the new residual
56        also to the end of the Newton loop, even without the line search
57    o pkg/mdsio:
58      - write missing value (corresponding to undefined array value) to meta files;
59        skip this if missing value is one (UNSET_RL would be a better value for the
60        case of undefined missing value but it's current the default missing-value);
61        Also update mdsio_read_meta.F (reading timeInterval & missing-value).
62    o pkg/exf & thsice:
63      - for diagnostics purpose, fill-up and update Qsw array (+ fill the
64        diagnostics) even when SHORTWAVE_HEATING is #undef;
65    o verification/cfc_example:
66      - turn on pkg/layers with pkg/diagnostics (to test pkg/layers and to
67        illustrate how to use it).
68    o verification/offline_exf_seaice:
69      in input: add SEAICErestoreUnderIce=.TRUE., and reduce size of forcing
70        files to only one time-record.
71      in input.thermo: narrow the 2 bands of low initial ice-concentration near
72        N & S edges; switch on SEAICErestoreUnderIce=T; use pkg/diagnostics for
73        snapshot output; same mcPheePiston value as in thsice with
74        surf-current=0.2m/s.
75      in input.thsice: similar set-up as in input.thermo (channel with same seaice
76        initial conditions).
77    o verification/cfc_example:
78      - update file "data" with more standard choice (default rotationPeriod,
79        exactConserv=T, reduce ivdc_kappa to 10, remove multiDimAdvection=F,
80        set deltaTFreeSurf to deltaTtracer) and update the output.
81    o pkg/layers:
82      - fix bolus part so that it compiles with #undef GM_BOLUS_ADVEC;
83      - ensure that "layers_bolus" is switched to False when useGMRedi=False.
84    o verification/offline_exf_seaice:
85      - set all {field}period to zero for constant-in-time forcing (not tested
86        anywhere else).
87    o verification/offline_exf_seaice:
88      - dyn_lsr  : use pkg/seaice S/R (instead of pkg/thsice) to advect sea-ice;
89      - dyn_jfnk : use pkg/thsice S/R (instead of pkg/seaice) to advect sea-ice.
90    o model/src:
91      - implement Finite-Volume method for (hydrostatic) presure gradient
92        from S.-J. Lin (QJRMS 1997), for atmosphere using sigma-coordinate.
93    o pkg/seaice: implement EVP* by Lemieux et al. (2012).
94      - In order to be compatible with the default EVP code, this requires changing
95        the EVP code around a little; and because any small change immediately
96        breaks the lab_sea.hb87 verification experiment, the reference output is
97        updated two times (each time the remaining aggrement was only 2 digits):
98        - after replacing 1/dt by 1*recip_dt with a precomputed recip_dt
99        - after replacing 1/(1+0.5*dt/tau) by a/(a+1), with a=2*tau/dt
100        The adjoint test lab_sea.evp also needed to be updated.
101      - Turn on EVP* by setting SEAICE_deltaTevp as before, and setting
102        SEAICEuseEVPstar=.true.; for EVP* SEAICE_deltaTevp does not need to be
103        a factor of SEAICE_deltaTdyn, and you can set the number of EVP steps
104        explicitly with SEAICEnEVPstarSteps (thereby overriding the default of
105        INT(SEAICE_deltaTdyn/SEAICE_deltaTevp)). Controlling EVP* is deliberately
106        kept obscure, because I need to test it a little more.
107    o pkg/cheapaml:
108      - fix few incorrect type (_RL/_RS) in subroutine calls.
109    o pkg/seaice:
110      - new S/R SEAICE_MAP_RS2VEC (similar to SEAICE_MAP2VEC) to map _RS arrays
111        to _RL vector; this fixes JFNK code when compiling with "-use_r4" option.
112    o model/src:
113      - add a warning if using select_rStar=2 with nonlinFreeSurf <> 4;
114        change (in input_ad*/data) select_rStar from 2 to 1 for AD verification
115        experiments global_ocean.cs32x15 & tutorial_tracer_adjsens (+ update output)
116    o pkg/cheapaml:
117      - replace "273.1 _d 0" by celsius2K in pkg/cheapaml/cheapaml.F and
118        update output of experiment cheapAML_box.
119      - store in CHEAPAML.h coeffs ssq[0:2] for saturation specific humidity,
120        and set them only in one place (cheapaml_readparms.F).
121      - replace "273.16 _d 0" by celsius2K & replace "3.14159 _d 0" by constant "PI"
122      - remove re-setting of main-model parameter "celsius2K" (in cheapaml_readparms)
123        and re-setting of cheapAML params "lath" & "p0" (in cheapaml_init_varia).
124    o model/src/the_main_loop.F:
125      - fix revision 129 : need both ALLOW_ECCO and ALLOW_ECCO_EVOLUTION.
126    o pkg/seaice:
127      - remove legacy branch code.
128      - retire SEAICE_GROWTH_LEGACY and SEAICE_CAP_HEFF accordingly.
129    o verification/*/code*/SEAICE_OPTIONS.h:
130      - remove documentation for retired CPP flags (SEAICE_GROWTH_LEGACY,
131        SEAICE_CAP_HEFF).
132    o pkg/cheapaml:
133      - use standard routine (S/R GET_PERIODIC_INTERVAL) to decide when it is time
134        to load new forcing fields.
135      - add missing "_d 0" where it's needed; + some editing (improve indentation).
136      - remove switch to "-r8" compiler option (no longer needed) in verification
137        cheapAML_box, keep same output (small trucation error differences).
138    o verification/offline_exf_seaice:
139    - add thermodynamics only test.    - add thermodynamics only test.
140    o verification/cheapAML_box:
141      - split the domain in 8 (2x4) tiles; add MPI and multi-threaded test;
142        keep same output (same 14 digits for cg2d).
143      - switch on "-r8" compiler option (some numerical values are missing
144        the "_d 0") and update output (only 6 digits for cg2d were preserved).
145    
146  checkpoint64b (2012/12/24)  checkpoint64b (2012/12/24)
147  o pkg/cheapaml:  o pkg/cheapaml:

Legend:
Removed from v.1.1792  
changed lines
  Added in v.1.1817

  ViewVC Help
Powered by ViewVC 1.1.22