Changeset 2141
- Timestamp:
- Jun 14, 2019, 9:00:44 AM (6 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/LMDZ.MARS/README ¶
r2137 r2141 2717 2717 solar EUV input 2718 2718 2719 == 14/06/2019 == EM 2720 - minor updates: enable output of Ls in diagfi files and make an error 2721 message more verbose. -
TabularUnified trunk/LMDZ.MARS/libf/phymars/physiq_mod.F ¶
r2081 r2141 2534 2534 call WRITEDIAGFI(ngrid,"temp","temperature","K",3,zt) 2535 2535 call WRITEDIAGFI(ngrid,"Sols","Time","sols",0,zday) 2536 2536 call WRITEDIAGFI(ngrid,"Ls","Solar longitude","deg", 2537 & 0,zls*180./pi) 2537 2538 call WRITEDIAGFI(ngrid,"u","Zonal wind","m.s-1",3,zu) 2538 2539 call WRITEDIAGFI(ngrid,"v","Meridional wind","m.s-1",3,zv) -
TabularUnified trunk/LMDZ.MARS/libf/phymars/writediagfi.F ¶
r1955 r2141 506 506 if (is_parallel) then 507 507 write(*,*) "writediagfi error: dim=1 not implemented ", 508 & "in parallel mode "508 & "in parallel mode. Problem for ",trim(nom) 509 509 stop 510 510 endif
Note: See TracChangeset
for help on using the changeset viewer.