Skip to content

Commit

Permalink
Copied custom rate function skeleton file into test configuration dir…
Browse files Browse the repository at this point in the history
…ectories
  • Loading branch information
AlfredMayhew committed Jan 11, 2024
1 parent 7525299 commit 17a3fb9
Show file tree
Hide file tree
Showing 26 changed files with 364 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/model_tests/env_model_1/configuration/customRateFuncs.f90
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
! ******************************************************************** !
! ATCHEM2 -- MODULE customRateFunctions
!
! This module contains user-defined functions that can be referenced
! in the mechanism file
! ******************************************************************** !
module custom_functions_mod
implicit none

contains

!Define your functions here.

end module custom_functions_mod
14 changes: 14 additions & 0 deletions tests/model_tests/env_model_2/configuration/customRateFuncs.f90
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
! ******************************************************************** !
! ATCHEM2 -- MODULE customRateFunctions
!
! This module contains user-defined functions that can be referenced
! in the mechanism file
! ******************************************************************** !
module custom_functions_mod
implicit none

contains

!Define your functions here.

end module custom_functions_mod
14 changes: 14 additions & 0 deletions tests/model_tests/env_model_3/configuration/customRateFuncs.f90
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
! ******************************************************************** !
! ATCHEM2 -- MODULE customRateFunctions
!
! This module contains user-defined functions that can be referenced
! in the mechanism file
! ******************************************************************** !
module custom_functions_mod
implicit none

contains

!Define your functions here.

end module custom_functions_mod
14 changes: 14 additions & 0 deletions tests/model_tests/env_model_4/configuration/customRateFuncs.f90
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
! ******************************************************************** !
! ATCHEM2 -- MODULE customRateFunctions
!
! This module contains user-defined functions that can be referenced
! in the mechanism file
! ******************************************************************** !
module custom_functions_mod
implicit none

contains

!Define your functions here.

end module custom_functions_mod
14 changes: 14 additions & 0 deletions tests/model_tests/firstorder/configuration/customRateFuncs.f90
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
! ******************************************************************** !
! ATCHEM2 -- MODULE customRateFunctions
!
! This module contains user-defined functions that can be referenced
! in the mechanism file
! ******************************************************************** !
module custom_functions_mod
implicit none

contains

!Define your functions here.

end module custom_functions_mod
14 changes: 14 additions & 0 deletions tests/model_tests/secondorder/configuration/customRateFuncs.f90
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
! ******************************************************************** !
! ATCHEM2 -- MODULE customRateFunctions
!
! This module contains user-defined functions that can be referenced
! in the mechanism file
! ******************************************************************** !
module custom_functions_mod
implicit none

contains

!Define your functions here.

end module custom_functions_mod
14 changes: 14 additions & 0 deletions tests/model_tests/spec_model_1/configuration/customRateFuncs.f90
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
! ******************************************************************** !
! ATCHEM2 -- MODULE customRateFunctions
!
! This module contains user-defined functions that can be referenced
! in the mechanism file
! ******************************************************************** !
module custom_functions_mod
implicit none

contains

!Define your functions here.

end module custom_functions_mod
14 changes: 14 additions & 0 deletions tests/model_tests/spec_model_kpp/configuration/customRateFuncs.f90
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
! ******************************************************************** !
! ATCHEM2 -- MODULE customRateFunctions
!
! This module contains user-defined functions that can be referenced
! in the mechanism file
! ******************************************************************** !
module custom_functions_mod
implicit none

contains

!Define your functions here.

end module custom_functions_mod
14 changes: 14 additions & 0 deletions tests/model_tests/static/configuration/customRateFuncs.f90
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
! ******************************************************************** !
! ATCHEM2 -- MODULE customRateFunctions
!
! This module contains user-defined functions that can be referenced
! in the mechanism file
! ******************************************************************** !
module custom_functions_mod
implicit none

contains

!Define your functions here.

end module custom_functions_mod
14 changes: 14 additions & 0 deletions tests/tests/short/model/configuration/customRateFuncs.f90
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
! ******************************************************************** !
! ATCHEM2 -- MODULE customRateFunctions
!
! This module contains user-defined functions that can be referenced
! in the mechanism file
! ******************************************************************** !
module custom_functions_mod
implicit none

contains

!Define your functions here.

end module custom_functions_mod
14 changes: 14 additions & 0 deletions tests/tests/short_dense/model/configuration/customRateFuncs.f90
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
! ******************************************************************** !
! ATCHEM2 -- MODULE customRateFunctions
!
! This module contains user-defined functions that can be referenced
! in the mechanism file
! ******************************************************************** !
module custom_functions_mod
implicit none

contains

!Define your functions here.

end module custom_functions_mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
! ******************************************************************** !
! ATCHEM2 -- MODULE customRateFunctions
!
! This module contains user-defined functions that can be referenced
! in the mechanism file
! ******************************************************************** !
module custom_functions_mod
implicit none

contains

!Define your functions here.

end module custom_functions_mod
14 changes: 14 additions & 0 deletions tests/tests/short_ext1/model/configuration/customRateFuncs.f90
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
! ******************************************************************** !
! ATCHEM2 -- MODULE customRateFunctions
!
! This module contains user-defined functions that can be referenced
! in the mechanism file
! ******************************************************************** !
module custom_functions_mod
implicit none

contains

!Define your functions here.

end module custom_functions_mod
14 changes: 14 additions & 0 deletions tests/tests/short_ext2/model/configuration/customRateFuncs.f90
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
! ******************************************************************** !
! ATCHEM2 -- MODULE customRateFunctions
!
! This module contains user-defined functions that can be referenced
! in the mechanism file
! ******************************************************************** !
module custom_functions_mod
implicit none

contains

!Define your functions here.

end module custom_functions_mod
14 changes: 14 additions & 0 deletions tests/tests/short_ext3/model/configuration/customRateFuncs.f90
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
! ******************************************************************** !
! ATCHEM2 -- MODULE customRateFunctions
!
! This module contains user-defined functions that can be referenced
! in the mechanism file
! ******************************************************************** !
module custom_functions_mod
implicit none

contains

!Define your functions here.

end module custom_functions_mod
14 changes: 14 additions & 0 deletions tests/tests/short_ext4/model/configuration/customRateFuncs.f90
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
! ******************************************************************** !
! ATCHEM2 -- MODULE customRateFunctions
!
! This module contains user-defined functions that can be referenced
! in the mechanism file
! ******************************************************************** !
module custom_functions_mod
implicit none

contains

!Define your functions here.

end module custom_functions_mod
14 changes: 14 additions & 0 deletions tests/tests/short_no_pre/model/configuration/customRateFuncs.f90
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
! ******************************************************************** !
! ATCHEM2 -- MODULE customRateFunctions
!
! This module contains user-defined functions that can be referenced
! in the mechanism file
! ******************************************************************** !
module custom_functions_mod
implicit none

contains

!Define your functions here.

end module custom_functions_mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
! ******************************************************************** !
! ATCHEM2 -- MODULE customRateFunctions
!
! This module contains user-defined functions that can be referenced
! in the mechanism file
! ******************************************************************** !
module custom_functions_mod
implicit none

contains

!Define your functions here.

end module custom_functions_mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
! ******************************************************************** !
! ATCHEM2 -- MODULE customRateFunctions
!
! This module contains user-defined functions that can be referenced
! in the mechanism file
! ******************************************************************** !
module custom_functions_mod
implicit none

contains

!Define your functions here.

end module custom_functions_mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
! ******************************************************************** !
! ATCHEM2 -- MODULE customRateFunctions
!
! This module contains user-defined functions that can be referenced
! in the mechanism file
! ******************************************************************** !
module custom_functions_mod
implicit none

contains

!Define your functions here.

end module custom_functions_mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
! ******************************************************************** !
! ATCHEM2 -- MODULE customRateFunctions
!
! This module contains user-defined functions that can be referenced
! in the mechanism file
! ******************************************************************** !
module custom_functions_mod
implicit none

contains

!Define your functions here.

end module custom_functions_mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
! ******************************************************************** !
! ATCHEM2 -- MODULE customRateFunctions
!
! This module contains user-defined functions that can be referenced
! in the mechanism file
! ******************************************************************** !
module custom_functions_mod
implicit none

contains

!Define your functions here.

end module custom_functions_mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
! ******************************************************************** !
! ATCHEM2 -- MODULE customRateFunctions
!
! This module contains user-defined functions that can be referenced
! in the mechanism file
! ******************************************************************** !
module custom_functions_mod
implicit none

contains

!Define your functions here.

end module custom_functions_mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
! ******************************************************************** !
! ATCHEM2 -- MODULE customRateFunctions
!
! This module contains user-defined functions that can be referenced
! in the mechanism file
! ******************************************************************** !
module custom_functions_mod
implicit none

contains

!Define your functions here.

end module custom_functions_mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
! ******************************************************************** !
! ATCHEM2 -- MODULE customRateFunctions
!
! This module contains user-defined functions that can be referenced
! in the mechanism file
! ******************************************************************** !
module custom_functions_mod
implicit none

contains

!Define your functions here.

end module custom_functions_mod
Loading

0 comments on commit 17a3fb9

Please sign in to comment.