Class gridset_surfaceflux
In: ../src/surface_flux/gridset_surfaceflux.f90

地表面フラックス用格子点情報モジュール

Methods

Included Modules

dc_types dc_message gridset mpi_wrapper

Public Instance methods

Subroutine :

[Source]

    subroutine GridsetSurfacefluxInit

      imax = nx
      jmax = ny
      kmax = nz

      ! メッセージ出力
      ! Message Output 
      !
      if (myrank == 0) then 
        call MessageNotify( "M", module_name, "imax = %d", i=(/imax/) )
        call MessageNotify( "M", module_name, "jmax = %d", i=(/jmax/) )
        call MessageNotify( "M", module_name, "kmax = %d", i=(/kmax/) )
     end if

    end subroutine GridsetSurfacefluxInit
imax
Variable :
imax :integer, save, public
: 鉛直層数. Number of vertical level
jmax
Variable :
jmax :integer, save, public
: 鉛直層数. Number of vertical level
kmax
Variable :
kmax :integer, save, public
: 鉛直層数. Number of vertical level