Changeset 1369 for LMDZ4


Ignore:
Timestamp:
Apr 22, 2010, 2:53:08 PM (14 years ago)
Author:
idelkadi
Message:
  • Corrections pour integrer de nouveaux champs de sorties
Location:
LMDZ4/branches/LMDZ4V5.0-dev/libf/phylmd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4V5.0-dev/libf/phylmd/physiq.F

    r1356 r1369  
    12281228     &     alp_offset)
    12291229      call phys_state_var_init(read_climoz)
     1230      call phys_output_var_init
     1231
    12301232      print*, '================================================='
    12311233cIM for NMC files
     
    12471249c         pmflxr=0.
    12481250c         pmflxs=0.
     1251        itau_con=0
    12491252        first=.false.
    12501253
     
    21572160              pmfu(:,:)=upwd(:,:)+dnwd(:,:)
    21582161
     2162              do i = 1, klon
     2163                if (iflagctrl(i).le.1) itau_con(i)=itau_con(i)+1
     2164              enddo
     2165
    21592166          ELSE ! ok_cvl
    21602167c MAF conema3 ne contient pas les traceurs
  • LMDZ4/branches/LMDZ4V5.0-dev/libf/phylmd/surf_landice_mod.F90

    r1146 r1369  
    2424    USE cpl_mod,          ONLY : cpl_send_landice_fields
    2525    USE calcul_fluxs_mod
     26    USE phys_output_var_mod
    2627
    2728    INCLUDE "indicesol.h"
     
    7475    REAL, DIMENSION(klon)    :: radsol
    7576    REAL, DIMENSION(klon)    :: u0, v0, u1_lay, v1_lay
     77    INTEGER                  :: i,j
    7678
    7779! End definition
     
    175177    ENDIF
    176178
     179!****************************************************************************************
     180       snow_o=0.
     181       zfra_o = 0.
     182       DO j = 1, knon
     183           i = knindex(j)
     184           snow_o(i) = snow(j)
     185           zfra_o(i) = zfra(j)
     186       ENDDO
     187
    177188
    178189  END SUBROUTINE surf_landice
Note: See TracChangeset for help on using the changeset viewer.