Changeset 2825 for LMDZ5/trunk/libf


Ignore:
Timestamp:
Mar 15, 2017, 4:32:31 PM (8 years ago)
Author:
musat
Message:

Delete paire_ter LMDZ variable and aireTER output

Location:
LMDZ5/trunk/libf/phylmd
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/calcul_divers.h

    r2351 r2825  
    55      IF(itap.EQ.1) THEN
    66         itapm1=0
    7 !        surface terre
    8          DO i=1, klon
    9             IF(pctsrf(i,is_ter).GT.0.) THEN
    10                paire_ter(i)=cell_area(i)*pctsrf(i,is_ter)
    11             ENDIF
    12          ENDDO
    137      ENDIF
    148
  • LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90

    r2824 r2825  
    196196#endif
    197197
    198     USE phys_state_var_mod, ONLY: pctsrf, paire_ter, rain_fall, snow_fall, &
     198    USE phys_state_var_mod, ONLY: pctsrf, rain_fall, snow_fall, &
    199199         qsol, z0m, z0h, fevap, agesno, &
    200200         nday_rain, rain_con, snow_con, &
     
    512512       CALL histwrite_phy(o_contfracATM, zx_tmp_fi2d)
    513513       CALL histwrite_phy(o_contfracOR, pctsrf(:,is_ter))
    514        CALL histwrite_phy(o_aireTER, paire_ter)
    515514!
    516515#ifdef CPP_XIOS
  • LMDZ5/trunk/libf/phylmd/phys_state_var_mod.F90

    r2730 r2825  
    275275      REAL,ALLOCATABLE,SAVE :: total_rain(:), nday_rain(:) 
    276276!$OMP THREADPRIVATE(total_rain,nday_rain)
    277       REAL,ALLOCATABLE,SAVE :: paire_ter(:)
    278 !$OMP THREADPRIVATE(paire_ter)
    279277! albsol1: albedo du sol total pour SW visible
    280278! albsol2: albedo du sol total pour SW proche IR
     
    536534      ALLOCATE(pfrac_1nucl(klon,klev))
    537535      ALLOCATE(total_rain(klon), nday_rain(klon))
    538       ALLOCATE(paire_ter(klon))
    539536      ALLOCATE(albsol1(klon), albsol2(klon))
    540537!albedo SB >>>
     
    675672      deallocate(pfrac_1nucl)
    676673      deallocate(total_rain, nday_rain)
    677       deallocate(paire_ter)
    678674      deallocate(albsol1, albsol2)
    679675!albedo SB >>>
Note: See TracChangeset for help on using the changeset viewer.