Custom Query (986 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (301 - 303 of 986)

Ticket Owner Reporter Resolution Summary
#398 arango arango Done Updated Copyright for the matlab scripts repository
Description

Added scripts copyright.bash and copyright.sh and then updated the matlab scripts repository.

#399 arango arango Fixed Corrected vertical integration in balance operator
Description

Ticket corrects the following:

  • An update was made in src:ticket:373 to use the level of no motion when computing the balanced free-surface contribution in the balance operator. This strategy is only needed when integrating the non-hydrostatic relationship from the level of no motion (LNM_depth) to the surface.

This strategy is not needed when ZETA_ELLIPTIC is activated since an elliptical equation is solved (Fukumori et al., 1998; Weaver et al. 2005) to avoid the need for a level of no motion in the vertical integration. Therefore, ad_banlance.F, tl_balance.F, and zeta_balanced.F were changed to remove this integration option.

  • Changed the Version variable to 3.4 in mod_ncparam.F:
             character (len=5  ) :: version = '3.4  '
    
  • Allowed integer overflow in ran_state.F when using the gfortran compiler (Linux-gfortran.mk, CYGWIN-gfortran.mk, MINGW-gfortran.mk):
    $(SCRATCH_DIR)/ran_state.o: FFLAGS += -fno-strict-overflow
    
    Many thanks to Alexander Barth for reporting and solving this problem.
#400 arango arango Fixed Corrected typo in varinfo.dat (sand_north_ variable)
Description

Corrected a typo in varinfo.dat when defining the metadata for the sand_north_ boundary variable. The following definition was changed from

'sand_north_'                                      ! Input
  'suspended noncohesive sediment northern boundary condition'
  'kilogram meter-3'                               ! [kg/m3]
  'sand_north_, scalar, series'
  'sand_time'
  'idTbry(inorth,idmud(i))'
  'nulvar'
  1.0d0

to

'sand_north_'                                      ! Input
  'suspended noncohesive sediment northern boundary condition'
  'kilogram meter-3'                               ! [kg/m3]
  'sand_north_, scalar, series'
  'sand_time'
  'idTbry(inorth,isand(i))'
  'nulvar'
  1.0d0

The incorrect token idTbry(inorth,idmud(i)) affected the northern boundary condition for noncohesive sediments since it was not assigned (idTbry(:,4)=0). This bug has been in varinfo.dat for awhile. Many thanks to Xiang-Ming Zeng for reporting this problem.

I also corrected a typo in all ocean.in input scripts when describing LtracerSrc in glossary section. This typo just affected its documentation.

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