Ignore:
Timestamp:
Jul 18, 2023, 10:05:35 AM (18 months ago)
Author:
emillour
Message:

Mars PCM:
Some adaptations to enable running the 1D model with XIOS.
Note that this requires compiling with "-io xios -parallel mpi"
but the model should then be run using a single core, i.e. without mpirun
EM

Location:
trunk/LMDZ.MARS/libf/phymars/dyn1d
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F

    r2991 r2997  
    4242      use iostart, only: open_startphy,get_var, close_startphy
    4343      use write_output_mod, only: write_output
     44#ifdef CPP_XIOS
     45      use mod_const_mpi, only: init_const_mpi
     46      use parallel_lmdz, only: init_parallel
     47#endif
    4448      IMPLICIT NONE
    4549
     
    169173c INITIALISATION
    170174c=======================================================================
     175#ifdef CPP_XIOS
     176      CALL init_const_mpi
     177      CALL init_parallel
     178#endif
     179
    171180! initialize "serial/parallel" related stuff
    172181!      CALL init_phys_lmdz(iim,jjp1,llm,1,(/(jjm-1)*iim+2/))
Note: See TracChangeset for help on using the changeset viewer.