Ignore:
Timestamp:
01/14/15 11:10:01 (9 years ago)
Author:
millour
Message:

Add possibility to output Ls (as a surface field). EM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/branches/SATURN_DYNAMICO/LMDZ.COMMON/libf/phystd/physiq.F90

    r315 r317  
    236236 
    237237      real zls                       ! solar longitude (rad) 
     238      real zls_ngrid(ngrid) ! dummy array to output Ls (as a surface field) 
    238239      real zday                      ! date (time since Ls=0, in martian days) 
    239240      real zzlay(ngrid,nlayer)   ! altitude at the middle of the layers 
     
    22382239      icount=icount+1 
    22392240 
    2240 !!!!!!!!!!!!!!!! section for XIOS output !!!!!!!!!!!!!!!       
     2241!!!!!!!!!!!!!!!! section for XIOS output !!!!!!!!!!!!!!!     
     2242      zls_ngrid(1:ngrid)= zls*180./pi 
     2243      call write_xios_field("Ls",zls_ngrid) 
    22412244      CALL write_xios_field("tsurf",tsurf) 
    22422245      CALL write_xios_field("ps",ps) 
Note: See TracChangeset for help on using the changeset viewer.