Ignore:
Timestamp:
Mar 31, 2010, 2:54:07 PM (15 years ago)
Author:
idelkadi
Message:
  • Rajout de champs de sorties
  • Correction dans la partie convection (nouvelle physique)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/surf_landice_mod.F90

    r1146 r1334  
    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
     
    174176       CALL cpl_send_landice_fields(itime, knon, knindex, run_off_lic)
    175177    ENDIF
    176 
     178 
     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
    177187
    178188  END SUBROUTINE surf_landice
Note: See TracChangeset for help on using the changeset viewer.