Ignore:
Timestamp:
Jul 23, 2024, 3:29:36 PM (8 weeks ago)
Author:
abarral
Message:

Handle CPP_INLANDSIS in lmdz_cppkeys_wrapper.F90
Remove obsolete key wrgrads_thermcell, _ADV_HALO, _ADV_HALLO, isminmax
Remove redundant uses of CPPKEY_INCA (thanks acozic)
Remove obsolete misc/write_field.F90
Remove unused ioipsl_* wrappers
Remove calls to WriteField_u with wrong signature
Convert .F -> .[fF]90
(lint) uppercase fortran operators
[note: 1d and iso still broken - working on it]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/iotd_ini.F90

    r5099 r5103  
    5151      iotd_ts=timestep
    5252      iotd_t0=t0
    53       print*,'iotd_ini, ',timestep,iotd_ts
     53      PRINT*,'iotd_ini, ',timestep,iotd_ts
    5454      imax=iim
    5555      jmax=jjm
     
    6565      ! dans iotd.def
    6666      ! Si iotd.def existe et est non vide,
    67       ! seules les variables faisant à la fois l'objet d'un call iotd_ecrit
     67      ! seules les variables faisant à la fois l'objet d'un CALL iotd_ecrit
    6868      ! et étant spécifiées dans iotd.def sont sorties.
    69       ! Sinon, toutes les variables faisant l'objet d'un call iotd_ecrit
     69      ! Sinon, toutes les variables faisant l'objet d'un CALL iotd_ecrit
    7070      ! sont sorties
    7171      !-----------------------------------------------------------------------
     
    8282            enddo
    8383         endif
    84          print*,n_names_iotd_def,names_iotd_def(1:n_names_iotd_def)
     84         PRINT*,n_names_iotd_def,names_iotd_def(1:n_names_iotd_def)
    8585      close(99)
    8686
     
    114114      ierr=nf90_enddef(nid)
    115115      ierr=nf90_put_var(nid,nvarid,rlon)
    116        print*,ierr
     116       PRINT*,ierr
    117117
    118118! ---- latitude ------------
Note: See TracChangeset for help on using the changeset viewer.