Skip to content

Commit

Permalink
Merge pull request ESCOMP#169 from ekluzek/read_zbot
Browse files Browse the repository at this point in the history
Actually add a read for ZBOT in the streams for CLMNCEP fixing ESCOMP#168
  • Loading branch information
jedwards4b authored Jun 15, 2022
2 parents 78743b2 + a27404c commit d62218d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datm/datm_datamode_clmncep_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ subroutine datm_datamode_clmncep_init_pointers(importState, exportState, sdat, r
if (ChkErr(rc,__LINE__,u_FILE_u)) return
call shr_strdata_get_stream_pointer( sdat, 'Sa_rh' , strm_rh , rc)
if (ChkErr(rc,__LINE__,u_FILE_u)) return
call shr_strdata_get_stream_pointer( sdat, 'Sa_z' , strm_z , rc)
if (ChkErr(rc,__LINE__,u_FILE_u)) return
call shr_strdata_get_stream_pointer( sdat, 'Faxa_swdndf' , strm_swdndf, rc)
if (ChkErr(rc,__LINE__,u_FILE_u)) return
call shr_strdata_get_stream_pointer( sdat, 'Faxa_swdndr' , strm_swdndr, rc)
Expand Down

0 comments on commit d62218d

Please sign in to comment.