Opened 10 years ago
Last modified 10 years ago
#683 closed bug
def_info flags — at Initial Version
Reported by: | kate | Owned by: | arango |
---|---|---|---|
Priority: | trivial | Milestone: | Release ROMS/TOMS 3.7 |
Component: | Nonlinear | Version: | 3.7 |
Keywords: | Cc: |
Description
There are some settings in def_info which should have this change applied: @@ -1403,8 +1403,8 @@
#if defined UV_VIS2 defined UV_VIS4 Vinfo( 1)='LuvSponge' Vinfo( 2)='horizontal viscosity sponge activation switch'
- Vinfo( 9)='.FALSE.'
- Vinfo(10)='.TRUE.'
+ Vinfo( 7)='.FALSE.' + Vinfo( 8)='.TRUE.'
status=def_var(ng, model, ncid, varid, nf90_int, &
& 1, (/0/), Aval, Vinfo, ncname, & & SetParAccess = .FALSE.)
You'll know for sure which are which, but 7/8 are for true/false values.
Note:
See TracTickets
for help on using tickets.