Last change
on this file was
4773,
checked in by idelkadi, 11 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 | |
---|
1 | interface |
---|
2 | SUBROUTINE MODIFY_WV_CONTINUUM(NWVCONTINUUM) |
---|
3 | use parkind1 , only:& |
---|
4 | & jpim |
---|
5 | INTEGER(KIND=JPIM), INTENT(IN) :: NWVCONTINUUM |
---|
6 | END SUBROUTINE MODIFY_WV_CONTINUUM |
---|
7 | end interface |
---|
Note: See
TracBrowser
for help on using the repository browser.