Skip to content

Commit

Permalink
Fix typo from DJ
Browse files Browse the repository at this point in the history
  • Loading branch information
kthyng authored Jun 29, 2020
1 parent a7786d5 commit db3b956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ROMS/Modules/mod_clima.F
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ SUBROUTINE allocate_clima (ng, LBi, UBi, LBj, UBj)
#endif

!Added by DJ ------------------------
#if defined OFFLINE && FLOAT_OIL
#if defined OFFLINE && defined FLOAT_OIL
allocate ( CLIMA(ng) % Uwind(LBi:UBi,LBj:UBj) )
allocate ( CLIMA(ng) % Vwind(LBi:UBi,LBj:UBj) )
# ifdef ANA_WINDS
Expand Down

0 comments on commit db3b956

Please sign in to comment.