Skip to content

Commit 4c5460a

Browse files
authored
Merge pull request #122 from jedwards4b/esmf_aware_threading_change
This vm is needed for the esmf_aware_threading feature. This PR together with #115 will make the next mosart tag: `mosart1.1.11`
2 parents 6639daa + 2116e31 commit 4c5460a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/cpl/nuopc/rof_comp_nuopc.F90

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ module rof_comp_nuopc
2525
model_label_DataInitialize => label_DataInitialize, &
2626
model_label_SetRunClock => label_SetRunClock, &
2727
model_label_Finalize => label_Finalize, &
28-
NUOPC_ModelGet
28+
NUOPC_ModelGet, &
29+
SetVM
2930
use shr_kind_mod , only : R8=>SHR_KIND_R8, CL=>SHR_KIND_CL, CS=>SHR_KIND_CS
3031
use shr_sys_mod , only : shr_sys_abort
3132
use shr_log_mod , only : shr_log_getlogunit, shr_log_setlogunit
@@ -49,6 +50,7 @@ module rof_comp_nuopc
4950

5051
! Module routines
5152
public :: SetServices
53+
public :: SetVM
5254
private :: InitializeP0
5355
private :: InitializeAdvertise
5456
private :: InitializeRealize

0 commit comments

Comments
 (0)