FV3-JEDI
fv3jedi_fieldfail_mod.f90
Go to the documentation of this file.
1
module
fv3jedi_fieldfail_mod
2
3
implicit none
4
private
5
public
field_fail
6
7
! --------------------------------------------------------------------------------------------------
8
9
contains
10
11
! --------------------------------------------------------------------------------------------------
12
13
subroutine
field_fail
(field)
14
15
character(len=*)
,
intent(in)
:: field
16
17
call
abor1_ftn(
"Field_fail: Field "
//trim(field)//
" cannot be obtained from input fields."
)
18
19
end subroutine
field_fail
20
21
! --------------------------------------------------------------------------------------------------
22
23
end module
fv3jedi_fieldfail_mod
fv3jedi_fieldfail_mod::field_fail
subroutine, public field_fail(field)
Definition:
fv3jedi_fieldfail_mod.f90:14
fv3jedi_fieldfail_mod
Definition:
fv3jedi_fieldfail_mod.f90:1
fv3-bundle
fv3-jedi
src
fv3jedi
VariableChanges
Utils
fv3jedi_fieldfail_mod.f90
Generated on Tue Jan 5 2021 15:37:40 for FV3-JEDI by
1.8.18