- Timestamp:
- Mar 6, 2024, 6:28:22 PM (9 months ago)
- Location:
- trunk/LMDZ.VENUS/libf/phyvenus/dyn1d
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/libf/phyvenus/dyn1d/rcm1d.F
r3254 r3255 16 16 USE physiq_mod, ONLY: physiq 17 17 USE logic_mod, ONLY: iflag_trac 18 ! For XIOS outputs: 19 USE mod_const_mpi, ONLY: init_const_mpi 20 USE parallel_lmdz, ONLY: init_parallel 18 21 IMPLICIT NONE 19 22 … … 24 27 c 25 28 c Can be compiled with a command like (e.g. for 50 layers) 26 c "makelmdz -p venus -d 50 rcm1d" 29 c "makelmdz_lmdz -p venus -d 50 rcm1d" 30 c If you want XIOS outputs, then you'll need to compile with MPI and xios: 31 c "makelmdz_lmdz -p venus -parallel mpi -io xios -d 50 rcm1d" 32 c but the model should then be run using a single core, i.e. without mpirun 27 33 28 34 c It requires the files "rcm1d.def" "physiq.def" … … 98 104 lunout = 6 99 105 106 #ifdef CPP_XIOS 107 call init_const_mpi 108 call init_parallel 109 #endif 110 100 111 mmol = (/44., 28., 2., 18., 16., 101 112 & 16., 32., 32., 48., 1.,
Note: See TracChangeset
for help on using the changeset viewer.