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

Creat my own transient surfdata CLM4.5

Status
Not open for further replies.
Hi everyone,  I want to make my own surfdata. But I only can make the surfdata in one year, like "surfdata_40x40_CN_simyr1850_c151203.nc", which represents surfdata in 1850. While I want to get the surfdata like "surfdata_1.9x2.5_simyr1850-2005_c090325.nc", which is a transient surfdata in a time series, and be used to the compset like "I20TR".  I do not know how to do it.Thank you very much! 
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
You need to include some data in your mksurfdata_map.namelist.  For example, mksrf_furban   = '/glade/p/cesm/cseg/inputdata/lnd/clm2/rawdata/mksrf_urban_0.05x0.05_simyr2000.c120621.nc'
 mksrf_fvegtyp  = '/glade/p/cesm/cseg/inputdata/lnd/clm2/rawdata/pftlandusedyn.0.5x0.5.simyr1850-2005.c090630/mksrf_landuse_rc1850_c090630.nc'
 mksrf_fsoicol  = '/glade/p/cesm/cseg/inputdata/lnd/clm2/rawdata/pftlandusedyn.0.5x0.5.simyr1850-2005.c090630/mksrf_soilcol_global_c090324.nc'
 mksrf_flai     = '/glade/p/cesm/cseg/inputdata/lnd/clm2/rawdata/pftlandusedyn.0.5x0.5.simyr1850-2005.c090630/mksrf_lai_global_c090506.nc'
 fsurdat        = 'surfdata_10x15_simyr1850_c130412.nc'
 fsurlog        = 'surfdata_10x15_simyr1850_c130412.log'
 mksrf_fdynuse  = 'pftdyn_hist_simyr1850-2005.txt'
 fdyndat        = 'surfdata.pftdyn_10x15_hist_simyr1850-2005_c130412.nc'

The mksrf_fdynuse txt file contains names of dynamic pft files. See here for more details:http://www.cesm.ucar.edu/models/cesm1.2/clm/models/lnd/clm/doc/UsersGuide/x11868.html
 
Status
Not open for further replies.
Top