Skip to content

Commit

Permalink
Correct some chgres_cube comment documentation
Browse files Browse the repository at this point in the history
Correct prolog comments in chgres_cube module "program_setup.f90".

Addresses Issue #193.
  • Loading branch information
LarissaReames-NOAA authored Oct 30, 2020
1 parent 486df9f commit bd16d3b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sorc/chgres_cube.fd/program_setup.f90
Original file line number Diff line number Diff line change
Expand Up @@ -129,30 +129,30 @@ module program_setup
! data to the target grid instead of using data from
! static data. Use with caution as vegetation categories
! can vary.
! Default: False
! Default: True
!
! sotyp_from_climo If false, interpolate soil type from the input
! data to the target grid instead of using data from
! static data. Use with caution as the code assumes
! input soil type use STATSGO soil categories.
! Default: False
! Default: True
!
! vgfrc_from_climo If false, interpolate vegetation fraction from the input
! data to the target grid instead of using data from
! static data. Use with caution as vegetation categories
! can vary.
! Default: False
! Default: True
!
! minmax_vgfrc_from_climo If false, interpolate min/max vegetation fraction from
! the input data to the target grid instead of using data
! from static data. Use with caution as vegetation
! categories can vary.
! Default: False
! Default: True
!
! lai_from_climo If false, interpolate leaf area index from the input
! data to the target grid instead of using data from
! static data.
! Default: False
! Default: True
!
! tg3_from_soil If false, use lowest level soil temperature for the
! base soil temperature instead of using data from
Expand Down

0 comments on commit bd16d3b

Please sign in to comment.