Custom Query (964 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (211 - 213 of 964)

Ticket Owner Reporter Resolution Summary
#76 arango mathieu Fixed TS_MPDATA, Missed declaration
Description
  • In the file tl_step3d_t.F in the function tl_step3d_t_tile the variable t(:,:,:,:,:) is declared as intent(in)
  • But it is put in argument to exchange_r3d_tile as an intent(inout)

solution is maybe to declare it as intent(inout) in lines 247,250,332

#77 arango mathieu Invalid TS_MPDATA, Missing function?
Description

There is a function tl_mpdata_adiff_tile called from tl_step3d_t.F but defined nowhere.

I understand that it may be difficult to differentiate TS_MPDATA which has non-differentiable absolute values.

#78 arango arango Fixed Typo in routine stats_modobs
Description

There is a typo in the computation of the mean squared error (MSE) in routine stats_modobs. The code at line 214 should be:

     &      2.0_r8*mod_std(i)*obs_std(i)*(1.0_r8-CC(i))

Many thanks to Bin Zhang for reporting this typo.

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