Changeset 3812 for trunk/LMDZ.PLUTO
- Timestamp:
- Jun 24, 2025, 5:29:51 PM (6 weeks ago)
- Location:
- trunk/LMDZ.PLUTO/libf/phypluto
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto/inifis_mod.F90
r3765 r3812 371 371 calllott=.false. ! default value 372 372 call getin_p("calllott",calllott) 373 write(*,*)"calllott = ",calllott373 if (is_master) write(*,*)trim(rname)//": calllott = ",calllott 374 374 375 375 if (is_master) write(*,*)trim(rname)//& -
trunk/LMDZ.PLUTO/libf/phypluto/physiq_mod.F90
r3806 r3812 1155 1155 ! II.3 Gravity wave and subgrid scale topography drag : 1156 1156 ! ------------------------------------------------- 1157 1158 1157 IF(calllott)THEN 1159 1158 CALL calldrag_noro(ngrid,nlayer,ptimestep, & … … 2134 2133 ENDIF ! of IF (grid_type==unstructured) 2135 2134 2136 write(*,*)'PHYSIQ: writing restartfi at time =',ztime_restart2135 if (is_master) write(*,*)'PHYSIQ: writing restartfi at time =',ztime_restart 2137 2136 2138 2137 call physdem1("restartfi.nc",nsoilmx,ngrid,nlayer,nq, & … … 2413 2412 2414 2413 if (lastcall.and.is_omp_master) then 2415 write(*,*) "physiq: call xios_context_finalize"2414 if (is_master) write(*,*) "physiq: call xios_context_finalize" 2416 2415 call xios_context_finalize 2417 2416 endif
Note: See TracChangeset
for help on using the changeset viewer.