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/1Dconv.h

    r5099 r5101  
    187187          open(99,FILE=file_fordat,FORM='UNFORMATTED',                        &
    188188     &             ACCESS='DIRECT',RECL=8)
    189           call rdgrads(99,icompt,nblvlm,z,ht_mes,hq_mes,hw_mes                &
     189          CALL rdgrads(99,icompt,nblvlm,z,ht_mes,hq_mes,hw_mes                &
    190190     &                  ,hu_mes,hv_mes,hthturb_mes,hqturb_mes                 &
    191191     &                  ,ts_fcg,ts_subr,imp_fcg,Turb_fcg)
     
    333333      aaa=spaces(aaa,1)
    334334         print*,'aaa',aaa
    335       call getsch(aaa,' ',' ',5,atemps,nch)
     335      CALL getsch(aaa,' ',' ',5,atemps,nch)
    336336         print*,'atemps est',atemps
    337337        atemps=atemps(1:nch-2)
     
    340340        dt=imn*60
    341341         print*,'le pas de temps dt',dt
    342       call getsch(aaa,' ',' ',2,apasmax,nch)
     342      CALL getsch(aaa,' ',' ',2,apasmax,nch)
    343343        apasmax=apasmax(1:nch)
    344344        read(apasmax,*) ipa
     
    365365          IF (Turb_fcg) icomp1 = icomp1 + nblvlm*2
    366366          icompt = icomp1*(in-1)
    367           call rdgrads(99,icompt,nblvlm,z,ht_mes,hq_mes,hw_mes              &
     367          CALL rdgrads(99,icompt,nblvlm,z,ht_mes,hq_mes,hw_mes              &
    368368     &                   ,hu_mes,hv_mes,hthturb_mes,hqturb_mes              &
    369369     &                   ,ts_fcg,ts_subr,imp_fcg,Turb_fcg)
     
    518518!---------------------------------------------------------------------
    519519! pression au milieu des couches du gcm dans la physiq
    520 ! (SB: remplace le call conv_lipress_gcm(playgcm) )
     520! (SB: remplace le CALL conv_lipress_gcm(playgcm) )
    521521!---------------------------------------------------------------------
    522522
     
    532532!----------------------------------------------------------------------
    533533
    534       call mesolupbis(file_forctl)
     534      CALL mesolupbis(file_forctl)
    535535
    536536      print*,'la valeur de nblvlm est:',nblvlm
     
    542542!----------------------------------------------------------------------
    543543
    544       call corresbis(psolgcm)
     544      CALL corresbis(psolgcm)
    545545
    546546!---------------------------------------------------------
     
    603603 2000  format (a80)
    604604       aaa=spaces(aaa,1)
    605        call getsch(aaa,' ',' ',2,anblvl,nch)
     605       CALL getsch(aaa,' ',' ',2,anblvl,nch)
    606606         read(anblvl,*) nblvlm
    607607
Note: See TracChangeset for help on using the changeset viewer.