Ignore:
Timestamp:
Aug 3, 2024, 2:56:58 PM (7 weeks ago)
Author:
abarral
Message:

Put .h into modules

File:
1 edited

Legend:

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

    r5144 r5160  
    152152    nslay = 2
    153153    CALL getin_p('slab_layers', nslay)
    154     print *, 'number of slab layers : ', nslay
     154    PRINT *, 'number of slab layers : ', nslay
    155155    ! Layer thickness
    156156    ALLOCATE(slabh(nslay), stat = error)
     
    172172    cpl_pas = NINT(86400. / dtime * 1.0) ! une fois par jour
    173173    CALL getin_p('cpl_pas', cpl_pas)
    174     print *, 'cpl_pas', cpl_pas
     174    PRINT *, 'cpl_pas', cpl_pas
    175175
    176176    ! Horizontal diffusion
Note: See TracChangeset for help on using the changeset viewer.