Ignore:
Timestamp:
Jan 5, 2026, 5:00:27 PM (2 weeks ago)
Author:
emillour
Message:

Generic PCM:
Enable using XIOS with rcm1d. This implies compiling with MPI (makelmdz_fcm ...
-parallel mpi -io xios ... rcm1d) and having adequate xml files at hand.
While at it cleaned up turbdiff_mod.F90 to use write_output() instead of
calls to writediagfi() and updated reference field_def_physics.xml
EM

Location:
trunk/LMDZ.GENERIC/libf/phystd/dyn1d
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/dyn1d/rcm1d.F

    r3893 r3995  
    4646      !use inichim_1D_mod, only: inichim_1D
    4747      !use initracer_1D_mod, only: initracer_1D
     48#ifdef CPP_XIOS
     49      use mod_const_mpi, only: init_const_mpi
     50      use parallel_lmdz, only: init_parallel
     51#endif
    4852
    4953      implicit none
     
    202206        call system("echo 'INCLUDEDEF=rcm1d.def' >> run.def")
    203207      endif
     208
     209#ifdef CPP_XIOS
     210      CALL init_const_mpi
     211      CALL init_parallel
     212#endif
    204213
    205214! Check restart
Note: See TracChangeset for help on using the changeset viewer.