Skip to content

Commit

Permalink
use fms
Browse files Browse the repository at this point in the history
  • Loading branch information
mlee03 committed Mar 13, 2024
1 parent 9d71ff5 commit 273a7bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions full/coupler_main.F90
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@
program coupler_main

use omp_lib
use FMS
use full_coupler_mod

call fms_mpp_init()
Expand Down
2 changes: 1 addition & 1 deletion full/full_coupler_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module full_coupler_mod
implicit none
private

public :: FMS, fmsconstants_init
public :: fmsconstants_init
public :: update_atmos_model_dynamics, update_atmos_model_down, update_atmos_model_up
public :: update_atmos_model_radiation, update_atmos_model_state
public :: update_land_model_fast, update_land_model_slow
Expand Down

0 comments on commit 273a7bf

Please sign in to comment.