Changeset 5767 for LMDZ6


Ignore:
Timestamp:
Jul 10, 2025, 12:04:51 PM (3 weeks ago)
Author:
rkazeroni
Message:

For GPU porting of gravity waves params:

  • Add "horizontal" comment to specify possible names of horizontal variables
  • Remove "fake_call" utility which is no longer needed by GPU-Morphosis (bug fixed in the tool)
Location:
LMDZ6/trunk/libf/phylmd
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/acama_gwd_rando_m.f90

    r5715 r5767  
    22! $Id$
    33!
     4!$gpum horizontal klon
    45module ACAMA_GWD_rando_m
    56
     
    5556    use assert_m, only: assert
    5657    USE vertical_layers_mod, ONLY : presnivs
    57     USE lmdz_fake_call, ONLY : fake_call
    5858
    5959!  OFFLINE:
     
    219219!  END ONLINE
    220220
    221     CALL FAKE_CALL(BVLOW) ! to be suppress in future
    222     CALL FAKE_CALL(CORIO) ! to be suppress in future
    223     CALL FAKE_CALL(ROTBA) ! to be suppress in future
    224    
    225221    IF(DELTAT < DTIME)THEN
    226222!       PRINT *, 'flott_gwd_rando: deltat < dtime!'
  • LMDZ6/trunk/libf/phylmd/flott_gwd_rando_m.f90

    r5715 r5767  
    22! $Id$
    33!
     4!$gpum horizontal klon
    45module FLOTT_GWD_rando_m
    56
     
    5253      USE vertical_layers_mod, ONLY : presnivs
    5354      USE yoegwd_mod_h
    54       USE lmdz_fake_call, ONLY : fake_call
    5555
    5656      CHARACTER (LEN=20),PARAMETER :: modname='flott_gwd_rando'
     
    216216       CALL abort_physic(modname,abort_message,1)
    217217    ENDIF
    218    
    219     CALL FAKE_CALL(BVLOW)  ! to be suppress in future
    220218   
    221219    ! 2. EVALUATION OF THE BACKGROUND FLOW AT SEMI-LEVELS
Note: See TracChangeset for help on using the changeset viewer.