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.
Back
Top