Skip to content

Commit

Permalink
Modified maximum array sizes for meteo data.
Browse files Browse the repository at this point in the history
  • Loading branch information
lars2015 committed Jul 26, 2024
1 parent 4d74b1c commit 2df1402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mptrac.h
Original file line number Diff line number Diff line change
Expand Up @@ -258,12 +258,12 @@

/*! Maximum number of longitudes for meteo data. */
#ifndef EX
#define EX 1201
#define EX 1202
#endif

/*! Maximum number of latitudes for meteo data. */
#ifndef EY
#define EY 601
#define EY 602
#endif

/*! Maximum number of data points for ensemble analysis. */
Expand Down

0 comments on commit 2df1402

Please sign in to comment.