Ignore:
Timestamp:
Dec 12, 2025, 5:36:11 PM (2 days ago)
Author:
emillour
Message:

Generic PCM:
OpenMP bug fix in ave_stelspec.F90 (line counting strategy should only be done
by the master thread). While at it turned ave_stelspec and setspv into modules.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/setspv.F90

    r3893 r3990  
     1      module setspv_mod
     2     
     3      implicit none
     4     
     5      contains
     6     
    17      subroutine setspv
    28
     
    2733      use datafile_mod, only: datadir
    2834      use callkeys_mod, only: Fat1AU
     35      use ave_stelspec_mod, only: ave_stelspec
    2936
    3037      implicit none
     
    132139      print*,' '
    133140
    134       RETURN
    135141    END subroutine setspv
     142   
     143    end module setspv_mod
     144   
Note: See TracChangeset for help on using the changeset viewer.