From e07c7d67bb217fb71f43c36a50dcbd611082285d Mon Sep 17 00:00:00 2001 From: Haipeng Lin Date: Mon, 20 Mar 2023 15:38:22 -0400 Subject: [PATCH 1/2] Fix TSKIN field to correct value --- src/chemistry/geoschem/chemistry.F90 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/chemistry/geoschem/chemistry.F90 b/src/chemistry/geoschem/chemistry.F90 index e801587b1e..14fae16d66 100644 --- a/src/chemistry/geoschem/chemistry.F90 +++ b/src/chemistry/geoschem/chemistry.F90 @@ -2782,12 +2782,18 @@ subroutine chem_timestep_tend( state, ptend, cam_in, cam_out, dT, pbuf, fh2o ) ! Dimensions : nX, nY State_Met(LCHNK)%SLP (1,:nY) = state%ps(:nY)*0.01e+0_fp - ! Field : TS, TSKIN - ! Description: Surface temperature, surface skin temperature + ! Field : TS + ! Description: Surface temperature ! Unit : K ! Dimensions : nX, nY State_Met(LCHNK)%TS (1,:nY) = cam_in%TS(:nY) - State_Met(LCHNK)%TSKIN (1,:nY) = cam_in%TS(:nY) + + ! Field : TSKIN + ! Description: Surface skin temperature + ! Remarks : NOT to be confused with TS (T at 2m) (hplin, 3/20/23) + ! Unit : K + ! Dimensions : nX, nY + State_Met(LCHNK)%TSKIN (1,:nY) = cam_in%SST(:nY) ! Field : SWGDN ! Description: Incident radiation @ ground From bda2db3104138b810df8a2888c033400d1376ddf Mon Sep 17 00:00:00 2001 From: Haipeng Lin Date: Mon, 20 Mar 2023 15:48:21 -0400 Subject: [PATCH 2/2] Update upstream HEMCO-CESM 1.1.3 --- Externals_CAM.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Externals_CAM.cfg b/Externals_CAM.cfg index 19fd8351de..15aa548487 100644 --- a/Externals_CAM.cfg +++ b/Externals_CAM.cfg @@ -84,7 +84,7 @@ local_path = src/chemistry/geoschem/geoschem_src required = True [hemco] -tag = hemco-cesm1_1_1_hemco3_6_2 +tag = hemco-cesm1_1_3_hemco3_6_2 protocol = git repo_url = https://github.com/ESCOMP/HEMCO_CESM.git local_path = src/hemco