subroutine OL_READ_ATM_NETCDF |
( |
CHARACTER(LEN=6), intent(in) |
HSURF_FILETYPE, |
|
|
REAL, dimension(:,:), intent(out) |
PTA, |
|
|
REAL, dimension(:,:), intent(out) |
PQA, |
|
|
REAL, dimension(:,:), intent(out) |
PWIND, |
|
|
REAL, dimension(:,:), intent(out) |
PDIR_SW, |
|
|
REAL, dimension(:,:), intent(out) |
PSCA_SW, |
|
|
REAL, dimension(:,:), intent(out) |
PLW, |
|
|
REAL, dimension(:,:), intent(out) |
PSNOW, |
|
|
REAL, dimension(:,:), intent(out) |
PRAIN, |
|
|
REAL, dimension(:,:), intent(out) |
PPS, |
|
|
REAL, dimension(:,:), intent(out) |
PCO2, |
|
|
REAL, dimension(:,:), intent(out) |
PDIR |
|
) |
| |