Ignore:
Timestamp:
12/15/14 17:04:28 (10 years ago)
Author:
ymipsl
Message:
  • implement splitting of XIOS file for lmdz physics
  • Termination is done properly in parallel by calling MPI_ABORT instead of abort or stop

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/branches/SATURN_DYNAMICO/LMDZ.COMMON/libf/dyn3dpar/initialize_physics.F90

    r253 r313  
    11SUBROUTINE initialize_unstructured_physics(nbp, nlayer, communicator, nb_proc, distrib, & 
    2                                            punjours, pdayref,ptimestep,                  & 
     2                                           punjours, pdayref,time0,ptimestep,                  & 
    33                                           nb_vertex, lat, lon, area, bounds_lon, bounds_lat, & 
    44                                           prad,pg,pr,pcpp, preff,ap,bp ) 
     
    3737    REAL,INTENT(in)    :: bounds_lat(nbp,nb_vertex) ! latitude boundaries of cell 
    3838    INTEGER,INTENT(in) :: pdayref ! reference day of for the simulation 
     39    INTEGER,INTENT(in) :: time0 ! initialtime (s) 
    3940    REAL,INTENT(in)    :: ptimestep ! physics time step (s) 
    4041    REAL,INTENT(in)    :: preff      ! reference surface pressure (Pa) 
     
    7980                rlatd,rlond,airephy,prad,pg,pr,pcpp) 
    8081                 
    81     CALL initialize_xios_output         
     82    CALL initialize_xios_output(time0)         
    8283!$OMP END PARALLEL 
    8384 
Note: See TracChangeset for help on using the changeset viewer.