Skip to content

Commit

Permalink
Correction to bypass recent error documented by Bill
Browse files Browse the repository at this point in the history
Not all fsurdat files contain the variable F0, so I removed this
variable from the list of variables modified by fsurdat_modify
  • Loading branch information
slevis-lmwg committed Dec 1, 2021
1 parent ad75392 commit ae9ac32
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion cime_config/SystemTests/fsurdatmodifyctsm.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def __init__(self, case):
self._fsurdat_in = fsurdat_in.group(1)
break

# self._fsurdat_in = os.path.join('/glade/work/slevis/git/mksurfdata_maps_wo_src_masks/python/ctsm/test/testinputs/surfdata_5x5_amazon_16pfts_Irrig_CMIP6_simyr2000_c171214.nc')
self._fsurdat_out = os.path.join(
self._get_caseroot(), 'fsurdat.nc')
self._ctsm_root = self._case.get_value(
Expand Down
1 change: 0 additions & 1 deletion python/ctsm/modify_fsurdat/modify_fsurdat.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ def set_idealized(self):
organic = 0

# 2D variables
self.setvar_lev0('F0', max_inundated)
self.setvar_lev0('FMAX', max_sat_area)
self.setvar_lev0('STD_ELEV', std_elev)
self.setvar_lev0('SLOPE', slope)
Expand Down
1 change: 0 additions & 1 deletion tools/modify_fsurdat/modify_template.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ fsurdat_out = FILL_THIS_IN
# fsurdat variables, some through this file and others by using hardwired
# defaults, then set this to True. Hardwired values are as follows:
# zbedrock = 10
# F0 = 0 max inundated fraction
# SLOPE = 0
# PFTDATA_MASK = 1
# LANDFRAC_PFT = 1
Expand Down

0 comments on commit ae9ac32

Please sign in to comment.