Ignore:
Timestamp:
Apr 22, 2010, 2:53:08 PM (14 years ago)
Author:
idelkadi
Message:
  • Corrections pour integrer de nouveaux champs de sorties
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.