Ignore:
Timestamp:
Jan 16, 2025, 6:32:38 PM (14 hours ago)
Author:
yann meurdesoif
Message:

For GPU porting :

  • add wrapper for source to source tools
  • Separate initialization phase of lscp_old (firstilp), SAVE variable in compute subroutine cannot be managed properly.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/physiq_mod.F90

    r5474 r5480  
    7777    USE lmdz_lscp, ONLY : lscp
    7878    USE lmdz_call_cloud_optics_prop, ONLY : call_cloud_optics_prop
    79     USE lmdz_lscp_old, ONLY : fisrtilp
     79    USE lmdz_lscp_old, ONLY : fisrtilp, fisrtilp_first
    8080    USE lmdz_call_blowing_snow, ONLY : call_blowing_snow_sublim_sedim
    8181    USE lmdz_wake_ini, ONLY : wake_ini
     
    374374       USE phys_output_write_spl_mod, ONLY: phys_output_write_spl
    375375       USE phytracr_spl_mod, ONLY: phytracr_spl_out_init, phytracr_spl
     376       USE s2s, ONLY : s2s_initialize
    376377    IMPLICIT NONE
    377378    !>======================================================================
     
    13461347
    13471348    IF (first) THEN
     1349       
     1350        CALL s2s_initialize     ! initialization of source to source tools
     1351       
    13481352!       CALL init_etat0_limit_unstruct
    13491353!       IF (.NOT. create_etat0_limit) CALL init_limit_read(days_elapsed)
     
    38963900
    38973901    ELSE
    3898 
     3902   
     3903    CALL fisrtilp_first(klon, klev, phys_tstep, pfrac_impa, pfrac_nucl, pfrac_1nucl)
    38993904    CALL fisrtilp(klon,klev,phys_tstep,paprs,pplay, &
    39003905         t_seri, q_seri,ptconv,ratqs,sigma_qtherm, &
Note: See TracChangeset for help on using the changeset viewer.