Skip to content

Commit

Permalink
Update src/offline/cable_input.F90
Browse files Browse the repository at this point in the history
Comment alignment

Co-authored-by: Claire Carouge <ccarouge@users.noreply.github.com>
  • Loading branch information
rml599gh and ccarouge authored Jun 6, 2024
1 parent 63bd149 commit cad3cc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/offline/cable_input.F90
Original file line number Diff line number Diff line change
Expand Up @@ -483,9 +483,9 @@ SUBROUTINE open_met_file(dels,koffset,kend,spinup, TFRZ)
IF (ok /= NF90_NOERR) CALL nc_abort &
(ok,'Error opening netcdf met forcing file '//TRIM(filename%met)// &
' (SUBROUTINE open_met_file)')
! R. Law (rml599gh) 30/05/24 ncid_mask needs to be set to ncid_met
! if reading a met data file otherwise code crashes if trying to do
! multiple sites with a met data file
! R. Law (rml599gh) 30/05/24 ncid_mask needs to be set to ncid_met
! if reading a met data file otherwise code crashes if trying to do
! multiple sites with a met data file
ncid_mask = ncid_met
ENDIF

Expand Down

0 comments on commit cad3cc9

Please sign in to comment.