Opened 10 years ago
Closed 10 years ago
#675 closed bug (Fixed)
globaldefs.h and SALINITY; correction to ana_passive.h
Reported by: | kate | Owned by: | arango |
---|---|---|---|
Priority: | minor | Milestone: | Release ROMS/TOMS 3.7 |
Component: | Nonlinear | Version: | 3.7 |
Keywords: | Cc: |
Description (last modified by )
A colleague is trying to set up an idealized case with BULK_FLUXES, but without a forcing file. She's got all analytical options from ANA_CLOUD through ANA_WINDS, but ROMS still wants a forcing file. I believe the problem is in globaldefs.h near the line:
( defined SALINITY && !defined ANA_SSFLUX) || \
which should also have
&& !defined BULK_FLUXES
Change History (1)
comment:1 by , 10 years ago
Description: | modified (diff) |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
Summary: | globaldefs.h and SALINITY → globaldefs.h and SALINITY; correction to ana_passive.h |
Note:
See TracTickets
for help on using tickets.
Yes, but the correct solution is to have:
since the freshwater flux is only computed in bulk_flux.F when EMINUSP is activated.
Also corrected a typo in ana_passive.h. We need to have instead:
The first DO-loop need to have a step-size of 2. Otherwise, the age concentration is overwritten. Many thanks to John Wilkin for bringing this to my attention.