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

soil moisture data stream

msulis

Mauro
New Member
Dear All,

I would like to make some CTSM runs using soil moisture data stream (use_soil_moisture_streams = .true. ). Do you know where I can get a sample dataset to check the exact file structure?

Thank you in advance for the collaboration.

Best regards,
Mauro
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
If you setup a simple case using CTSM, e.g.,

./create_newcase --case ctsm51_ctsm51d118_1deg_GSWP3V1_soilmoisturestreams_2000 --compset I2000Clm51BgcCrop --res f09_g17 --run-unsupported

cd ctsm51_ctsm51d118_1deg_GSWP3V1_soilmoisturestreams_2000

./case.setup

Then add "use_soil_moisture_streams = .true." in user_nl_clm

./preview_namelists

The soil moisture stream file should appear in CaseDocs/lnd_in:

&soil_moisture_streams
soilm_offset = 0
soilm_tintalgo = 'linear'
stream_fldfilename_soilm = '/glade/p/cesmdata/cseg/inputdata/lnd/clm2/prescribed_data/LFMIP-pdLC-SST.H2OSOI.0.9x1.25.20levsoi.natveg.climo1980-2014.MONS_c190709.nc'
stream_year_first_soilm = 1997
stream_year_last_soilm = 1997
 
Last edited:

msulis

Mauro
New Member
Thanks Keith! As I am running outside NCAR, is there any way to get just the file "LFMIP-pdLC-SST.H2OSOI.0.9x1.25.20levsoi.natveg.climo1980-2014.MONS_c190709.nc" using "check_inputdata" command?

Thank you in advance!

Best wishes,
Mauro
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
I'm not sure how to get just one file.
I've put that file on our ftp site:
ftp://ftp.cgd.ucar.edu/pub/oleson/LFMIP-pdLC-SST.H2OSOI.0.9x1.25.20levsoi.natveg.climo1980-2014.MONS_c190709.nc
 
Top