Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions drivers/cime/esm.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1266,6 +1266,8 @@ subroutine esm_set_single_column_attributes(compname, gcomp, rc)
read(cvalue,*) scol_lat
call NUOPC_CompAttributeGet(gcomp, name='single_column_lnd_domainfile', value=single_column_lnd_domainfile, rc=rc)
if (ChkErr(rc,__LINE__,u_FILE_u)) return
call NUOPC_CompAttributeAdd(gcomp, attrList=(/'scol_spval'/), rc=rc)
if (chkerr(rc,__LINE__,u_FILE_u)) return

if ( (scol_lon < scol_spval .and. scol_lat > scol_spval) .or. &
(scol_lon > scol_spval .and. scol_lat < scol_spval)) then
Expand Down Expand Up @@ -1307,8 +1309,7 @@ subroutine esm_set_single_column_attributes(compname, gcomp, rc)
'scol_lndmask', &
'scol_lndfrac', &
'scol_ocnmask', &
'scol_ocnfrac', &
'scol_spval '/), rc=rc)
'scol_ocnfrac'/), rc=rc)
if (chkerr(rc,__LINE__,u_FILE_u)) return

if (trim(single_column_lnd_domainfile) /= 'UNSET') then
Expand Down