Ignore:
Timestamp:
Jul 22, 2024, 9:29:09 PM (4 months ago)
Author:
abarral
Message:

Replace most uses of CPP_DUST by the corresponding logical defined in lmdz_cppkeys_wrapper.F90
Convert several files from .F to .f90 to allow Dust to compile w/o rrtm/ecrad
Create lmdz_yoerad.f90
(lint) Remove "!" on otherwise empty line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/misc/wxios.F90

    r5088 r5099  
    759759!        CALL xios_update_calendar(ito)
    760760!    END SUBROUTINE wxios_update_calendar
    761 !   
     761
    762762!    SUBROUTINE wxios_write_2D(fieldname, fdata)
    763763!        CHARACTER(len=*), INTENT(IN) :: fieldname
    764764!        REAL, DIMENSION(:,:), INTENT(IN) :: fdata
    765 !
     765
    766766!        CALL xios_send_field(fieldname, fdata)
    767767!    END SUBROUTINE wxios_write_2D
     
    770770!        CHARACTER(len=*), INTENT(IN) :: fieldname
    771771!        REAL, DIMENSION(:,:,:), INTENT(IN) :: fdata
    772 !       
     772
    773773!        CALL xios_send_field(fieldname, fdata)
    774774!    END SUBROUTINE wxios_write_3D
Note: See TracChangeset for help on using the changeset viewer.