Skip to content

Commit

Permalink
simplifiying the HDR parsing to something simpler and fixing a bug wi…
Browse files Browse the repository at this point in the history
…th the MISC dir parsing
  • Loading branch information
Ryan McCarthy committed Jan 10, 2025
1 parent 10314a1 commit b2b53dc
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 262 deletions.
4 changes: 2 additions & 2 deletions build/source/elmfire.f90
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,11 @@ PROGRAM ELMFIRE
ENDIF
ELSE
IF (IRANK_WORLD .EQ. PARALLEL_IO_RANK(1)) THEN
CALL READ_BSQ_HEADER (ASP, FUELS_AND_TOPOGRAPHY_DIRECTORY, ASP_FILENAME, .FALSE.)
CALL READ_BSQ_HDR_HEADER (ASP, FUELS_AND_TOPOGRAPHY_DIRECTORY, ASP_FILENAME, .FALSE.)
ENDIF

IF (IRANK_WORLD .EQ. PARALLEL_IO_RANK(2)) THEN
CALL READ_BSQ_HEADER (WS , WEATHER_DIRECTORY , WS_FILENAME , .FALSE.)
CALL READ_BSQ_HDR_HEADER (WS , WEATHER_DIRECTORY , WS_FILENAME , .FALSE.)
ENDIF
ENDIF

Expand Down
Loading

0 comments on commit b2b53dc

Please sign in to comment.