Custom Query (986 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (181 - 183 of 986)

Ticket Owner Reporter Resolution Summary
#252 arango arango 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 arango nencio 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.

  • francesco
#254 arango arango Done Preconditioning in weak-constraint data assimilation algorithms
Description

Various updates to the weak-constraint 4DVar data assimilation algorithms:

  • Andy implemented the Ritz preconditioning in congrad.F which is used by the weak-constraint 4DVAR algorithms (W4DVAR and W4DPSAS).
  • The weak-constraint impulse forcing was reformulated. A new module frc_weak.F is introduced.
  • The routine impulse.F will be obsolete soon when we finish the new W4DPSAS algorithm . The impulses are now processed in new routine wrt_impulse.F.
  • Added the adjoint relaxation terms ad_uv2drelax.F and ad_t3drelax.F which were missing.
  • A new cpp option was introduced DATALESS_LOOPS which can be used to test the convergence of the Picard iterations of the representer model in W4DVAR.

Many thanks to Andy Moore for his help in coding and testing all these new upgrades.

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