NCEPLIBS-w3emc 2.12.0
Loading...
Searching...
No Matches
w3kind.f File Reference

Return the real kind and integer kind used in w3 lib. More...

Go to the source code of this file.

Functions/Subroutines

subroutine w3kind (kindreal, kindint)
 This subprogram returns the real kind and the integer kind that the w3 lib is compiled with.
 

Detailed Description

Return the real kind and integer kind used in w3 lib.

Author
Jun Wang
Date
2011-06-24

Definition in file w3kind.f.

Function/Subroutine Documentation

◆ w3kind()

subroutine w3kind ( integer, intent(out)  kindreal,
integer, intent(out)  kindint 
)

This subprogram returns the real kind and the integer kind that the w3 lib is compiled with.

Program History Log:

Date Programmer Comment
2011-06-24 Jun Wang Initial
Parameters
[out]KINDREALKind of real number in w3 lib
[out]KINDINTKind of integer number in w3 lib
Author
Jun Wang
Date
2011-06-24

Definition at line 17 of file w3kind.f.