So far I've completed several steps
1- run river_plume1 test case;
2- added my own grid-domain to the case;
3- moved the point source position from the border to a point inside the grid. Then run successfully with both LuvSrc or LwSrc == T;
Now I try to add a passive tracer into the river flow point source. These are my configures for tracer and ana_ input in riverplume1.h:
Code: Select all
/*#define ANA_GRID*/
#define ANA_INITIAL
#define ANA_PASSIVE
#define ANA_PSOURCE
#define ANA_TOBC
#define ANA_SMFLUX
#define ANA_SRFLUX
#define ANA_SSFLUX
#define ANA_STFLUX
#define ANA_BSFLUX
#define ANA_BTFLUX
It claimed that "INQUIRY - unable to open input NetCDF file: roms_frc.nc". It seem to be I have no frc/boundary data for the passive tracer and the ANA_TOBC does not work. I am confused it this point, any help are appreciated.