Ignore:
Timestamp:
Jan 7, 2020, 4:11:54 PM (5 years ago)
Author:
adelavois
Message:

Mars GCM:
Follow up of r2206
Correction of Mars GCM localtime utility:

Variables declaration changed in order to be compiled with ifort

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/util/localtime.F90

    r2204 r2207  
    722722character (len=*), intent(in):: filename
    723723! filename(): the file's name
     724integer,intent(in) ::latlen,lonlen,altlen,ctllen
    724725real, intent(in):: lat(latlen)
    725726! lat(): latitude
     
    730731real, intent(in):: ctl(ctllen)
    731732! ctl(): controle
    732 integer,intent(in) ::latlen,lonlen,altlen,ctllen
    733733integer, intent(out):: nout
    734734! nout: [netcdf] file ID
Note: See TracChangeset for help on using the changeset viewer.