Skip to content

Commit 5ebbb7b

Browse files
authored
Merge pull request #882 from GEOS-ESM/feature/wjiang/no_bc_check
Refine check for allowable bcs versions to be run with CatchCN
2 parents 75932a2 + 5c16713 commit 5ebbb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSsurface_GridComp/Utils/mk_restarts/mk_catchANDcnRestarts.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ subroutine process_cmd()
112112
call getarg(nxt,arg)
113113
end do
114114
if (index(model, 'catchcn') /=0 ) then
115-
if((INDEX(out_bcsdir, 'NL') == 0).AND.(INDEX(out_bcsdir, 'OutData') == 0)) then
115+
if((INDEX(out_bcsdir, '/ICA/') /= 0) .or. (INDEX(out_bcsdir, '/GM4/') /= 0)) then
116116
print *,'Land BCs in : ',trim(out_bcsdir)
117117
print *,'do not support ',trim (model)
118118
stop

0 commit comments

Comments
 (0)