Ignore:
Timestamp:
Jul 1, 2022, 3:27:03 PM (2 years ago)
Author:
lguez
Message:

Change pointer to allocatable

Change pointer attribute to allocatable for actual arguments of
nf95_gw_var. Following update of NetCDF95.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/LMDZ_ECRad/libf/phylmd/rrtm/readaerosolstrato2_rrtm.F90

    r3480 r4192  
    4040    INTEGER n_month ! number of months in the input data
    4141    INTEGER n_wav   ! number of wavelengths in the input data
    42     REAL, POINTER:: latitude(:)
    43     REAL, POINTER:: time(:)
    44     REAL, POINTER:: lev(:)
    45     REAL, POINTER:: wav(:)
     42    REAL, ALLOCATABLE:: latitude(:)
     43    REAL, ALLOCATABLE:: time(:)
     44    REAL, ALLOCATABLE:: lev(:)
     45    REAL, ALLOCATABLE:: wav(:)
    4646    INTEGER i,k,wave,band
    4747    INTEGER, SAVE :: mth_pre=1
Note: See TracChangeset for help on using the changeset viewer.