error_codes.f90 Source File


Files dependent on this one

sourcefile~~error_codes.f90~~AfferentGraph sourcefile~error_codes.f90 error_codes.f90 sourcefile~speedy.f90 speedy.f90 sourcefile~speedy.f90->sourcefile~error_codes.f90 sourcefile~speedy_driver.f90 speedy_driver.f90 sourcefile~speedy_driver.f90->sourcefile~speedy.f90

Contents

Source Code


Source Code

!> author: Andres Perez Hortal
!  date: 02/07/2021
!  Module defining the erorr codes used by the SPEEDY model
module error_codes
    implicit none

    integer, parameter :: E_STATE_NOT_INITIALIZED=-1

end module