Custom Query (964 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (250 - 252 of 964)

Ticket Owner Reporter Resolution Summary
#137 arango arango Done Suppress output files if writing interval is zero
Description

Added coded to suppress creating and writing output NetCDF files, if any of the interval parameters is set to zero or greater than ntimes(ng) in input script ocean.in.

   LdefAVG(ng)=.FALSE.  if nAVG(ng) = 0  or  nAVG(ng) > ntimes(ng)
   LdefDIA(ng)=.FALSE.  if nDIA(ng) = 0  or  nDIA(ng) > ntimes(ng)
   LdefFLT(ng)=.FALSE.  if nFLT(ng) = 0  or  nFLT(ng) > ntimes(ng)
   LdefHIS(ng)=.FALSE.  if nHIS(ng) = 0  or  nHIS(ng) > ntimes(ng)
   LdefRST(ng)=.FALSE.  if nRST(ng) = 0  or  nRST(ng) > ntimes(ng)
   LdefSTA(ng)=.FALSE.  if nSTA(ng) = 0  or  nSTA(ng) > ntimes(ng)

Many thanks to Mark Hadfield for bringing this to my attention.

#138 arango arango Fixed Updated all biology models
Description

All the biology models were updated to use t(:,:,:,nstp,:) values in the right-hand-side terms instead of t(:,:,:,nnew,:). The nnew index is incomplete and only has the surface flux conditions applied in pre_step3d. We are not diffusing this term yet because we have lambda=1 (backward implicit) instead of lambda=0.5 (Crack-Nicolson implicit). Well, this is not a big deal with the biology since the surface tracer flux is zero for now. However if the biology has temperature dependency in the right-hand-side terms, there is a big problem because the nnew index is nothing like temperature at this intermediate step. It has transport units (Tunits meter) since we do not have yet the new values for zeta and Hz. These are known after the 2D barotropic time-stepping. The t(:,:,:,3,:) has the contribution (predictor) for horizontal and vertical advection which will be used in step3d_t to finalize time-stepping (corrector). The t(:,:,:,nstp,:) has the full previous time step values and it is in tracer units.

This change affects Fasham (fasham.h), Nemuro (nemuro.h), and Ecosim (ecosim.h). For consistency, the NPZD models (npzd_Franks.h and npzd_Powell.h) were also corrected including their tangent linear, adjoint, and representer model versions. The NPZD_POWELL passes the sanity check. However, there are still adjoint problems in NPZD_FRANKS. Perhaps, we will take a look at this in the future. Anyway, we only use NPZD_POWELL in all our adjoint-based applications.

Many thanks to Kate Hedstrom for reporting this problem with the biology models.

#140 arango arango Done Updated several algorithms
Description

Several algorithms were updated including the Craig and Banner formulation for the GLS, the wave roller contribution in the radiation stresses, the sediment model, and the 4DVAR adjustment of surface fluxes.

Many thanks to John Warner and Gregoire Broquet for the updates.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.