Ignore:
Timestamp:
Mar 1, 2023, 6:22:39 PM (19 months ago)
Author:
Laurent Fairhead
Message:

Merged trunk revisions from 4127 to 4443 (HEAD) into branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Portage_acc/libf/phylmdiso/surf_land_mod.F90

    r4033 r4446  
    3030    USE dimphy
    3131    USE surface_data, ONLY    : ok_veget
    32 ! >> PC
    3332    USE carbon_cycle_mod
    34 ! << PC
    3533
    3634    ! See comments in each module surf_land_orchidee_xxx for compatiblity with ORCHIDEE
     
    5149    USE surf_land_orchidee_nounstruct_mod
    5250#else
     51#if ORCHIDEE_NOLIC
     52    ! Compilation with cpp key ORCHIDEE_NOLIC
     53    USE surf_land_orchidee_nolic_mod
     54#else
     55    ! Default version#else
    5356    USE surf_land_orchidee_mod
     57#endif
    5458#endif
    5559#endif
     
    6165    USE indice_sol_mod
    6266#ifdef ISO
    63     use infotrac_phy, ONLY: ntraciso,niso
     67    use infotrac_phy, ONLY: ntiso,niso
    6468    use isotopes_mod, ONLY: nudge_qsol, iso_eau
    6569#ifdef ISOVERIF
     
    6771#endif
    6872#endif
    69 
    70 ! >> PC
     73   
    7174    USE print_control_mod, ONLY: lunout
    72 ! << PC
    7375
    7476    INCLUDE "dimsoil.h"
     
    104106    REAL, DIMENSION(klon), INTENT(IN)       :: q2m, t2m
    105107#ifdef ISO
    106     REAL, DIMENSION(ntraciso,klon), INTENT(IN)       :: xtprecip_rain, xtprecip_snow
    107     REAL, DIMENSION(ntraciso,klon), INTENT(IN)       :: xtspechum
     108    REAL, DIMENSION(ntiso,klon), INTENT(IN)       :: xtprecip_rain, xtprecip_snow
     109    REAL, DIMENSION(ntiso,klon), INTENT(IN)       :: xtspechum
    108110#endif
    109111
     
    135137    REAL, DIMENSION(klon,nvm_lmdz), INTENT(OUT) :: height
    136138#ifdef ISO
    137     REAL, DIMENSION(ntraciso,klon), INTENT(OUT)      :: xtevap
     139    REAL, DIMENSION(ntiso,klon), INTENT(OUT)      :: xtevap
    138140    REAL, DIMENSION(klon), INTENT(OUT)      :: h1
    139141    REAL, DIMENSION(niso,klon), INTENT(OUT)      :: xtrunoff_diag
     
    181183!       write(*,*) 'surf_land 169: ok_veget=',ok_veget
    182184        do i=1,knon
    183          do ixt=1,ntraciso
     185         do ixt=1,ntiso
    184186           call iso_verif_noNaN(xtprecip_snow(ixt,i),'surf_land 146')
    185187         enddo
Note: See TracChangeset for help on using the changeset viewer.