Ignore:
Timestamp:
Aug 1, 2012, 1:25:47 AM (13 years ago)
Author:
aslmd
Message:

GENERIC. Sorry. Erased commits 749 and 750. Waiting for collegial approval. Only made a minor correction: reffrad1 is not useful in physiq and might cause problems with some compilers so it is removed

Location:
trunk/LMDZ.GENERIC/libf/phystd
Files:
1 edited
1 moved

Legend:

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

    r750 r751  
    1       subroutine physiqg(ngrid,nlayer,nq,   &
     1      subroutine physiq(ngrid,nlayer,nq,   &
    22                  firstcall,lastcall,      &
    33                  pday,ptime,ptimestep,    &
     
    17571757
    17581758      return
    1759     end subroutine physiqg
     1759    end subroutine physiq
  • trunk/LMDZ.GENERIC/libf/phystd/rcm1d.F

    r750 r751  
    739739
    740740
    741       CALL physiqg (1,llm,nqmx,
     741      CALL physiq (1,llm,nqmx,
    742742     ,     firstcall,lastcall,
    743743     ,     day,time,dtphys,
Note: See TracChangeset for help on using the changeset viewer.