Skip to content

Commit

Permalink
testing with new fix locations
Browse files Browse the repository at this point in the history
  • Loading branch information
sanatcumar committed Dec 7, 2023
1 parent c11ddcf commit cefff38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions sorc/ocean_merge.fd/merge_lake_ocnmsk.f90
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ program merge_lake_ocnmsk

implicit none

character(len=120) :: pth1
character(len=220) :: pth1
character(len=120) :: pth2,pth3
character(len=10) :: atmres,ocnres
real, parameter :: min_land=1.e-4, def_lakedp=10.
Expand All @@ -34,10 +34,8 @@ program merge_lake_ocnmsk
integer :: lake_pt,vlat
real, allocatable :: lake_frac(:,:),lake_depth(:,:),land_frac(:,:),ocn_frac(:,:),slmsk(:,:),lat2d(:,:)



call read_nml(pth1, pth2, atmres, ocnres, pth3,binary_lake)

nodp_pt=0
lake_pt=0
do tile=1,6
Expand Down Expand Up @@ -167,7 +165,7 @@ 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=220), intent(out) :: ocean_mask_dir
character(len=120), intent(out) :: lake_mask_dir
character(len=120), intent(out) :: out_dir
character(len=10), intent(out) :: atmres,ocnres
Expand Down
2 changes: 2 additions & 0 deletions ush/fv3gfs_driver_grid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,8 @@ export SAVE_DIR=$out_dir/sfc
export BASE_DIR=$home_dir
export FIX_FV3=$out_dir
export input_sfc_climo_dir=$home_dir/fix/sfc_climo
export ocean_mask_dir=$home_dir/fix/orog


if [ $gtype = regional_gfdl ] || [ $gtype = regional_esg ]; then
export HALO=$halop1
Expand Down

0 comments on commit cefff38

Please sign in to comment.