"QROOTSINK" is missing in cesm_archive

Status
Not open for further replies.

whh_xkp

Haohao WU
New Member
"QROOTSINK" is presented in WaterFluxBulkType.F90 in CLM5.0. However, it is not included in the output of the model results in cesm_archive. How could I get this variable, as I study the water flux between root and soil.
 

Attachments

  • cesm_archive.png
    cesm_archive.png
    22.3 KB · Views: 7

oleson

Keith Oleson
CSEG and Liaisons
Staff member
I'm not sure what "cesm_archive" is. This field is inactive by default (default='inactive') in WaterFluxBulkType.F90. To output it, e.g., on the monthly average history stream, add this in your user_nl_clm:

hist_fincl1 = 'QROOTSINK'
 

whh_xkp

Haohao WU
New Member
I'm not sure what "cesm_archive" is. This field is inactive by default (default='inactive') in WaterFluxBulkType.F90. To output it, e.g., on the monthly average history stream, add this in your user_nl_clm:

hist_fincl1 = 'QROOTSINK'
Thanks a lot for your help!
 
Status
Not open for further replies.
Back
Top