Custom Query (986 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (157 - 159 of 986)

Ticket Owner Reporter Resolution Summary
#220 arango arango Fixed Term diagnostics time
Description

The time of term diagnostics is not updated when only DIAGNOSTIC_BIO is activated. This type of diagnostics are only available for BIO_FASHAM. The reason for this is that set_diags is not called from main3d for this case. Many thanks to Moritz Lehmann for reporting this problem.

Also corrected missing continuation line in wrt_rst.F. Many thanks to Shihnan Chen for reporting this bug.

#221 arango arango Fixed NEMURO bug in large phytoplankton primary productivity
Description

There is a bug in NEMURO formulation of the gross primary productivity for large phytoplankton: diatom Si:N uptake ratio. The new formulation is consistent with Yamanaka et al., J. Oceanography, 2004.

The computation of GppPL at line 411 of nemuro.h is changed from

             cff6=fac1*Bio(i,k,iSiOH)/(KSiL(ng)+Bio(i,k,iSiOH))

to

             cff6=Bio(i,k,iSiOH)/(KSiL(ng)+Bio(i,k,iSiOH))

that is, the temperature dependency term cff1 is removed.

Many thanks to Jerome Fiechter for reporting this bug.

#222 arango arango Done _FillValue for Land Masked in Output NetCDF
Description

Updated NetCDF IO routines to use the _FillValue attribute when land/sea masking is activated. At output, the land points are overwriten with the fill value spval which is defined in mod_scalar.F. Currently, spval=1.0E+35. The IO input routines are also cleverly modified to replace such masked values with zero. For more information about this request check the following forum message.

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