Toggle navigation
Fortran Program
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
read_CFMIP_point_locations
Subroutine
22 statements
Source File
cfmip_point_locations.f90
cfmip_point_locations
read_CFMIP_point_locations
Contents
public subroutine read_CFMIP_point_locations(npCFMIP, tab, lonCFMIP, latCFMIP)
! passage de 0-360 a -180/180
Arguments
Type
Intent
Optional
Attributes
Name
integer
::
npCFMIP
integer
::
tab
(npCFMIP)
real,
DIMENSION(npCFMIP)
::
lonCFMIP
real,
DIMENSION(npCFMIP)
::
latCFMIP
Contents