In which file do I find the crop phenology and morpholofy parameters?

Status
Not open for further replies.

Tanja

New Member
I found crop phenology and morpholofy parameters my selves. They are in clm5.params.nc. However I would like to change the value of Bom (page 84 in the CLM5.0 Documentation). The default value is 2.7. I think this parameter is hardcoded, but can anyone tell me were I have to look to find it?
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
Bom is described by equation 7.61. It is calculated in SoilStateInitTimeConstMod.F90:

om_b = min(2.7_r8 + 9.3_r8 *(zsoi(lev)/zsapric), 12.0_r8)
 

Tanja

New Member
Thank you very much. Can you maybe also tell me, in which file I find the PFT stomata conductance parameters g1 (Table 9.1)? I have looked in clm5.params.nc, but I can not find it.
Regards
Tanja
 
Status
Not open for further replies.
Back
Top