Changeset 2207 for trunk/LMDZ.MARS/util/localtime.F90
- Timestamp:
- Jan 7, 2020, 4:11:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/util/localtime.F90
r2204 r2207 722 722 character (len=*), intent(in):: filename 723 723 ! filename(): the file's name 724 integer,intent(in) ::latlen,lonlen,altlen,ctllen 724 725 real, intent(in):: lat(latlen) 725 726 ! lat(): latitude … … 730 731 real, intent(in):: ctl(ctllen) 731 732 ! ctl(): controle 732 integer,intent(in) ::latlen,lonlen,altlen,ctllen733 733 integer, intent(out):: nout 734 734 ! nout: [netcdf] file ID
Note: See TracChangeset
for help on using the changeset viewer.