source: LMDZ6/trunk/libf/phylmd/lmdz_fake_call.f90 @ 5523

Last change on this file since 5523 was 5511, checked in by yann meurdesoif, 8 days ago

Add subroutine "fake_call" to fix some problem in GPU morphosis. Will be removed in some days when problem wil be solved.
YM

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 167 bytes
Line 
1MODULE lmdz_fake_call
2
3CONTAINS
4 
5  SUBROUTINE fake_call(arg)
6  USE dimphy
7  IMPLICIT NONE
8    REAL :: arg(klon)
9  END SUBROUTINE fake_call
10
11END MODULE lmdz_fake_call
Note: See TracBrowser for help on using the repository browser.