Ignore:
Timestamp:
Feb 2, 2019, 1:57:31 AM (5 years ago)
Author:
fhourdin
Message:

Changing the call to iophy
FH

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/physiq_mod.F90

    r3461 r3462  
    14881488       ENDIF
    14891489       ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    1490 !      CALL init_iophy_new(latitude_deg,longitude_deg)
     1490       IF (grid_type/=unstructured) CALL init_iophy_new(latitude_deg,longitude_deg)
    14911491
    14921492          !===================================================================
     
    15841584       CALL create_etat0_limit_unstruct
    15851585       CALL phyetat0 ("startphy.nc",clesphy0,tabcntr0)
     1586       IF (grid_type==unstructured) CALL init_iophy_new(latitude_deg,longitude_deg)
    15861587
    15871588!jyg<
Note: See TracChangeset for help on using the changeset viewer.