Skip to content

Commit ebcfeaf

Browse files
authored
Merge pull request #645 from ACCESS-NRI/unused_Faxa_
Remove unused Faxa_ vars ### Description of changes Removes some unused fields from the CESM fields exchange module ### Specific notes CMEPS Issues Fixed (include github issue #): closes #644 Are changes expected to change answers? (specify if bfb, different at roundoff, more substantial) bfb Any User Interface Changes (namelist or namelist defaults changes)? None ### Testing performed Adhoc tests show no impact from this change, results are bfb with previous results.
2 parents 7750ad8 + 43421b3 commit ebcfeaf

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

mediator/esmFldsExchange_cesm_mod.F90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1814,7 +1814,6 @@ subroutine esmFldsExchange_cesm(gcomp, phase, rc)
18141814
! to ocn: merged sensible heat flux
18151815
! ---------------------------------------------------------------------
18161816
if (phase == 'advertise') then
1817-
call addfld_from(compatm , 'Faxa_sen')
18181817
call addfld_aoflux('Faox_sen')
18191818
call addfld_from(compice , 'Fioi_melth')
18201819
call addfld_to(compocn , 'Foxx_sen')
@@ -1830,7 +1829,6 @@ subroutine esmFldsExchange_cesm(gcomp, phase, rc)
18301829
! to ocn: surface latent heat flux and evaporation water flux
18311830
! ---------------------------------------------------------------------
18321831
if (phase == 'advertise') then
1833-
call addfld_from(compatm, 'Faxa_lat' )
18341832
call addfld_aoflux( 'Faox_lat' )
18351833
call addfld_aoflux( 'Faox_evap')
18361834
call addfld_to(compocn, 'Foxx_lat' )

0 commit comments

Comments
 (0)