source: LMDZ6/trunk/libf/phylmd/ecrad/include/modify_wv_continuum.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: 181 bytes
Line 
1interface
2SUBROUTINE MODIFY_WV_CONTINUUM(NWVCONTINUUM)
3use parkind1 , only:&
4 & jpim
5INTEGER(KIND=JPIM), INTENT(IN) :: NWVCONTINUUM
6END SUBROUTINE MODIFY_WV_CONTINUUM
7end interface
Note: See TracBrowser for help on using the repository browser.