Ignore:
Timestamp:
May 10, 2013, 11:32:50 AM (12 years ago)
Author:
emillour
Message:

Generic GCM:

  • moved the 'makbands' script from "grid" to (more appropriate) "phystd/bands" subdirectory, and consequently adapted the makegcm_* scripts

EM

Location:
trunk/LMDZ.GENERIC/libf
Files:
1 added
5 deleted
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/physiq.F90

    r952 r955  
    529529         ice_update=.false.
    530530         if(sourceevol)then
    531             open(128,file='num_run',form='formatted')
     531            open(128,file='num_run',form='formatted', &
     532                     status="old",iostat=ierr)
     533            if (ierr.ne.0) then
     534              write(*,*) "physiq: Error! No num_run file!"
     535              write(*,*) " (which is needed for sourceevol option)"
     536              stop
     537            endif
    532538            read(128,*) num_run
    533539            close(128)
Note: See TracChangeset for help on using the changeset viewer.