Changeset 751


Ignore:
Timestamp:
Aug 1, 2012, 1:25:47 AM (12 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
Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/README

    r749 r751  
    750750- Bug fix in physiq : the size of OLR_nu is L_NSPECTI and not L_NSPECTV
    751751- A more robust aerosol_mod + iniaerosol : problems with ifort+parallel solved, while still OK with other compilers and seq runs.
    752 
    753 == 01/08/2012 == AS
    754 - Changed name of physiq to physiqg to allow for easy interfacing with latest LMDz dynamical core.
  • trunk/LMDZ.GENERIC/libf/dyn3d/calfis.F

    r750 r751  
    421421
    422422
    423       CALL physiqg (ngridmx,llm,nq,
     423      CALL physiq (ngridmx,llm,nq,
    424424     ,     debut,lafin,
    425425     ,     rday_ecri,heure,dtphys,
  • 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.