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/cosp/calc_Re.F90

    r5099 r5160  
    9797        vu = (1/(0.2714 + 0.00057145*Np*rho_a*1E-6))**2 ! units of Nt = Np*rhoa = #/cm^3
    9898    else
    99         print *, 'Error: Must specify a value for Np in each volume', &
     99        PRINT *, 'Error: Must specify a value for Np in each volume', &
    100100             ' with Morrison/Martin Scheme.'
    101101            stop   
     
    111111      ! vu isn't specified
    112112     
    113       print *, 'Error: Must specify a value for vu for Modified Gamma distribution'
     113      PRINT *, 'Error: Must specify a value for vu for Modified Gamma distribution'
    114114      stop   
    115115     
     
    130130                local_Np = p1 ! total number concentration / pa --- units kg^-1
    131131            else
    132             print *, 'Error: Must specify Np or default value ', &
     132            PRINT *, 'Error: Must specify Np or default value ', &
    133133                 '(p1=Dm [um] or p2=Np [1/kg]) for ', &
    134134                 'Modified Gamma distribution'
     
    169169    else
    170170   
    171     print *, 'Error: Must specify Np or default value ', &
     171    PRINT *, 'Error: Must specify Np or default value ', &
    172172         '(p1=No or p2=lambda) for Exponential distribution'
    173173        stop
     
    191191    if(Np>0) then
    192192   
    193         print *, 'Variable Np not supported for ', &
     193        PRINT *, 'Variable Np not supported for ', &
    194194         'Power Law distribution'
    195195        stop
     
    205205   
    206206        if(Np>0) then
    207         print *, 'Variable Np not supported for ', &
     207        PRINT *, 'Variable Np not supported for ', &
    208208         'Monodispersed distribution'
    209209        stop
     
    225225            log_sigma_g = local_p3
    226226        else
    227             print *, 'Error: Must specify a value for sigma_g ', &
     227            PRINT *, 'Error: Must specify a value for sigma_g ', &
    228228             'when using a Log-Normal distribution'
    229229            stop
     
    244244                local_Np=p1
    245245            else
    246                 print *, 'Error: Must specify Np or default value ', &
     246                PRINT *, 'Error: Must specify Np or default value ', &
    247247                 '(p2=Rg or p1=Np) for Log-Normal distribution'
    248248            endif
Note: See TracChangeset for help on using the changeset viewer.