Skip to content

Commit

Permalink
Using w3emc wrapper module to reduce type-mismatch warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
scrasmussen committed Jan 17, 2024
1 parent e607121 commit e3f3f17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scm/src/GFS_typedefs.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3161,6 +3161,7 @@ subroutine control_initialize (Model, nlunit, fn_nml, me, master, &
communicator, ntasks, nthreads)

!--- modules
use w3emc, only: w3difdat
use physcons, only: con_rerth, con_pi, con_p0, rhowater
use mersenne_twister, only: random_setseed, random_number
use parse_tracers, only: get_tracer_index
Expand Down
1 change: 1 addition & 0 deletions scm/src/GFS_typedefs.meta
Original file line number Diff line number Diff line change
Expand Up @@ -9665,6 +9665,7 @@
relative_path = ../../ccpp/physics/physics
dependencies = machine.F,physcons.F90,radlw_param.f,radsw_param.f
dependencies = GFDL_parse_tracers.F90,h2o_def.f,ozne_def.f,GFS_ccpp_suite_sim_pre.F90
dependencies = w3emc_wrapper.F90

[ccpp-arg-table]
name = GFS_typedefs
Expand Down

0 comments on commit e3f3f17

Please sign in to comment.