Skip to content

Commit

Permalink
Merge branch 'develop' into lowres_grids
Browse files Browse the repository at this point in the history
  • Loading branch information
George Gayno committed Dec 9, 2024
2 parents c8dad11 + 4630b7d commit db7f7c2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions sorc/ocean_merge.fd/merge_lake_ocnmsk.F90
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ program merge_lake_ocnmsk

implicit none

character(len=120) :: pth1
character(len=120) :: pth2,pth3
character(len=200) :: pth1
character(len=200) :: pth2,pth3
character(len=10) :: atmres,ocnres

integer :: binary_lake
Expand Down
6 changes: 3 additions & 3 deletions sorc/ocean_merge.fd/namelist.F90
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ subroutine read_nml(ocean_mask_dir, lake_mask_dir, atmres,ocnres,out_dir,binary_

integer :: unit=7, io_status

character(len=120), intent(out) :: ocean_mask_dir
character(len=120), intent(out) :: lake_mask_dir
character(len=120), intent(out) :: out_dir
character(len=200), intent(out) :: ocean_mask_dir
character(len=200), intent(out) :: lake_mask_dir
character(len=200), intent(out) :: out_dir
character(len=10), intent(out) :: atmres,ocnres
integer, intent(out):: binary_lake

Expand Down
6 changes: 3 additions & 3 deletions tests/ocean_merge/ftst_read_nml.F90
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ program read_namelist

implicit none

character(len=120) :: ocean_mask_dir
character(len=120) :: lake_mask_dir
character(len=120) :: out_dir
character(len=200) :: ocean_mask_dir
character(len=200) :: lake_mask_dir
character(len=200) :: out_dir
character(len=10) :: atmres,ocnres

integer :: binary_lake
Expand Down

0 comments on commit db7f7c2

Please sign in to comment.