Changeset 2997 for trunk/LMDZ.MARS/libf/phymars/dyn1d
- Timestamp:
- Jul 18, 2023, 10:05:35 AM (18 months ago)
- 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 42 42 use iostart, only: open_startphy,get_var, close_startphy 43 43 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 44 48 IMPLICIT NONE 45 49 … … 169 173 c INITIALISATION 170 174 c======================================================================= 175 #ifdef CPP_XIOS 176 CALL init_const_mpi 177 CALL init_parallel 178 #endif 179 171 180 ! initialize "serial/parallel" related stuff 172 181 ! CALL init_phys_lmdz(iim,jjp1,llm,1,(/(jjm-1)*iim+2/))
Note: See TracChangeset
for help on using the changeset viewer.