Skip to content

Commit

Permalink
Replace mentions of "CAM" with "CAM-SIMA"
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanchihwang committed Jun 12, 2024
1 parent a0ac03b commit 0c564c0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions src/dynamics/mpas/dyn_comp.F90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module dyn_comp
use dyn_mpas_subdriver, only: mpas_dynamical_core_type

! Modules from CAM.
! Modules from CAM-SIMA.
use air_composition, only: thermodynamic_active_species_num, &
thermodynamic_active_species_liq_num, &
thermodynamic_active_species_ice_num, &
Expand Down Expand Up @@ -41,7 +41,7 @@ module dyn_comp
implicit none

private
! Provide APIs required by CAM Control.
! Provide APIs required by CAM-SIMA.
public :: dyn_import_t
public :: dyn_export_t
public :: dyn_readnl
Expand All @@ -57,14 +57,14 @@ module dyn_comp
public :: deg_to_rad, rad_to_deg

!> NOTE:
!> This derived type is not used by MPAS dynamical core. It exists only as a placeholder because CAM Control requires it.
!> This derived type is not used by MPAS dynamical core. It exists only as a placeholder because CAM-SIMA requires it.
!> Developers/Maintainers/Users who wish to interact with MPAS dynamical core may do so by using the "instance/object"
!> below.
type :: dyn_import_t
end type dyn_import_t

!> NOTE:
!> This derived type is not used by MPAS dynamical core. It exists only as a placeholder because CAM Control requires it.
!> This derived type is not used by MPAS dynamical core. It exists only as a placeholder because CAM-SIMA requires it.
!> Developers/Maintainers/Users who wish to interact with MPAS dynamical core may do so by using the "instance/object"
!> below.
type :: dyn_export_t
Expand Down
4 changes: 2 additions & 2 deletions src/dynamics/mpas/dyn_grid.F90
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module dyn_grid
! Modules from CAM.
! Modules from CAM-SIMA.
use cam_abortutils, only: check_allocate, endrun
use cam_constituents, only: num_advected
use cam_grid_support, only: cam_grid_register, cam_grid_attribute_register, &
Expand Down Expand Up @@ -30,7 +30,7 @@ module dyn_grid
implicit none

private
! Provide APIs required by CAM Control.
! Provide APIs required by CAM-SIMA.
public :: model_grid_init

public :: dyn_grid_id
Expand Down
2 changes: 1 addition & 1 deletion src/dynamics/mpas/stepon.F90
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module stepon
implicit none

private
! Provide APIs required by CAM Control.
! Provide APIs required by CAM-SIMA.
public :: stepon_init
public :: stepon_run1
public :: stepon_run2
Expand Down

0 comments on commit 0c564c0

Please sign in to comment.