source: LMDZ5/branches/LMDZ5V1.0-dev/libf/dyn3d/academic.h @ 1437

Last change on this file since 1437 was 1437, checked in by Ehouarn Millour, 14 years ago

Implementation of FC's improved Newtonian configuration: more realistic (and tunable) friction & fields towards which to relax and planet parameters (gravity, radius, rotation rate...) can be read in from a planet.def file (this occurs only when running in "newtonian mode"; planet parameters are otherwise read in from the start file).

Checked that these implementation don't change results when running standard Earth bench tests on Vargas.

EM

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 215 bytes
Line 
1!
2! $Id: academic.h 1437 2010-09-30 08:29:10Z emillour $
3!
4      common/academic/tetarappel,knewt_t,kfrict,knewt_g,clat4
5      real :: tetarappel(ip1jmp1,llm)
6      real :: knewt_t(llm)
7      real :: kfrict(llm)
8      real :: knewt_g
9      real :: clat4(ip1jmp1)
Note: See TracBrowser for help on using the repository browser.