Ignore:
Timestamp:
Jun 4, 2012, 10:37:25 AM (12 years ago)
Author:
acolaitis
Message:

Code re-organization in diverse parts of the GCM code. These are NOT cosmetic changes, but are needed for compilation of the Mesoscale model in NESTED configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/aeroptproperties.F

    r89 r690  
    11741174          ENDDO ! lg
    11751175          write(out_str(1:1),'(i1.1)') out_nchannel
    1176           call WRITEDIAGFI(ngrid,'qextir'//out_str,"Ext.efficiency","",
     1176       call WRITEDIAGFI(ngrid,'qextir'//out_str,"Ext.efficiency","",
    11771177     &                     3,out_qext)
    1178           call WRITEDIAGFI(ngrid,'omegir'//out_str,"Sing.Scat.Alb.","",
     1178       call WRITEDIAGFI(ngrid,'omegir'//out_str,"Sing.Scat.Alb.","",
    11791179     &                     3,out_omeg)
    1180           call WRITEDIAGFI(ngrid,'gir'//out_str,"Asym.Factor","",
     1180       call WRITEDIAGFI(ngrid,'gir'//out_str,"Asym.Factor","",
    11811181     &                     3,out_g)
    11821182c     -------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.