Ignore:
Timestamp:
Jan 30, 2015, 2:57:13 PM (10 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes -r2158:2186 into testing branch.

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/phylmd/limit_netcdf.F90

    r2163 r2187  
    126126  ELSE
    127127     WRITE(lunout,*) 'ERROR! No sea-ice input file was found.'
    128      WRITE(lunout,*) 'One of following files must be available : ',trim(famipsic),', ',&
    129      &                trim(fcpldsic),', ',trim(fhistsic), trim(feraici)
     128
     129     WRITE(lunout,*) 'One of following files must be availible : ',trim(famipsic),', ',trim(fcpldsic),', ', &
     130                      trim(fhistsic), trim(feraici)
     131
    130132     CALL abort_gcm('limit_netcdf','No sea-ice file was found',1)
    131133  END IF
Note: See TracChangeset for help on using the changeset viewer.