-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds LULC for ELM at r025 grid #6477
Conversation
|
@tangq please review. |
1 similar comment
@tangq please review. |
@@ -38,6 +38,7 @@ | |||
<finidat hgrid="ne30np4" mask="oEC60to30v3">lnd/clm2/initdata_map/20180316.DECKv1b_A1.ne30_oEC.edison.clm2.r.1980-01-01-00000.8575c3f_c20190904.nc</finidat> | |||
|
|||
<flanduse_timeseries hgrid="r05">lnd/clm2/surfdata_map/landuse.timeseries_0.5x0.5_hist_simyr1850-2015_c240308.nc</flanduse_timeseries> | |||
<flanduse_timeseries hgrid="r025" sim_year_range="1850-2000" use_crop=".false." >lnd/clm2/surfdata_map/landuse.timeseries_0.25x0.25_hist_simyr1850-2015_c240125.nc</flanduse_timeseries> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The file name suggests its 1850-2015 but "sim_year_range" is 1850-2000. Is one of those wrong?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rljacob, Great catch. I will fix the range.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I edited the commit and forced pushed the branch.
0066369
to
366b470
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good. The NARRM test is successful with this fix.
@@ -38,6 +38,7 @@ | |||
<finidat hgrid="ne30np4" mask="oEC60to30v3">lnd/clm2/initdata_map/20180316.DECKv1b_A1.ne30_oEC.edison.clm2.r.1980-01-01-00000.8575c3f_c20190904.nc</finidat> | |||
|
|||
<flanduse_timeseries hgrid="r05">lnd/clm2/surfdata_map/landuse.timeseries_0.5x0.5_hist_simyr1850-2015_c240308.nc</flanduse_timeseries> | |||
<flanduse_timeseries hgrid="r025" sim_year_range="1850-2015" use_crop=".false." >lnd/clm2/surfdata_map/landuse.timeseries_0.25x0.25_hist_simyr1850-2015_c240125.nc</flanduse_timeseries> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @bishtgautam , it appears needing to remove sim_year_range="1850-2015"
attribute above for F20TR.ne120pg2_r025_RRSwISC6to18E3r5 configuration to correctly pick up this file. Otherwise, build-namelist would complain no default flanduse_timeseries is set.
The test case has STARTDATE=1985-01-01. Not sure if it matters. Since 20TR (and this 20thC use case) is meant for the year range of 1850-2015. There should be no confusion taking away that attribute.
@bishtgautam see wlin7's review comment above |
A LULC file for 1850-2000 at r025 is added. [BFB]
366b470
to
9034faa
Compare
@peterdschwartz, I forced pushed my branch to remove the incorrect commit. |
If this is ready, please start merging it. |
Sure, if no one has anything else to add, then I'll merge it this afternoon |
A LULC file for 1850-2015 at r025 is added. [BFB]
merged to next |
merged to master |
A LULC file for 1850-2015 at r025 is added.
[BFB]