Skip to content

Commit

Permalink
add_lake_20200810: Add 'inland' description to meta data.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Aug 31, 2020
1 parent 93ac5c8 commit 0683946
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sorc/orog_mask_tools.fd/inland.fd/inland.F90
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ SUBROUTINE write_inland(cs_res)
CALL nc_opchk(stat, "nf90_def_var: inland")
stat = nf90_put_att(ncid, inland_id,'coordinates','geolon geolat')
CALL nc_opchk(stat, "nf90_put_att: inland:coordinates")
stat = nf90_put_att(ncid, inland_id,'description', &
'inland = 1 indicates grid cells away from coast')
CALL nc_opchk(stat, "nf90_put_att: inland:description")

stat = nf90_enddef(ncid)
CALL nc_opchk(stat, "nf90_enddef")
Expand Down

0 comments on commit 0683946

Please sign in to comment.