source: LMDZ6/branches/contrails/libf/phylmd/lmdz_fake_call.f90 @ 5631

Last change on this file since 5631 was 5618, checked in by aborella, 7 months ago

Merge with trunk testing r5597. We have convergence in prod and debug in NPv7.0.1c

  • 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.