Search found 6 matches
- Thu Sep 05, 2024 12:45 am
- Forum: ROMS Discussion
- Topic: LONGWAVE_OUT
- Replies: 7
- Views: 8929
Re: LONGWAVE_OUT
If you literally have the CPP defs you posted earlier ...
/*************** Surface Forcing */
# define SOLAR_SOURCE
# define QCORRECTION
# define DIURNAL_SRFLUX
#LONGWAVE_OUT
then you do not have LONGWAVE_OUT defined, because there is no #define
Be careful with # define DIURNAL_SRFLUX. If the ...
- Wed Sep 04, 2024 2:47 am
- Forum: ROMS Discussion
- Topic: LONGWAVE_OUT
- Replies: 7
- Views: 8929
Re: LONGWAVE_OUT
When using radiation data from ECMWF (or any meteorological model analysis) pay attention to the units.
If they are not Watts m -2 but Joules m -2 then they are accumulated over a time interval
https://codes.ecmwf.int/grib/param-db/147
which might be 3, 6 or even 9 up to 12 hours from the start ...
- Sat Aug 31, 2024 9:33 am
- Forum: ROMS Discussion
- Topic: LONGWAVE_OUT
- Replies: 7
- Views: 8929
LONGWAVE_OUT
My simulation results are showing a high temperature. If I want to define something in the Surface forcing section of the .h file, can I add #LONGWAVE_OUT to my existing setup? I added lwrad to my forcing file and included #LONGWAVE_OUT in the .h file, but my a.dat file doesn't show LONGOUT_OUT ...
- Wed Jul 24, 2024 1:24 am
- Forum: ROMS Discussion
- Topic: Why the results of the same.in and.h files run out of different servers are different?
- Replies: 0
- Views: 11210
Why the results of the same.in and.h files run out of different servers are different?
Would you like to ask why the results of the same.in and.h files run out of different servers are different?
- Mon Jun 24, 2024 1:14 am
- Forum: ROMS Discussion
- Topic: How to adjust the high temperature near shore
- Replies: 0
- Views: 10467
How to adjust the high temperature near shore
As soon as my model hits the near shore area, the temperature will be more than 2 degrees Celsius higher than the satellite observation, may I ask what parameters are adjusted to be effective for the high temperature near the shore? I have tried to change the mixing scheme, change the type of water ...
- Thu Jun 20, 2024 12:57 am
- Forum: ROMS Discussion
- Topic: The nearshore temperature of the model is too high
- Replies: 0
- Views: 10353
The nearshore temperature of the model is too high
Hello everyone, when I simulated the northeastern part of the South China Sea in summer, the near-shore part of the temperature never dropped. I tried switching the mixture from MY-2.5 to LMD, but failed to bring the temperature down. I would like to ask you, if you want to reduce the temperature ...