Ignore:
Timestamp:
Jul 23, 2024, 8:22:55 AM (3 months ago)
Author:
abarral
Message:

Handle DEBUG_IO in lmdz_cppkeys_wrapper.F90
Transform some files .F -> .[fF]90
[ne compile pas à cause de writefield_u non défini - en attente de réponse Laurent]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/dyn1d/1DUTILS.h

    r5099 r5101  
    10071007 
    10081008      write(*,*) 'in abort_gcm'
    1009       call histclo
    1010 !     call histclo(2)
    1011 !     call histclo(3)
    1012 !     call histclo(4)
    1013 !     call histclo(5)
     1009      CALL histclo
     1010!     CALL histclo(2)
     1011!     CALL histclo(3)
     1012!     CALL histclo(4)
     1013!     CALL histclo(5)
    10141014      write(*,*) 'out of histclo'
    10151015      write(*,*) 'Stopping in ', modname
    10161016      write(*,*) 'Reason = ',message
    1017       call getin_dump
     1017      CALL getin_dump
    10181018
    10191019      if (ierr .eq. 0) then
     
    12711271!! This subroutine specifies the surface temperature to be used in 1D simulations
    12721272
    1273 !      USE dimphy, ONLY : klon
     1273!      USE dimphy, ONLY: klon
    12741274
    12751275!      INTEGER, INTENT(IN)                  :: knon     ! nomber of points on compressed grid
     
    14851485!      endif
    14861486
    1487 !       call writefield_phy('d_t_va',d_t_va,llm)
     1487!       CALL writefield_phy('d_t_va',d_t_va,llm)
    14881488
    14891489          return
Note: See TracChangeset for help on using the changeset viewer.