Skip to content

Commit

Permalink
Merge pull request #265 from GEOS-ESM/feature/ewlundgr/compatibility_…
Browse files Browse the repository at this point in the history
…with_gc_14.2.0_hemco_3.7.0

Remove WLI export for compatibility with GEOS-Chem 14.2.0 and HEMCO 3.7.0
  • Loading branch information
Christoph Keller authored Oct 13, 2023
2 parents c2f716e + aeebf6c commit d801035
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion HEMCO_GridComp/HEMCO_GridCompMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,6 @@ SUBROUTINE SetExtFields ( Clock, Inst, RC )
CALL HCO_Imp2Ext ( HcoState, ExtState%U10M , 'U10M' , __RC__ )
CALL HCO_Imp2Ext ( HcoState, ExtState%V10M , 'V10M' , __RC__ )
CALL HCO_Imp2Ext ( HcoState, ExtState%ALBD , 'ALBVF' , __RC__ )
CALL HCO_Imp2Ext ( HcoState, ExtState%WLI , 'LWI' , __RC__ )
CALL HCO_Imp2Ext ( HcoState, ExtState%T2M , 'T2M' , __RC__ )
CALL HCO_Imp2Ext ( HcoState, ExtState%TSKIN , 'TS' , __RC__ )
CALL HCO_Imp2Ext ( HcoState, ExtState%GWETTOP , 'WET1' , __RC__ )
Expand Down

0 comments on commit d801035

Please sign in to comment.