Last change
on this file since 1243 was
1024,
checked in by aslmd, 11 years ago
|
LMDZ.COMMON. Added the posssibility for 3D runs without dynamics (precompiling flag NODYN). Added simple nudging (zonal wind for Saturn, but easy to extend). updated arch files for gnome with -auto. LMDZ.UNIVERSAL. Updated READMEs and latest def files (NB: saturn_tropostrato_128x96x64 and saturn_tropostrato_256x192x64 still experimental).
|
File size:
148 bytes
|
Line | |
---|
1 | module comuforc_h |
---|
2 | IMPLICIT NONE |
---|
3 | REAL,ALLOCATABLE,DIMENSION(:,:) :: uforc |
---|
4 | REAL :: facwind |
---|
5 | end module comuforc_h |
---|
6 | |
---|
7 | |
---|
Note: See
TracBrowser
for help on using the repository browser.