Skip to content

Commit

Permalink
Allow for longer path to the file with a long name
Browse files Browse the repository at this point in the history
  • Loading branch information
skosukhin committed Sep 29, 2023
1 parent 624ba90 commit 0c9c691
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/rfmip-clear-sky/rrtmgp_rfmip_lw.F90
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ program rrtmgp_rfmip_lw
!
! Local variables
!
character(len=132) :: rfmip_file = 'multiple_input4MIPs_radiation_RFMIP_UColorado-RFMIP-1-2_none.nc', &
kdist_file = 'coefficients_lw.nc'
character(len=256) :: rfmip_file = 'multiple_input4MIPs_radiation_RFMIP_UColorado-RFMIP-1-2_none.nc'
character(len=132) :: kdist_file = 'coefficients_lw.nc'
character(len=132) :: flxdn_file, flxup_file
integer :: nargs, ncol, nlay, nbnd, nexp, nblocks, block_size, forcing_index, physics_index, n_quad_angles = 1
logical :: top_at_1
Expand Down
4 changes: 2 additions & 2 deletions examples/rfmip-clear-sky/rrtmgp_rfmip_sw.F90
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ program rrtmgp_rfmip_sw
!
! Local variables
!
character(len=132) :: rfmip_file = 'multiple_input4MIPs_radiation_RFMIP_UColorado-RFMIP-1-2_none.nc', &
kdist_file = 'coefficients_sw.nc'
character(len=256) :: rfmip_file = 'multiple_input4MIPs_radiation_RFMIP_UColorado-RFMIP-1-2_none.nc'
character(len=132) :: kdist_file = 'coefficients_sw.nc'
character(len=132) :: flxdn_file, flxup_file
integer :: nargs, ncol, nlay, nbnd, ngpt, nexp, nblocks, block_size, forcing_index
logical :: top_at_1
Expand Down

0 comments on commit 0c9c691

Please sign in to comment.