Ignore:
Timestamp:
May 18, 2021, 10:37:32 AM (3 years ago)
Author:
idelkadi
Message:

Implementation of the ECRAD code in LMDZ.
Addition of the data directory and the namelist_ecrad file necessary for ECRAD.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/LMDZ-ECRAD/libf/phylmd/ecrad/srtm_kgb16.F90

    r3880 r3904  
    3939  CLF1 = DIRECTORY // "/RADSRTM"
    4040  WRITE(0,'(A,A)') 'Reading ',TRIM(CLF1)
    41   OPEN(NULRAD,FILE=TRIM(CLF1),FORM="UNFORMATTED",ACTION="READ",ERR=1000)
     41  OPEN(NULRAD,FILE=TRIM(CLF1),FORM="UNFORMATTED",ACTION="READ",ERR=1000,convert='big_endian')
    4242  !ELSE
    4343  !  OPEN(NULRAD,FILE='RADSRTM',FORM="UNFORMATTED",ACTION="READ",ERR=1000)
Note: See TracChangeset for help on using the changeset viewer.