Skip to content

Commit

Permalink
Increase valid_max for f in ounp (NOAA-EMC#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitp-cmc authored May 31, 2023
1 parent 785cb3a commit 80572c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/src/ww3_ounp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3356,7 +3356,7 @@ SUBROUTINE W3CRNC (ITYPE, OTYPE, NCTYPE, NCFILE, NCID, DIMID, DIMLN, VARID, ONE,
IRET=NF90_PUT_ATT(NCID,VARID(12),'scale_factor',1.)
IRET=NF90_PUT_ATT(NCID,VARID(12),'add_offset',0.)
IRET=NF90_PUT_ATT(NCID,VARID(12),'valid_min',0.)
IRET=NF90_PUT_ATT(NCID,VARID(12),'valid_max',100.)
IRET=NF90_PUT_ATT(NCID,VARID(12),'valid_max',1000.)
IRET=NF90_PUT_ATT(NCID,VARID(12),'_FillValue',NF90_FILL_FLOAT)
IRET=NF90_PUT_ATT(NCID,VARID(12),'content','TXY')
IRET=NF90_PUT_ATT(NCID,VARID(12),'associates','time station frequency')
Expand Down

0 comments on commit 80572c5

Please sign in to comment.