Skip to content

Commit

Permalink
Merge pull request NOAA-EMC#60 from hertneky/DTC_post
Browse files Browse the repository at this point in the history
Change MXLVL back to 70 for COMMCODE in RQSTFLD.F
  • Loading branch information
fossell authored Feb 3, 2020
2 parents 3dd46e7 + f695537 commit 172bab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/ncep_post.fd/RQSTFLD.F
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module RQSTFLD_mod
! increase MXFLD each time you add a new field
INTEGER, PARAMETER :: MXFLD=975
#ifdef COMMCODE
INTEGER, PARAMETER :: MXLVL=500
INTEGER, PARAMETER :: MXLVL=70
#else
INTEGER, PARAMETER :: MXLVL=500
#endif
Expand Down

0 comments on commit 172bab0

Please sign in to comment.