Changeset 3000 for trunk/LMDZ.COMMON/libf
- Timestamp:
- Jul 19, 2023, 11:55:56 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/LMDZ.COMMON/libf/evolution/init_phys_1d_mod.F90 ¶
r2980 r3000 54 54 use physics_distribution_mod, only: init_physics_distribution 55 55 use iostart, only: open_startphy,get_var, close_startphy 56 56 #ifdef CPP_XIOS 57 use mod_const_mpi, only: COMM_LMDZ 58 #endif 57 59 include "dimensions.h" 58 60 integer, parameter :: ngrid = 1 !(2+(jjm-1)*iim - 1/jjm) … … 261 263 262 264 call init_physics_distribution(regular_lonlat,4,& 263 1,1,1,nlayer, 1)265 1,1,1,nlayer,COMM_LMDZ) 264 266 265 267 call open_startphy("startfi_evol.nc")
Note: See TracChangeset
for help on using the changeset viewer.