Custom Query (964 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (139 - 141 of 964)

Ticket Owner Reporter Resolution Summary
#813 kate Fixed Memory Usage Underestimated in Report
Description

The dynamic and automatic memory usage is underestimated in the standard output report because of the local variable size2d needs to be bigger in several modules.

We need to have:

       size2d=REAL((UBi-LBi+1)*(UBj-LBj+1),r8)

instead of
      
       size2d=REAL((UBi-LBi)*(UBj-LBj),r8) 

for the horizontal array size.

#826 arango Done Updated svn properties to few files
Description

Added svn properties and Id to few files to fix few issues in the git repository.

#850 dcherian Fixed checking LBC_ATT for salinity when salinity is undefined
Description

I'm having trouble restarting a simulation run with #undef SALINITY because the code is unnecessarily checking LBC_ATT for salt. The input file is actually consistent so I don't know why it's raising an error. But it shouldn't be checking this anyway...

LBC_GETATT - inconsistent western  lateral boundary condition for variable:   salt
              restart file LBC keyword =  RadNud
              but assigned structure switch:  S(1, 7,1)%radiation = F
              check input script LBC keyword for consitency ...
              restart file:  ocean_rst.nc

 LBC_GETATT - inconsistent southern lateral boundary condition for variable:   salt
              restart file LBC keyword =  Per
              but assigned structure switch:  S(2, 7,1)%periodic = F
              check input script LBC keyword for consitency ...
              restart file:  ocean_rst.nc

 LBC_GETATT - inconsistent eastern  lateral boundary condition for variable:   salt
              restart file LBC keyword =  Clo
              but assigned structure switch:  S(3, 7,1)%closed = F
              check input script LBC keyword for consitency ...
              restart file:  ocean_rst.nc

 LBC_GETATT - inconsistent northern lateral boundary condition for variable:   salt
              restart file LBC keyword =  Per
              but assigned structure switch:  S(4, 7,1)%periodic = F
              check input script LBC keyword for consitency ...
              restart file:  ocean_rst.nc

Everything works perfectly with #define NO_LBC_ATT

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