Skip to content
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

Get correct f05 1850 surface dataset for CLM5.0 SP case #576

Closed
ekluzek opened this issue Nov 27, 2018 · 1 comment
Closed

Get correct f05 1850 surface dataset for CLM5.0 SP case #576

ekluzek opened this issue Nov 27, 2018 · 1 comment
Assignees
Labels
bug something is working incorrectly priority: high High priority to fix/merge soon, e.g., because it is a problem in important configurations
Milestone

Comments

@ekluzek
Copy link
Collaborator

ekluzek commented Nov 27, 2018

Brief summary of bug

The case:

SMS_D_Ln9_P2403x3.f05_f05_mg17.FCSD.cheyenne_intel.cam-outfrq9s

fails because there is a file in the XML that is missing. The correct file is also included, but not matched because it's not first. So this just needs removing the lines referring to the missing file.

General bug information

CTSM version you are using: release-clm5.0.13

Does this bug cause significantly incorrect results in the model's science? No (just won't work)

Configurations affected: f05 1850 SP CLM45/CLM50

Details of bug

Here's the fix needed...

diff --git a/bld/namelist_files/namelist_defaults_clm4_5.xml b/bld/namelist_files/namelist_defaults_clm4_5.xml
index eb4b247..21809bc 100644
--- a/bld/namelist_files/namelist_defaults_clm4_5.xml
+++ b/bld/namelist_files/namelist_defaults_clm4_5.xml
@@ -755,8 +755,6 @@ lnd/clm2/surfdata_map/surfdata_1x1_mexicocityMEX_16pfts_Irrig_CMIP6_simyr2000_c1
 lnd/clm2/surfdata_map/surfdata_1x1_urbanc_alpha_16pfts_Irrig_CMIP6_simyr2000_c171214.nc</fsurdat>
 
 <!-- for pre-industrial simulations - year 1850 without crop -->
-<fsurdat hgrid="0.47x0.63"  sim_year="1850" use_crop=".false." irrigate=".true.">
-lnd/clm2/surfdata_map/surfdata_0.47x0.63_16pfts_Irrig_CMIP6_simyr1850_c180508.nc</fsurdat>
 <fsurdat hgrid="360x720cru"   sim_year="1850" use_crop=".false." irrigate=".true." >
 lnd/clm2/surfdata_map/surfdata_360x720cru_16pfts_Irrig_CMIP6_simyr1850_c170824.nc</fsurdat>
 <fsurdat hgrid="48x96"        sim_year="1850" use_crop=".false." irrigate=".true.">

Important output or errors that show the problem

[Fill this in with anything relevant that you haven't already noted; if there is nothing to add, delete this section.]

@ekluzek ekluzek added severity: critical priority: high High priority to fix/merge soon, e.g., because it is a problem in important configurations bug something is working incorrectly labels Nov 27, 2018
@ekluzek ekluzek added this to the cesm2.1.0 milestone Nov 27, 2018
@ekluzek ekluzek self-assigned this Nov 27, 2018
ekluzek added a commit to ekluzek/CTSM that referenced this issue Nov 28, 2018
…hat was getting picked instead of the correct one fixes ESCOMP#576
@ekluzek
Copy link
Collaborator Author

ekluzek commented Nov 28, 2018

I made sure the following would work with the change and they do:

SMS.f05_f05_mg17.I1850Clm50BgcCrop.cheyenne_intel.clm-default
SMS.f05_f05_mg17.I1850Clm50Sp.cheyenne_intel.clm-default
SMS.f05_f05_mg17.I2000Clm50BgcCrop.cheyenne_intel.clm-default
SMS.f05_f05_mg17.I2000Clm50Sp.cheyenne_intel.clm-default
SMS.f05_f05_mg17.IHistClm50BgcCrop.cheyenne_intel.clm-default
SMS.f05_f05_mg17.IHistClm50Sp.cheyenne_intel.clm-default

So all of the f05 fsurdat and landuse.timeseries files are working (crop and non-crop, and 1850, 2000 and transient)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something is working incorrectly priority: high High priority to fix/merge soon, e.g., because it is a problem in important configurations
Projects
Status: Done (non release/external)
Development

No branches or pull requests

1 participant