FE-Project
Loading...
Searching...
No Matches
Data Types | Functions/Subroutines
mod_user Module Reference

module USER More...

Data Types

type  user
 

Functions/Subroutines

subroutine user_mkinit (this, atm)
 

Detailed Description

module USER

Description
User defined module (dummy)
Author
Yuta Kawai, Team SCALE
NAMELIST
  • PARAM_USER
    nametypedefault valuecomment
    USER_DO logical .false.

History Output
No history output

Function/Subroutine Documentation

◆ user_mkinit()

subroutine mod_user::user_mkinit ( class(user), intent(inout) this,
class(atmoscomponent), intent(inout) atm )

Definition at line 56 of file mod_user.F90.

57 implicit none
58 class(User), intent(inout) :: this
59 class(AtmosComponent), intent(inout) :: atm
60 !------------------------------------------
61 return