Skip to content

Commit a7a1c9a

Browse files
committed
Princeton forcing does not provide snowfall.
1 parent d3e39e1 commit a7a1c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/offline/cable_input.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ SUBROUTINE open_met_file(dels,koffset,kend,spinup, TFRZ)
400400
PRINT*,'rainf'
401401
CALL handle_err( ok )
402402
ENDIF
403-
IF(.NOT. globalMetfile%l_gpcc) THEN
403+
IF(.NOT. globalMetfile%l_gpcc .AND. TRIM(cable_user%MetType) /= 'prin') THEN
404404
ok = NF90_OPEN(gswpfile%snowf,0,ncid_snow)
405405
IF (ok /= NF90_NOERR) THEN
406406
PRINT*,'snow'

0 commit comments

Comments
 (0)