text stringlengths 9 3.83M |
|---|
C$Procedure TYEAR ( Seconds per tropical year )
DOUBLE PRECISION FUNCTION TYEAR ()
C$ Abstract
C
C Return the number of seconds in a tropical year.
C
C$ Disclaimer
C
C THIS SOFTWARE AND ANY RELATED MATERIALS WERE CREATED BY THE
C CALIFORNIA INSTITUTE OF TECHNOLOGY (CALTECH) UNDER A U.S.
C ... |
SUBROUTINE MERGE (IRP,ICP,CORE)
C
C MERGE WILL PUT UP TO 4 MATRICES, IA11,IA21,IA12,IA22, TOGETHER
C INTO NAMEA -- THIS ROUTINE IS THE INVERSE OF PARTN
C
C THE ARGUMENTS ARE EXACTLY THE SAME IN MEANING AND OPTION AS FOR
C PARTITION
C
IMPLICIT INTEGER (A-Z)
EXTERNAL RSHIFT,ANDF
... |
subroutine HPZFLC
C
C...fill HEPEVT from zebra banks
C
IMPLICIT NONE
#include "stdhep/stdhep.inc"
#include "stdhep/stdlun.inc"
#include "stdhep/hepzbr.inc"
integer I,J,K,LL,KK
C...set everything to zero
NEVHEP = 0
NHEP = 0
do 120 J=1,NMXHEP
ISTHEP(J)=0
IDHEP(J)=0
... |
program bodedrv
implicit double precision(a-h,o-z),integer(i-n)
external xsin
parameter (idimv=1)
dimension a(idimv),b(idimv)
a(1)=0.d0
b(1)=3.141592653589792d0
ivar=1
print*,ivar
print*,a
print*,b
print*
call bode(idimv,xsin,ivar,a,b,dinteg... |
!-----------------------
! madgraph - a Feynman Diagram package by Tim Stelzer and Bill Long
! (c) 1993
!
! Filename: drawfeyn.f
!-----------------------
!*************************************************************************
! This file contains routines for generating ps files for the Feynman
! diagrams.... |
program TBEEP
c to test spindrift beep etc
integer if(2,10)
c
2 call beep
pause
call BELL(3) !test new version
pause
print 1
1 format(' ifreq1,ifreq2 = ')
read *,ifreq1,ifreq2
if(ifreq1.eq.0) STOP
call tone(ifreq1,50)
pause
call tone2(ifreq1,ifreq2,50)
pause
n=1
if(1,n)=500 !=freq
if(2,n)=8 !=duration
... |
! ***************
SUBROUTINE FOND
! ***************
!
&(ZF ,X,Y,NPOIN,NFON,NBOR,KP1BOR,NPTFR)
!
!***********************************************************************
! BIEF V6P1 21/08/2010
!**************************... |
subroutine sub2()
write(6, *) 'output from sub2.'
return
end
|
subroutine LOAD_HEADER( HEADER_TXT, N_TXT )
IMPLICIT NONE
CHARACTER( 90 ) :: HEADER_TXT( 200 )
INTEGER :: N_TXT
N_TXT = 21
HEADER_TXT( : ) = ''
HEADER_TXT( 1:N_TXT ) = (/
& '#================================================================================... |
C
C $Id: displa.f,v 1.6 2008-07-27 00:14:36 haley Exp $
C
C Copyright (C) 2000
C University Corporation for Atmospheric Research
C All Rights Reserved
C
C The use of this Software is governed by a License Agreement.
C
SUBROUTINE DISPLA (LFRA,LROW,LTYP)
C
C The subroutine DISP... |
/* tdalgrset.f
* MODULE
Название Программного Модуля
* DESCRIPTION
Назначение программы, описание процедур и функций
* RUN
Способ вызова программы, описание параметров, примеры вызова
* CALLER
Список процедур, вызывающих этот файл
* SCRIPT
Список скриптов, вызывающих этот ф... |
! *************************
SUBROUTINE COEFRO_SISYPHE
! *************************
!
&(CF,H,KFROT,CHESTR,GRAV,NPOIN,HMIN,KARMAN)
!
!***********************************************************************
! SISYPHE V6P1 21... |
! advance.f
! advance POM
!______________________________________________________________________
!
subroutine advance
!----------------------------------------------------------------------
! Advances model a step
!----------------------------------------------------------------------
! called by: pom ... |
C++***************************************************************
C spec_plot
C Program to plot a 1-D spectrum.
C
C Input spectrum: image file
C with flux in first line, wavelengths in second line
C
C Version of 17-12-98
C--**************************************************************
PROGRAM SPEC_BACK
CHAR... |
C
C $Id: ngritd.f,v 1.4 2008-07-27 00:17:18 haley Exp $
C
C Copyright (C) 2000
C University Corporation for Atmospheric Research
C All Rights Reserved
C
C The use of this Software is governed by a License Agreeme... |
! *****************************COPYRIGHT*******************************
! (C) Crown copyright Met Office. All rights reserved.
! For further details please refer to the file COPYRIGHT.txt
! which you should have received as part of this distribution.
! *****************************COPYRIGHT*****************************... |
! ***********************
SUBROUTINE POINT_STBTEL
! ***********************
!
!***********************************************************************
! PROGICIEL : STBTEL V5.2 09/08/89 J-C GALLAND (LNH)
! 19/0... |
PROGRAM FTEX06
C
C Example of SURF1/SURF2.
C
C
C Define the error file, the Fortran unit number, the workstation type,
C and the workstation ID to be used in calls to GKS routines.
C
C PARAMETER (IERRF=6, LUNIT=2, IWTYPE=1, IWKID=1) ! NCGM
C PARAMETER (IERRF=6, LUNIT=2, IWTYPE=8, IWKID=1) ! X Wind... |
c
subroutine read_x2c_pc_dip(icomp,g_pcdip)
c
implicit none
c
#include "mafdecls.fh"
#include "global.fh"
#include "tcgmsg.fh"
#include "util.fh"
#include "stdio.fh"
#include "errquit.fh"
#include "msgids.fh"
#include "dra.fh"
#include "inp.fh"
#include "msgtypesf.h"
c
integer icomp
integer g_pc... |
!***********************************************************************
! LICENSING
! Copyright (C) 2013 National Renewable Energy Laboratory (NREL)
!
! This is free software: you can redistribute it and/or modify it
! under the terms of the GNU General Public License as
! published by the Free Software Foun... |
SUBROUTINE F01ACZ(N,EPS,A,IA,B,IB,Z,L,IFAIL)
C MARK 16 RELEASE. NAG COPYRIGHT 1993
C
C This routine originally called F01ACF.
C ACCINVERSE
C THE UPPER TRIANGLE OF A POSITIVE DEFINITE SYMMETRIC MATRIX,
C A, IS STORED IN THE UPPER TRIANGLE OF AN (N+1)*N ARRAY
C A(I,J), I=1,N+1, J=1,N. X, THE... |
c.. n-planet integrator, with restart capability
c.. current configuration is for sun + nine planets
program Integrator
implicit real*8(a-h,o-z), integer*4(i-n)
parameter (nb=10)
parameter(n=6*nb,pi=3.14159265358979323846)
dimension y(n),dydx(n),yscal(n)
dimension a... |
subroutine STDSPIN(IT,JSP)
C...Get the J-spin of this particle
C
C IT = index to HEPEVT common block
C For particle ID, +/- IJKLM
C KQJ = M = 2*Jspin + 1
C JSP = Jspin
C
IMPLICIT NONE
integer IT,KQ,KQA,KQJ
real JSP
#include "stdhep/stdhep.inc"
KQ=IDHEP(IT)
... |
*****************************************************************************
*** function dsIB3yieldone calculates the IB3 yield from one given
*** annihilation channel, i.e. the *difference* to the corresponding qq
*** yield when taking into account qqg final states.
***
*** Currently included are:
*** yieldk = ... |
C===================================================================
#include "fintrf.h"
C mxcreatecellmatrixf.f
C
C mxcreatecellmatrix takes the input arguments and places them in a
C cell array. This cell array is returned back to MATLAB as the result.
C
C This is a MEX-file for MATLAB.
C Copyrigh... |
c $VERSION "08/16/95 @(#)cuintc.f 7.1"
subroutine interc(ihr)
c subroutine to calc precip or irrig intercepted by foliage
c this intercepted rain may be much greater than that stored on
c leaves at this point. after calling drip then pint(j) is that
c stored on foliage
parameter(mh=98)
commo... |
SUBROUTINE UFBEVN(LUNIT,USR,I1,I2,I3,IRET,STR)
C$$$ SUBPROGRAM DOCUMENTATION BLOCK
C
C SUBPROGRAM: UFBEVN
C PRGMMR: WOOLLEN ORG: NP20 DATE: 1994-01-06
C
C ABSTRACT: THIS SUBROUTINE READS SPECIFIED VALUES FROM THE CURRENT
C BUFR DATA SUBSET WITHIN INTERNAL ARRAYS. THE DATA VALUES
C CORRE... |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 3