source: LMDZ6/branches/LMDZ_ECRad/libf/phylmd/ecrad/include/modify_wv_continuum.intfb.h @ 4999

Last change on this file since 4999 was 4728, checked in by idelkadi, 11 months ago

Update of ecrad in the LMDZ_ECRad branch of LMDZ:

  • version 1.6.1 of ecrad
  • files are no longer grouped in the same ecrad directory.
  • the structure of ecrad offline is preserved to facilitate updating in LMDZ
  • cfg.bld modified to take into account the new added subdirectories.
  • the interface routines and those added in ecrad are moved to the phylmd directory
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.