Ignore:
Timestamp:
Oct 22, 2020, 2:50:18 PM (4 years ago)
Author:
evignon
Message:

Premiere comission Etienne: changements pour le 1D (forcage en Ts au dessus des continents) et inclusion drag arbres dans yamada4_num=6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/dyn1d/mod_1D_cases_read_std.F90

    r3688 r3780  
    9292      REAL, ALLOCATABLE :: time_val(:)
    9393
    94       print*,'ON EST VRAIMENT LA'
     94      print*,'ON EST VRAIMENT DASN MOD_1D_CASES_READ_STD'
    9595      fich_cas='cas.nc'
    9696      print*,'fich_cas ',fich_cas
     
    924924!      enddo
    925925
     926!       print*, 'plev_prof_cas', plev_prof_cas
     927!       print*, 'play', play
    926928       do l = 1, llm
    927929
     
    951953
    952954         frac = (plev_prof_cas(k2)-play(l))/(plev_prof_cas(k2)-plev_prof_cas(k1))
     955         
    953956         t_mod_cas(l)= t_prof_cas(k2) - frac*(t_prof_cas(k2)-t_prof_cas(k1))
    954957         theta_mod_cas(l)= th_prof_cas(k2) - frac*(th_prof_cas(k2)-th_prof_cas(k1))
     
    10751078       enddo ! l
    10761079
     1080
    10771081          return
    10781082          end SUBROUTINE interp2_case_vertical_std
Note: See TracChangeset for help on using the changeset viewer.