Skip to content

Commit b9c1b4e

Browse files
committed
Adding compset/support for FISMF
1 parent 0f9a6f9 commit b9c1b4e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

cime_config/allactive/config_compsets.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,11 +314,11 @@
314314

315315
<compset>
316316
<alias>CRYOSSP370</alias>
317-
<lname>SSP370SOI_EAM%CMIP6_ELM%SPBC_MPASSI%DIB_MPASO%IBISMF_MOSART_SGLC_SWAV</lname>
317+
<lname>SSP370SOI_EAM%CMIP6_ELM%SPBC_MPASSI%DIB_MPASO%IBPISMF_MOSART_SGLC_SWAV</lname>
318318
</compset>
319319

320320
<compset>
321-
<alias>CRYOSSP370-DISMF</alias>
321+
<alias>CRYOSSP370-FISMF</alias>
322322
<lname>SSP370SOI_EAM%CMIP6_ELM%SPBC_MPASSI%DIB_MPASO%IBDISMF_MOSART_SGLC_SWAV</lname>
323323
</compset>
324324

components/mpas-ocean/cime_config/buildnml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def buildnml(case, caseroot, compname):
268268
ic_date = '210203'
269269
ic_prefix = 'mpaso.SOwISC12to60E2r4.rstFromG-anvil'
270270
if ocn_ismf == 'data':
271-
data_ismf_file = 'prescribed_ismf_adusumilli2020.SOwISC12to60E2r4.230516.nc'
271+
data_ismf_file = 'prescribed_ismf_v2_1.SORRM.historical_0751-yrs2010-2014.nc'
272272

273273
elif ocn_grid == 'ECwISC30to60E2r1':
274274
decomp_date = '200915'

components/mpas-ocean/src/analysis_members/mpas_ocn_conservation_check.F

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2431,11 +2431,11 @@ subroutine ocn_restart_conservation_check(domain, err)!{{{
24312431

24322432
err = 0
24332433

2434-
if ( trim(config_land_ice_flux_mode) == 'standalone' .or. &
2435-
trim(config_land_ice_flux_mode) == 'data' ) .or. &
2436-
trim(config_land_ice_flux_mode) == 'coupled' ) then
2434+
! if ( trim(config_land_ice_flux_mode) == 'standalone' .or. &
2435+
! trim(config_land_ice_flux_mode) == 'data' ) .or. &
2436+
! trim(config_land_ice_flux_mode) == 'coupled' ) then
24372437
landIceFreshwaterFluxesOn = .true.
2438-
end if
2438+
! end if
24392439

24402440
end subroutine ocn_restart_conservation_check!}}}
24412441

0 commit comments

Comments
 (0)