source: LMDZ6/trunk/libf/phylmd/ecrad/include/srtm_init.intfb.h @ 5040

Last change on this file since 5040 was 4773, checked in by idelkadi, 9 months ago
  • Update of Ecrad in LMDZ The same organization of the Ecrad offline version is retained in order to facilitate the updating of Ecrad in LMDZ and the comparison between online and offline results. version 1.6.1 of Ecrad (https://github.com/lguez/ecrad.git)
  • Implementation of the double call of Ecrad in LMDZ


File size: 220 bytes
Line 
1INTERFACE
2SUBROUTINE SRTM_INIT(DIRECTORY, NWVCONTINUUM)
3USE PARKIND1, ONLY : JPIM
4CHARACTER(LEN=*), INTENT(IN) :: DIRECTORY
5INTEGER(KIND=JPIM), INTENT(IN), OPTIONAL :: NWVCONTINUUM
6END SUBROUTINE SRTM_INIT
7END INTERFACE
Note: See TracBrowser for help on using the repository browser.