Dear roms users,
I'm new user of ROMS model and I'm having some problems about the use of BULK_FLUXES. My CPPDEFS options are :
# define BULK_FLUXES
# define ANA_BTFLUX
# define ANA_BSFLUX
# define ATM_PRESS
# define EMINUSP
# define SOLAR_SOURCE
and I download data from ERA-interim to make my forcing files. My variables are:
lwrad_down % downward longwave radiation flux W/m2
swrad % downward shortwave radiation flux W/m2
rain % precipitation rate kg/m2/s
Tair % surface air temperature K
Pair % pressure at surface Pa
Qair % relative_humidity
Winds % surface u-wind m/s
I get these information by reading matlab scripts, if the these variables are right? The model can run successfully by these forcing files. I want to know I have defined EMINUSP in my .h file, why there is no need to make a forcing file that contain evaporation (kg m-2 s-1) data.
A problem about using BULK_FLUXES
-
- Posts: 50
- Joined: Tue Mar 01, 2016 1:38 am
- Location: the Ocean University of China
Re: A problem about using BULK_FLUXES
The model computes evaporation from the latent heat flux.
-
- Posts: 50
- Joined: Tue Mar 01, 2016 1:38 am
- Location: the Ocean University of China
Re: A problem about using BULK_FLUXES
Thank you Kate! that is to say the latent heat flux is calculated by variables that I provided above, and there is also no need to creat a file that contain latent heat flux. Right?