From f2af60b1f4f1bac8c896c501f74f3d9e377c84d4 Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Thu, 27 Jun 2024 17:30:17 -0600 Subject: [PATCH 1/4] new fix for add_gusts --- mediator/med_phases_aofluxes_mod.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediator/med_phases_aofluxes_mod.F90 b/mediator/med_phases_aofluxes_mod.F90 index e6dfa987..406160cb 100644 --- a/mediator/med_phases_aofluxes_mod.F90 +++ b/mediator/med_phases_aofluxes_mod.F90 @@ -1601,7 +1601,7 @@ subroutine set_aoflux_in_pointers(fldbun_a, fldbun_o, aoflux_in, lsize, xgrid, r if (chkerr(rc,__LINE__,u_FILE_u)) return call fldbun_getfldptr(fldbun_a, 'Sa_shum', aoflux_in%shum, xgrid=xgrid, rc=rc) if (chkerr(rc,__LINE__,u_FILE_u)) return - if (associated(aoflux_in%rainc)) then + if (add_gusts) then call fldbun_getfldptr(fldbun_a, 'Faxa_rainc', aoflux_in%rainc, xgrid=xgrid, rc=rc) if (chkerr(rc,__LINE__,u_FILE_u)) return end if From 428ecc6cbe4d046be11b032445ab0fa7fdf212d0 Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Fri, 28 Jun 2024 06:28:38 -0600 Subject: [PATCH 2/4] update share to use head of main in srt test --- .github/workflows/srt.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/srt.yml b/.github/workflows/srt.yml index c33bf0e3..95f7bbcd 100644 --- a/.github/workflows/srt.yml +++ b/.github/workflows/srt.yml @@ -95,6 +95,8 @@ jobs: cd ../components/cdeps git checkout main git submodule update --init + cd ../../share + git checkout main - name: Cache ESMF id: cache-esmf From 1605a750fdc5f0b646017335bf4879df8a1719dd Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Fri, 28 Jun 2024 06:48:28 -0600 Subject: [PATCH 3/4] debug workflow --- .github/workflows/srt.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/srt.yml b/.github/workflows/srt.yml index 95f7bbcd..efec7ba8 100644 --- a/.github/workflows/srt.yml +++ b/.github/workflows/srt.yml @@ -172,6 +172,6 @@ jobs: popd # the following can be used by developers to login to the github server in case of errors # see https://github.com/marketplace/actions/debugging-with-tmate for further details -# - name: Setup tmate session -# if: ${{ failure() }} -# uses: mxschmitt/action-tmate@v3 + - name: Setup tmate session + if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3 From fbb231817a245c3f247401fea141db01f5f7794d Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Mon, 1 Jul 2024 07:00:34 -0600 Subject: [PATCH 4/4] remove redundent use statement --- cesm/nuopc_cap_share/seq_drydep_mod.F90 | 2 -- 1 file changed, 2 deletions(-) diff --git a/cesm/nuopc_cap_share/seq_drydep_mod.F90 b/cesm/nuopc_cap_share/seq_drydep_mod.F90 index 780a6c61..3d6c292e 100644 --- a/cesm/nuopc_cap_share/seq_drydep_mod.F90 +++ b/cesm/nuopc_cap_share/seq_drydep_mod.F90 @@ -1,8 +1,6 @@ module seq_drydep_mod use shr_drydep_mod, only: seq_drydep_setHCoeff=>shr_drydep_setHCoeff - use shr_drydep_mod - implicit none ! method specification