Custom Query (986 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 986)

Ticket Owner Reporter Resolution Summary
#66 arango arango Fixed 4DVAR surface forcing minimization
Description

There are several bugs in the implementation of 4DVAR surface forcing minimization which is activated with ADJUST_STFLUX and ADJUST_WSTRESS.

#67 arango mathieu Fixed Problem in allocation of t_west_C*
Description

The problem is the following in mod_boundary.F:

  • t_west_C2 is declared as
       pointer :: t_west_C2(:,:,:)
    
  • but it is allocated as
       t_west_C2(ETA_DIM,N(ng))
    

i.e. with dimension 2 instead of 3. Same problem for other variables.

#70 arango milena Fixed current version does not link to the ADM and TLM libraries when compiling
Description

The new makefile does not seem to link the proper libraries (ADM and TLM) when compiling the TLM_DRIVER or AD_SENSITVITY drivers. This is the error message I get when trying to compile the AD_SENSITIVITY.

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