/[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.2192 by jmc, Fri Oct 23 12:31:57 2015 UTC revision 1.2244 by jmc, Tue Apr 12 16:59:43 2016 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/halfpipe_streamice:
8      - update both TAF and OpenAD adm output (machine truncation differences)
9    
10    checkpoint65v (2016/04/08)
11    o verification/advect_xz:
12      - increase overlap size from 3 to 4 and add new secondary test for PQM
13        advection scheme (with mono & wino limiter).
14      - change main exp. to test PPM (with weno limiter) adv.scheme on Temp.
15    o model/src:
16      - new parameters "top_Pres" & "seaLev_Z" (replacing Ro_SeaLevel and recently
17        added phi0Ref) to set vertical axis origin and phiRef origin;
18        keep Ro_SeaLevel for backward compatibility (with a warning).
19       According to coordinate and fluid type:
20        OCN in Z: top_Pres(Ref) (=rhoConst*PhiRef(1)), seaLev_Z (=rF(1), @ the top)
21        ATM in Z: top_Pres(Ref) (=rhoConst*PhiRef(1)), seaLev_Z (=rF(Nr+1) @ bottom)
22        OCN in P: top_Pres (=rF(Nr+1)), seaLev_Z (= PhiRef(Nr+1)/g, @ the top)
23        ATM in P: top_Pres (=rF(Nr+1)), seaLev_Z (= PhiRef(1)/g, @ the bottom)
24      - remove Ro_SeaLevel from ATM experiment parameter files;
25      - in tutorial_global_oce_in_p, remove Ro_SeaLevel and set top_Pres to the
26        complement; update output.txt (changes at machine truncation level).
27    o pkg/seaice/seaice_evp.F
28      - simplify computation of deltaZ and zetaZ to simple averaging following
29        Bouillon et al. (2013). This removes a lot of code, but also changes
30        verification experiment lab_sea.hb87 -> updated
31    
32    checkpoint65u (2016/03/14)
33    o pkg/generic_advdiff:
34      - from Darren: add PPM and PQM advection schemes (number 40-42 and 50-52)
35        with 2 types of limiter (see: Engwirda & Kelley, submit. to JCP);
36        Note (from Darren): unlimited PPM/PQM scheme (40 & 50) are just for
37        testing and not for actual use.
38    o model/src:
39      - add parameter "phi0Ref" to specify reference [pressure/geo] potential at
40        origin r = rF(1);
41      - add options (parameter selectP_inEOS_Zc) to select which pressure to use
42        in EOS for height coordinate: enable to include NH Pressure or to use
43        more accurate pressure vertical profile; options not linked to EOS type
44        (as previously, e.g., JMD95P/JMD95Z) but set default according to EOS type;
45      - start to implement variable gravity (along vertical): for now, only with
46        z-coords (not even z*).
47      - add Ideal Gas equation of state for height coordinate.
48      - update OpenAD output (affected at machine truncation level) of exp:
49        global_ocean.90x40x15, OpenAD (std) and tutorial_global_oce_biogeo.
50    o pkg/exf:
51      - add ALLOW_EXF_OUTPUT_INTERP cpp switch to output the result
52        of exf interpolation (before any rescaling, rotation or interpolation
53        to velocity point) for each field that gets loaded from file. This option
54        identically mimics the input file organization (e.g. record numbers in year
55        by year input files) besides the change in horizontal grid.
56      - add rotateStressOnAgrid run-time switch so that wind stress fields
57        can be provided on the A-grid in zonal/meridional direction and
58        rotated on the fly. This only applies to the case when the exf
59        interpolation is off and rotateStressOnAgrid is false by default.
60    o model/src:
61      - rename internal parameter "useDynP_inEos_Zc" to "storePhiHyd4Phys" (since
62        it's also used with pkg/atm_phys) and add few more parameters (but still
63        inactive, src code yet to come)
64    
65    checkpoint65t (2016/02/10)
66    o pkg/atm_phys:
67      - from Ruth Geen: add optical depth dependence on CO2 concentration.
68    o model/src:
69      - fix vertical inter/extra-polation of density factor rhoFacF (for anelastic)
70        for the case setCenterDr=T (delRc set from "data"); add output of rhoFacC&F.
71        Update output of exp. deep_anelastic (changes at truncation level).
72    o tools:
73      - add a hack in "remove_comments_sed" (used only with TAF) for recent
74        version of OpenMPI (shipped with FC.23): comment out the new header
75        file "mpif-sizeof.h" which causes problems to TAF.
76    o pkg/seaice:
77      - change the termination criterion so that maxits (SEAICElinearIterMax)
78        has an effect
79      - unify iteration parameters for implicit solvers (JFNK and Picard)
80        SEAICEnonLinIterMax replaces SEAICEnewtonIterMax/NPSEUDOTIMESTEPS
81        SEAICElinearIterMax replaces SEAICEkrylovIterMax/SOLV_MAX_ITER
82        SEAICEpreLinIterMax replaces SOLV_MAX_ITER in preconditioner
83        SEAICEpreNL_IterMax replaces NPSEUDOTIMESTEPS in preconditioner
84        SEAICEnonLinTol     replaces JFNKgamma_nonlin
85      - remove S/R SEAICE_FGMRES_DRIVER and put content into S/R SEAICE_JFKN
86      - add new Picard-Krylov solver, compile with SEAICE_ALLOW_KRYLOV and
87        use with SEAICEuseKrylov
88    o pkg/seaice/seaice_lsr.F
89        fix small bug: replace zetaZ by zetaZloc in S/R seaice_lsr_rhsu/v; only
90        relevant if SEAICEuseStrImpCpl=T, and even then it does not seem to have
91        an effect.
92    o pkg/seaice: add two new parameters
93      - SEAICEuseLSR to simplify the logic in seaice_dynsolver (this
94        parameter is not in any namelist)
95      - SEAICEusrPicardAsPrecon to allow s/r seaice_lsr to be used as
96        a preconditioner for the non-linear Newton iteration of the JFNK
97        solver
98    o pkg/seaice/seaice_lsr.F: replace 1./SEAICE_deltaTdyn with recip_deltaT,
99      affects some experiments at truncation level:
100      - global_ocean.cs32x15.icedyn (11 digits),
101      - global_ocean.cs32x15.seaice (11 digits),
102      - seaice_itd (12 digits), seaice_itd.lipscomb07 (12 digits) -> update
103      - also update global_ocean.cs32x15 adjoint and tangent-linear results
104    o pkg/salt_plume & pkg/thsice:
105      - for coupled  set-up with pkg/thsice in ATM and pkg/salt_plume in OCN,
106        connect salt_plume flux to ATM-OCN coupling pkgs interface:
107       a) in ATM: also cumulate salt-plume flux in S/R THSICE_SALT_PLUME (for
108         export to coupler interface) even without compiling pkg/salt_plume ;
109       b) in OCN: apply coupler salt-plume flux to pkg/salt_plume field
110         (saltPlumeFlux) just before exch call, in S/R SALT_PLUME_DO_EXCH.
111    o pkg/dic:
112      - use the updated seaice fraction (from seaice pkgs) for DIC forcing
113        instead of the previous time-step value ; done in new S/R DIC_FIELDS_UPDATE
114        called from the top of dic_biotic_forcing.F (instead of in DIC_FIELDS_LOAD);
115      - move also update with values from ATM-OCN Coupler in the same new S/R
116        (previously done in ocn_apply_import.F).
117    o tools/adjoint_options:
118      - specify explicitly "-f77" or "-f90" in default ad-optfile since TAF (default)
119        has been changed on Jan 14, 2016.
120    o pkg/ggl90:
121      - add alternative discretisation of vertical shear (off by default), to
122        compute the mean (@ grid-cell center) of vertical shear compon instead of
123        vertical shear of mean flow (@ grid-cell center).
124      - add correct parenthesis in ALLOW_GGL90_SMOOTH code to get the same truncated
125        results on adjacent faces of cubed-sphere grids; this fix the restart.
126    o pkg/atm_compon_interf:
127      - skip time-ave over cpl_atmSendFrq of Sea-Level Pressure (atmSLPr) and just
128        pass last value, stored directly before export to CPL ;
129        Note: this affects results of Coupled set-up where OCN uses useImportSLP=T
130      - remove atmSLPr from pickup files (no longer needed for restart)
131    
132    checkpoint65s (2016/01/13)
133    o eesupp & genmake2:
134       - first check for Function ETIME and, if it fails, then check for subroutine
135         ETIME and consistent output; use the appropriate version in timers.F
136    o model/src:
137      - to check restart test, add option to apply EXCH to U,V earlier, just before
138        integr_continuity; turned off by default.
139    o pkg/dic:
140      - remove CPP option USE_ATMOSCO2 (not needed)
141    o tools/tst_2+2:
142      - try to ignore difference between +0 and -0 in binary file, causing test
143        to fail for no good reason.
144    o eesupp & genmake2:
145      - put back modif from Jinxuan Zhu - change etime fct call to S/R call -
146        but also check (in genmake2) that test runs and returns meaningful results.
147    o coupler pkgs:
148      Finish implementation of optionally-exchanged variable switches (started on
149       Nov 12) with addition of few more exchanged fields, including 2-way exchange
150       of pkg/thsice vars to allow to use seaice dynamics (from pkg/seaice) & seaice
151       advection in OCN component; this requires sequential coupling.
152      coupler (pkg/atm_ocn_coupler):
153      - add argument msgUnit and iter number to CPL_SEND/RECV_ATM/OCN_FIELDS
154        routines (useful for debug).
155      - only export/import optionally exchanged fields (RunOff, seaice, Salt-Plume
156         flux, DIC fields) if corresponding switch is ON.
157      - add option to export RunOff to OCN (to use for DIC river input)
158      - add 2-way thSIce vars exchange; check for consistent cpl_sequential setting.
159      components (pkg/atm_ & ocn_compon_interf):
160      - to save memory space in ATM & OCN comp: add some #ifdef ALLOW_${PKG} around
161        optionally exchanged fields; add a check & stop in cpl_readparms.F.
162        ATMCPL.h: ALLOW_LAND for RunOff, ALLOW_THSICE for seaice, ALLOW_AIM for CO2;
163        OCNCPL.h: ALLOW_SALT_PLUME, ALLOW_DIC for DIC, ALLOW_THSICE for 2-W thsice.
164      - rename:   fracIce     -> sIceFrac_cpl (<- match coupler var name)
165        + in ATM: fracIceTime -> sIceFracTime ; seaIceTime -> sIceMassTime.
166      - add 2-way thSIce vars exchange ; add Salt-Plume flux ; add RunOff in OCN.
167      - hold in common block coupler optionally-exchanged variable switch
168        and set default "useImportXXX" accordingly; + check & stop if inconsistent.
169      - add diagnostics for all imported fields from coupler (in both OCN & ATM);
170        this is intended to replace the OCN cplFldtave.* output files (not updated
171        to contain new additional exchanged fields).
172    o pkg/dic:
173      - fix an other bug (also from 2014/08/30) in dic_atmos.F, in dic_int1=3 code.
174    o pkg/thsice:
175      - when coupled to ATM (useCoupler) with thSIce_skipThermo=T, skip reading
176        and writing of thsice pickup files.
177    o pkg/atm_compon_interf:
178      - move all field individual export-call out of cpl_export_import_data.F
179        into new S/R ATM_EXPORT_FIELDS
180    o pkg/atm_compon_interf:
181      - store state variables (for now, only thSIce fields) just before beeing
182        exported (in cpl_export_import_data.F, like on ocean side) instead of from
183        atm_store_my_data.F like all exported fluxes.
184      - new version of pickup_cpl: write field names into meta file and read meta
185        file to find field postion in pickup. Also only write/read fields meeded for
186        restart (same logic as main pickup file ; also using pickupStrictlyMatch)
187    o pkg/dic:
188      - fix bug (added on 2014/08/30) in dic_atmos.F for the case dic_int1= 2 or 3.
189    o pkg/seaice: add new parameter SEAICEpressReplFac to choose between
190        pressure replacement method (=1., default) or original Hibler (1979) (=0.)
191        value can be from domain [0,1] to average between the two methods
192    o pkg/atm_phys:
193      - allow to provide 2-d map of albedo and mixed-layer depth from files (but
194        hold fixed in time).
195    
196    checkpoint65r (2015/12/21)
197    o pkg/seaice:
198        fix bug in tridiagonal solvers for SEAICE_OLx/y>0, this affects the JFNK
199        solver (offline.dyn_jfnk) and global_ocean.cs32x15.seaice -> updated
200    o pkg/seaice:
201      - fix a bug in computing areaS in (J-J -> J-1) that affects runs
202        when SEAICEscaleSurfStress=.TRUE.,
203      - apply areaW and areaS in S/R seaice_calc_lhs
204    o pkg/atm_phys:
205      - add diagnostics for 3-D, Nr+1 levels diagnostics of radiative fluxes
206        (shortwave & longwave, net & downward) and diagnostics of temp. tendency
207        for individual contribution (convection, LSC cond, radiation)
208      - add Ruth Geen etal, GRL 2016, radiation optionis (see paper supp.
209        information); activated with: solar_exponent=0. and wv_exponent=-1.
210    o pkg/ggl90:
211      - within IDEMIX add upper limit for horizontal group velocity to
212        avoid instability problems in the explicit horizontal diffusion term for
213        long time steps or high resolution
214    o pkg/diagnostics:
215      - simplify setting of local-array size in diagstats_output.F: uses "numLevels"
216        (from DIAGNOSTICS_SIZE.h) to allow to write out more than Nr levels.
217    o testreport:
218      - remove "-v" (verbose option) in default mpirun command.
219    o pkg/seaice/seaice_growth:
220      - catch potential division by zero in ITD code, does not change
221        verification results
222    o pkg/ecco:
223      - retire old codes to the Attic. The calls to retired functions are
224        left in a commented form in case they ever need to be re-activated.
225      - ecco_check.F: issue warning if any old CPP option is
226        defined that corresponds to retired codes -- then stop.
227    o pkg/atm_compon_interf:
228      - change seaice fraction (use for OCN dic surf.flux) stored and sent to
229        coupler: use last time-step value instead of average over cplSendFrq_iter
230        time-step, similar to what is done for seaIceMass.
231        This will affect results (pkg/dic) of coupled ATM-OCN+dic set-up.
232    o eesupp & genmake2:
233      - from Jinxuan Zhu: change etime fct call to S/R call (fix gfortran ETIME);
234        <= remove until a fix is found for some ifort version on ia32 machine.
235    o pkg/seaice/seaice_evp:
236      - refine residual computation
237    
238    checkpoint65q (2015/11/18)
239    o pkg/seaice/seaice_evp:
240      - fix residual computations so that they no longer affect the actual
241        simulation code
242      - fix seaice_readparams to be able to actually set new parameters
243        SEAICEaEVPcStar and SEAICEaEVPalphaMin, also fix logic a little
244    o model/src:
245      - fix wrong truncation (single prec) from "FLOAT" function in expressions
246        like: deltaT*FLOAT(myIter) when myIter is large:
247         a) replaced by DFLOAT (if not seen by TAF);
248         b) remove "FLOAT" and use implicit type conversion (if seen by TAF).
249    o pkg/aim_v23:
250      - write/read the expected CO2 pickups (from S/R AIM_DO_CO2): fix reading
251        when pickupSuff is set ; do write rolling pickups + at the end of the run.
252    o pkg/atm_ocn_coupler + ocn_compon_interf:
253      - in prep for using pkg/seaice Dyn in coupled set-up, implement sequential
254        coupling option-1: ATM -(cpl)-> OCN and then OCN -(cpl)-> ATM ;
255        add corresponding call in DO_OCEANIC_PHYS.
256    o coupler pkgs:
257      Start a new way to set-up optionally-exchanged variables (previously, only
258       there for exchange_DIC): switch on/off from 1 place, at run-time, in coupler
259       data.cpl (new) instead of at compile time in ATMIDS.h & OCNIDS.h ;
260       send switch to ATM & OCN compon before reading their own "data.cpl" (so that
261       compononent param default can be set accordingly).
262      Note: this new switch (cpl_exchange_[xxx]) is not a per variable switch
263       but rather applies to a group a fields (going both ways like for DIC)
264       and corresponds to an option of coupling config.
265      coupler (pkg/atm_ocn_coupler):
266      - change parameter file from "data" to "data.cpl" (in cpl_read_params.F),
267        and read namelist directly (without eessup S/R calls) instead of
268        in the very un-flexible old way, 1 param per line, in fixed order;
269      - add error-counter to track errors (e.g., missing "data.cpl") and to stop
270        cleanly in CPL_CHECK_CPLCONFIG
271      - add new coupling-exchange selectors (some not yet active) including
272        cpl_exchange_DIC (to set to 3 to replace atmCpl_exchange_DIC=T in ATMIDS.h
273                                             and ocnCpl_exchange_DIC=T in OCNIDS.h);
274      - add 2 new S/R (CPL_SEND_ATM/OCN_CPLPARMS) to send coupler-params to each
275        component ; called directly from coupler.F, after comp. registrations;
276      - rename few variable-ID names (in ATMIDS.h & OCNIDS.h):
277         atm/ocnSeaIceName --> atm/ocnSIceMassName ; atm/ocnFCO2Name ->
278          -> atm/ocnCO2FluxName ; atm/ocnWSpdName --> atm/ocnWindSpdName
279      components (pkg/atm_ & ocn_compon_interf):
280      - add ATM/OCN_CPL_OPTIONS.h in component pkgs and include the corresponding
281        CPP header file in all pkg source files.
282      - move checking of comp. configs out of cpl_exch_configs.F into new S/R
283        ATM/OCN_CHECK_CPLCONFIG;
284      - add error-counter to track errors (e.g., in "data.cpl") and to stop
285        cleanly in ATM/OCN_CHECK_CPLCONFIG;
286      - add new S/R CPL_IMPORT_CPLPARMS to import coupling-exchange selectors
287        from coupler ; called from initialise_fixed.F, after PACKAGES_BOOT and
288        before PACKAGES_READPARMS;
289      verification/cpl_aim+ocn/:
290      - update ATMIDS.h & OCNIDS.h (in shared_code) and use new parameter file
291        "data.cpl" for coupler (in input_cpl).
292    o eesupp/inc:
293      - change the MPI-global-sum default (in CPP_EEOPTIONS.h) to:
294        #define GLOBAL_SUM_ORDER_TILES (only affects MPI built of global_sum_tile.F)
295        to always cumulate tile local-sum in the same order (still uses
296        MPI_Allreduce like standard code).
297      - in verification experiment code, remove local CPP_EEOPTIONS.h_mpi files
298        that are now identical to standard version (in eesupp/inc).
299    o pkg/shelfice:
300      - add SHELFICETransCoeffTFile for initializing spatially varying
301        heat and salt transfer coefficients
302    o pkg/atm_compon_interf & ocn_compon_interf:
303      - combine into 1 (new) S/R CPL_EXPORT_IMPORT_DATA the two previous
304        S/R CPL_EXPORT_MY_DATA & CPL_IMPORT_EXTERNAL_DATA
305      - move bi,bj loops inside S/R OCN_STORE_MY_DATA
306    o pkg/atm_ocn_coupler:
307      - initialise to zero ATMVARS.h & OCNVARS.h arrays.
308    o pkg/rbcs:
309      - select RBCS-mask for Temp & Salt the same way as for pTracer ; this allows
310        to compile with maskLEN=1 when all tracers use the same RBCS-mask.
311      - add a short report (to STDOUT) about RBCS-mask settings.
312    
313  checkpoint65p (2015/10/23)  checkpoint65p (2015/10/23)
314  o pkg/seaice/seaice_evp.F: fix store directives and key computations, since  o pkg/seaice/seaice_evp.F: fix store directives and key computations, since
315      there is no adjoint test for EVP, we don't know what it does to the adjoint      there is no adjoint test for EVP, we don't know what it does to the adjoint

Legend:
Removed from v.1.2192  
changed lines
  Added in v.1.2244

  ViewVC Help
Powered by ViewVC 1.1.22