Ignore:
Timestamp:
Apr 12, 2021, 12:40:14 PM (3 years ago)
Author:
oboucher
Message:

Last modifications for the CO2/INCA (inco) case

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/physiq_mod.F90

    r3870 r3872  
    19431943               klon, &
    19441944               nqtot, &
    1945                nqo+nqCO2, &     ! ModThL
     1945               nqo+nqCO2, &
    19461946               pdtphys, &
    19471947               annee_ref, &
     
    37813781            nbp_lon, &
    37823782            nbp_lat-1, &
    3783             tr_seri(:,:,1+nqCO2:nbtr), &                ! ModThL
     3783            tr_seri(:,:,1+nqCO2:nbtr), &
    37843784            ftsol, &
    37853785            paprs, &
     
    49234923    ENDDO
    49244924    !
    4925     IF (type_trac == 'inca' .OR. type_trac == 'inco') THEN      ! ModThL
     4925    IF (type_trac == 'inca' .OR. type_trac == 'inco') THEN
    49264926#ifdef INCA
    49274927       CALL VTe(VTphysiq)
     
    49324932            pplay, &
    49334933            t_seri, &
    4934             tr_seri(:,:,1+nqCO2:nbtr), &        ! ModThL
     4934            tr_seri(:,:,1+nqCO2:nbtr), &
    49354935            nbtr, &
    49364936            paprs, &
Note: See TracChangeset for help on using the changeset viewer.