INTERFACE:
subroutine get_int_pressure(method,unit,jul,secs,nlev,z)DESCRIPTION:
This routine will provide the internal pressure-gradients, either analytically prescribed or read from a file. The subroutine is called in the get_all_obs() subroutine as part of the main integration loop. The spatial interpolation is done via the reading routine and the temporal interpolation is done in this routine.
USES:
use time, only: time_diff,julian_day
use observations, only: init_saved_vars,read_profiles
use observations, only: dsdx,dsdy,dtdx,dtdy
IMPLICIT NONE
INPUT PARAMETERS:
integer, intent(in) :: method
integer, intent(in) :: unit
integer, intent(in) :: jul,secs
integer, intent(in) :: nlev
REALTYPE, intent(in) :: z(0:nlev)
REVISION HISTORY:
Original author(s): Karsten Bolding
$Log: get_int_pressure.F90,v $
Revision 1.6 2010-09-17 12:53:49 jorn
extensive code clean-up to ensure proper initialization and clean-up of all variables
Revision 1.5 2006-11-27 09:25:18 kbk
use logical var init_saved_vars to initialise saved variables
Revision 1.4 2005/06/27 13:44:07 kbk
modified + removed traling blanks
Revision 1.3 2003/03/28 09:20:35 kbk
added new copyright to files
Revision 1.2 2003/03/10 08:51:57 gotm
Improved documentation and cleaned up code
Revision 1.1.1.1 2001/02/12 15:55:58 gotm
initial import into CVS