Custom Query (986 matches)
Results (181 - 183 of 986)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#252 | Fixed | Typo in inp_par.F for NEMURO model input pamereters | ||
Description |
The is a typo in inp_param.F for large zooplankton temperature coefficient for grazing. The keyword KGral was changed to KGraL so it is consistent with nemuro.in. Also, the keyword for predator zooplankton assimilation efficiency AlphaZP was missing. The following code was added: ELSE IF (TRIM(KeyWord).eq.'AlphaZP') THEN Npts=load_r(Nval, Rval, Ngrids, AlphaZP) Many thanks to Jerome Fiechter for reporting these bugs. |
|||
#253 | Fixed | Wrong index in ana_nudgcoef.F | ||
Description |
I think that in ana_nudgcoef.F #ifdef SOUTH_FSNUDGING # ifdef ZCLM_NUDGING ... # ifdef DISTRIBUTE IF (ng.eq.Ngrids) THEN CALL mp_bcastf (ng, model, FSobc_out(:,iwest), Ngrids) CALL mp_bcastf (ng, model, FSobc_in (:,iwest), Ngrids) ENDIF # endif the iwest index should be replaced with isouth.
|
|||
#254 | Done | Preconditioning in weak-constraint data assimilation algorithms | ||
Description |
Various updates to the weak-constraint 4DVar data assimilation algorithms:
Many thanks to Andy Moore for his help in coding and testing all these new upgrades. |
Note:
See TracQuery
for help on using queries.