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

custom nitrogen deposition

Status
Not open for further replies.
In CLM4.5 where can I set the nitrogen deposition 'stream_fldfilename_ndep' fndep file pointer to my own custom file? I remember in CESM 1.0 CLM4 one could presumably do it in the ndepdyn_nml stream in CLM buildnml in buildconf. In the new interface using CLM 4.5 I can't figure out which if any of the usr_nl file should be used to make the specification.

-Gabe
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
The nitrogen deposition is now in the clm namelist.  E.g., in the lnd_in file:
&ndepdyn_nml
 ndepmapalgo = 'bilinear'
 stream_fldfilename_ndep = '/glade/p/cgd/tss/people/oleson/inputdata/lnd/clm2/ndepdata/fndep_clm_hist_simyr1849-2006_1.9x2.5_c100428.nc'
 stream_year_first_ndep = 2000
 stream_year_last_ndep = 2000

You could change this through your user_nl_clm file.
 
Status
Not open for further replies.
Top