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

question about dynamic global vegetaition

MikeYuan

tfYuan
Member
Hello, I chose the compset IHistClm50BgcCrop to simulate the dynamic global vegetaition, but I have no idea how to turn on it, should I set the "use_cndv"?
But I could't found this namelist variable in my lnd_in file.
The doubt made me confused.
---------------------------------------------------------------------------------------------------------------------------------
Related file are attached below, any suggestions to answer the question will be really helpful!

Thank you.
Mike
 

Attachments

  • lnd_in.txt
    10.3 KB · Views: 4
  • user_nl_clm.txt
    3.1 KB · Views: 4

oleson

Keith Oleson
CSEG and Liaisons
Staff member
The DGVM is not supported in recent versions of the model nor is it likely to work well or at all.
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
You would have to go back to the CESM1 series to get a version that would run properly in a scientifically supported configuration.
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
You can try turning it on by setting use_cndv = .true. in your user_nl_clm. But I doubt it will work well or at all, and we don't support it anymore.
 

MikeYuan

tfYuan
Member
You can try turning it on by setting use_cndv = .true. in your user_nl_clm. But I doubt it will work well or at all, and we don't support it anymore.
Thanks for your suggestion, Mr.Oleson. But it showed the following error:
err=ERROR : CLM build-namelist::CLMBuildNamelist::setup_cmdl_dynamic_vegetation() : use_cndv is inconsistent with the commandline setting of -dynamic_vegetation
 

erik

Erik Kluzek
CSEG and Liaisons
Staff member
You need to turn it on using the CLM_BLDNML_OPT xml variable. So you add "-dynamic_vegetation" to the end of that XML variable. You can use ./xmlchange --append to do that, or edit the xml file directly.
 
Top