Custom Query (986 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (895 - 897 of 986)

Ticket Owner Reporter Resolution Summary
#319 arango kate WorksForMe tiny def_info bug
Description

In def_info.F, the global attribute bio_file gets filled with '-' then written out as is. I suggest adding something like:

lstr=LEN_TRIM(BIONAME(i)) IF (lstr.gt.0) THEN

ie=is+lstr-1 bio_file(is:ie)=TRIM(BIONAME(i)) is=ie+1 bio_file(is:is)=',' is=is+2

END IF

#321 arango mathieu Fixed Problem with Lfloats == F
Description

This option is supposed to work like Lstations == F, i.e. we can compile with FLOATS or STATIONS and still deactivate them at runtime. But those options create segmentation faults when running. The solution is to modify the files inp_par.F, grid_coord.F and main3d.F by adding some tests there.

#329 arango arango Done Horizontal diffusion of tracer perturbation
Description

Implemented a new option, CLIMA_TS_MIX, to diffuse tracer perturbation (t-tclm) instead of tracer (t) field alone. This option can be used in some applications to reduce the numerical diapycnal mixing of tracer in deep waters. This strategy has been used extensively in other models. For example, see Mellor and Blumberg, 1985.

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