Custom Query (964 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 964)

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

#71 arango mathieu Fixed Variables t_east_C*
Description

In mod_boundary.F there is are the variables t_east_C2, t_east_Cx and t_east_Ce.

But in

  • tl_t3dbc_im.F,
  • rp_t3dbc_im.F and
  • ad_t3dbc_im.F

the variable t_east_C is used, while undeclared.

The solution is maybe to replace it by t_east_C2.

The nonlinear t3dbc_im.F seems to be correct in this respect

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