Ignore:
Timestamp:
Jul 19, 2023, 11:55:56 AM (2 years ago)
Author:
jbclement
Message:

Mars PCM:
Some adaptations to make the 1D model run with XIOS and MPICH for use with 1D PEM.
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/LMDZ.COMMON/libf/evolution/init_phys_1d_mod.F90

    r2980 r3000  
    5454      use physics_distribution_mod, only: init_physics_distribution
    5555      use iostart, only: open_startphy,get_var, close_startphy
    56 
     56#ifdef CPP_XIOS
     57      use mod_const_mpi, only: COMM_LMDZ
     58#endif
    5759      include "dimensions.h"
    5860      integer, parameter :: ngrid = 1 !(2+(jjm-1)*iim - 1/jjm)
     
    261263
    262264      call init_physics_distribution(regular_lonlat,4,&
    263                                     1,1,1,nlayer,1)
     265                                    1,1,1,nlayer,COMM_LMDZ)
    264266
    265267      call open_startphy("startfi_evol.nc")
Note: See TracChangeset for help on using the changeset viewer.