Changeset 3995 for trunk/LMDZ.GENERIC/libf/phystd/dyn1d
- Timestamp:
- Jan 5, 2026, 5:00:27 PM (2 weeks ago)
- Location:
- trunk/LMDZ.GENERIC/libf/phystd/dyn1d
- Files:
-
- 2 added
- 1 edited
-
mod_const_mpi.F90 (added)
-
parallel_lmdz.F90 (added)
-
rcm1d.F (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/dyn1d/rcm1d.F
r3893 r3995 46 46 !use inichim_1D_mod, only: inichim_1D 47 47 !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 48 52 49 53 implicit none … … 202 206 call system("echo 'INCLUDEDEF=rcm1d.def' >> run.def") 203 207 endif 208 209 #ifdef CPP_XIOS 210 CALL init_const_mpi 211 CALL init_parallel 212 #endif 204 213 205 214 ! Check restart
Note: See TracChangeset
for help on using the changeset viewer.
