Changeset 317


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

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

Location:
codes/icosagcm/branches/SATURN_DYNAMICO
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/branches/SATURN_DYNAMICO/LMDZ.COMMON/compile_curie

    r255 r317  
    1 makelmdz_fcm -prod -s 1 -d 128x96x64 -b 20x30 -io none -arch X64_CURIE -parallel mpi_omp -p std gcm 
     1makelmdz_fcm -prod -s 1 -d 128x96x64 -b 20x30 -io none -arch X64_CURIE -parallel mpi_omp -j 8 -p std gcm 
  • 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) 
  • codes/icosagcm/branches/SATURN_DYNAMICO/TEST/lmdz_physics.xml

    r289 r317  
    1313     <field id="OLR"    long_name="outgoing longwave rad."      unit="W m-2"/> 
    1414      
     15     <field id="Ls" long_name="Solar longitude" unit="degree"/> 
     16 
    1517     <field_group axis_ref="presnivs"> 
    1618       <field id="temp" long_name="temperature"                 unit="K"/> 
     
    4042           <field field_ref="phisinit" enabled=".true." /> 
    4143            
    42            <field field_ref="tsurf" enabled=".true." /> 
     44           <field field_ref="Ls" enabled=".true." /> 
     45            
     46           <field field_ref="tsurf" enabled=".true." /> 
    4347           <field field_ref="ps" enabled=".true." /> 
    4448           <field field_ref="ISR" enabled=".true." /> 
Note: See TracChangeset for help on using the changeset viewer.