Changeset 3316 for trunk/LMDZ.COMMON/libf/dyn3dpar
- Timestamp:
- Apr 25, 2024, 3:58:31 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3dpar/gcm.F
r3305 r3316 487 487 ! Physics 488 488 #ifdef CPP_PHYS 489 CALL iniphysiq( 'startfi.nc',iim,jjm,llm,489 CALL iniphysiq(iim,jjm,llm, 490 490 & distrib_phys(mpi_rank),comm_lmdz, 491 491 & daysec,day_ini,dtphys/nsplit_phys, 492 & rlatu,rlatv,rlonu,rlonv,aire,cu,cv, rad,g,r,cpp,493 & iflag_phys)492 & rlatu,rlatv,rlonu,rlonv,aire,cu,cv, 493 & rad,g,r,cpp,iflag_phys) 494 494 #endif 495 495 ! call_iniphys=.false.
Note: See TracChangeset
for help on using the changeset viewer.