Ignore:
Timestamp:
Nov 18, 2012, 2:03:20 PM (12 years ago)
Author:
aslmd
Message:

LMDZ.GENERIC. Added a new folder for the interface with LMDZ.COMMON and LMDZ5

Location:
trunk/LMDZ.GENERIC_2.0
Files:
3 added
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC_2.0/libf/phygeneric/iniphysiq.F

    r843 r844  
    88     $           pdayref,ptimestep,
    99     $           plat,plon,parea,pcu,pcv,
    10      $           prad,pg,pr,pcpp)
     10     $           prad,pg,pr,pcpp,iflag_phys)
    1111      USE dimphy
    1212      USE mod_grid_phy_lmdz
     
    7777      INTEGER pdayref
    7878      INTEGER :: ibegin,iend,offset
     79      INTEGER,INTENT(IN) :: iflag_phys ! type of physics to be called
    7980
    8081      INTEGER :: ngrid_sub
     
    187188      !!print*, plat,plon,parea,prad,pg,pr,pcpp
    188189
    189       RETURN
    190 9999  CONTINUE
    191       abort_message ='Cette version demande les fichier rnatur.dat
    192      & et surf.def'
    193       CALL abort_gcm (modname,abort_message,1)
     190!      RETURN
     191!9999  CONTINUE
     192!      abort_message ='Cette version demande les fichier rnatur.dat
     193!     & et surf.def'
     194!      CALL abort_gcm (modname,abort_message,1)
    194195
    195196      END
Note: See TracChangeset for help on using the changeset viewer.