Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

My own atm. forcing file: replacing missing FLDS

hannah0304

New Member
Hello,

I am running a single-point simulation with my own atmospheric forcing files.
Due to the lack of data availability, I have missing values in FLDS, which is causing the problem..
Replacing missing values with 0 does not make sense because I believe the run is not possible with 0 or negative FLDS values.
I wonder if there is any suggestion for replacing missing FLDS values.
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
If FLDS is missing, the datm should supply incoming longwave according to a formulation by Idso (1981) as described here:


You would just need to tell the datm not to expect FLDS from your forcing files.

For example, for GSWP3V1 forcing there should be a file in your CaseDocs directory:

datm.streams.txt.CLMGSWP3v1.TPQW

If you copy that into your case directory and prepend "user_" to the file, e.g.,

cp CaseDocs/datm.streams.txt.CLMGSWP3v1.TPQW user_datm.streams.txt.CLMGSWP3v1.TPQW

and then remove the line:

FLDS lwdn

the longwave calculation should be invoked.

Of course, you could always derive downward longwave from other formulations in the literature and add it to your forcing files.
 

wwieder

Will Wieder
New Member
To second Keith here, I often run single point cases without FLDS inputs to DATM to avoid this gap issue. If you're interested, then you can compare the model calculated incoming longwave with the observations (when they exist). It's a good sanity check to make sure the model is behaving correctly.
 
Top