text stringlengths 9 3.83M |
|---|
C$PROG CKNXTI
C
C ************************************************************
C BY WT MILNER AT HHIRF - LAST MODIFIED 08/24/92
C ************************************************************
C
SUBROUTINE CKNXTI(NXTNDX,NDXNOW)
C
COMMON/LLL/ MSSG(28),NAMPROG(2),LOGUT,LOGUP,LISFLG,MSGF
C
CHA... |
SUBROUTINE DSIDI (A, LDA, N, KPVT, DET, INERT, WORK, JOB)
C-----------------------------------------------------------------------
C! Computes the determinant, inertia and inverse of a symm. matrix.
C# Math
C-----------------------------------------------------------------------
C; Copyright (C) 1995
C; Associa... |
C
C $Id: mdisci.f,v 1.3 2008-07-27 00:17:07 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
INTEGER FUNCTION MDISCI (IAIN)
C
INTEGER IAIN
C
... |
CHARACTER TTL*72,A*7,B*8,C*66
OPEN(1,FILE='SAID.PCT',STATUS='UNKNOWN')
OPEN(7,FILE='SAID.TMP',STATUS='UNKNOWN')
DO 1 I=1,13
READ(1,101) TTL
WRITE(7,101) TTL
1 CONTINUE
2 READ(1,101,END=99) A,B,C
101 FORMAT(A,A,A)
WRITE(7,101) A,C
GO TO 2
99 STOP
END
|
subroutine init_fastmc(parfile)
c== Read parameters from data base
implicit none
CHARACTER*30 parfile
include 'read_par_clas12g.inc'
PRINT *,'|==========> Cofiguration file: ',parfile
OPEN(11,FILE=parfile,STATUS='old') ! Control par.file
CALL readint4(11,'Cnfg_num ',Cnfg_... |
c ================================================================
function pht_topder(inc,ema,phase,ret)
c ================================================================
implicit none
c_title pht_topder - topographic derivative of an arbitrary photometric
c function.
c
c_args type varia... |
program TMEMA
c Is memory used in a subroutine recovered when the subroutine is exited?
c real*8 array(200,200,200)
real*8 array(2,2,2)
c
call SUBa(array)
pause 'back to main -now subb'
call SUBb(array)
pause 'back to main'
call SUBa(array)
pause 'back to main -now subb'
call SUBb(array)
pause 'back to main'
... |
c$Id:$
subroutine pcxsol( ctl, prt)
c * * F E A P * * A Finite Element Analysis Program
c.... Copyright (c) 1984-2014: Regents of the University of California
c All rights reserved
c-----[--.----+----.----+----.-----------------------------------------]
c Modification lo... |
c
c qmd_property: wrapper for property calculations
c
logical function qmd_property(rtdb)
c
implicit none
c
#include "rtdb.fh"
#include "errquit.fh"
#include "mafdecls.fh"
#include "stdio.fh"
#include "global.fh"
c
integer rtdb ! rtdb
c
character*30 pname
c
logical qmd_ha... |
SUBROUTINE VDRCON( NIN, NOUT, FCOORD, FRADIU, FHYDRA,
& DOTDEN, DCUT, LERR, LDBUG)
IMPLICIT NONE
C ********************************************************************
C * *
C * This software is an unpublished work containing... |
C$Procedure ZZSTELAB ( Private --- stellar aberration correction )
SUBROUTINE ZZSTELAB ( XMIT, ACCOBS, VOBS, STARG, SCORR, DSCORR )
C$ Abstract
C
C SPICE Private routine intended solely for the support of SPICE
C routines. Users should not call this routine directly due
C to the volatile nature o... |
subroutine dscraxiset_default
************************************************************************
*** a sample default setting of propagation parameters. this subroutine
*** is called in the program inizialization. to change the propagation
*** parameters to another set call the routine dscraxiset_model.
**... |
#include "PILOT.inc"
REAL FUNCTION SSGX3(ET)
C-----------------------------------------------------------------------
C SSGLBF: glss -> ziss + tp + tb
C Baer's XT3 - CHI- eq. a.6.c of prd45,142 (1992)
C Modified for t_1 and t_2 eigenstates
C--------------------------------------------... |
SUBROUTINE G04AGF(Y,N,K,LSUB,NOBS,L,NGP,GBAR,SGBAR,GM,SS,IDF,F,FP,
* IFAIL)
C MARK 8 RELEASE. NAG COPYRIGHT 1979.
C MARK 11.5(F77) REVISED. (SEPT 1985.)
C MARK 16 REVISED. IER-1115 (JUL 1993).
C G04AGF PERFORMS AN ANALYSIS OF VARIANCE FOR A
C TWO-WAY HIERARCHICAL CLASSIFI... |
/* longrp.f
* MODULE
Название Программного Модуля
* DESCRIPTION
Назначение программы, описание процедур и функций
* RUN
Способ вызова программы, описание параметров, примеры вызова
* CALLER
Список процедур, вызывающих этот файл
* SCRIPT
Список скриптов, вызывающих этот файл... |
SUBROUTINE READ4 (LAMA,PHI,SCR1,EPS,MASS)
C
C READ4 WILL TEST FOR CLOSE AND EQUAL ROOTS AND MAKE SURE THE
C CORRESPONDING VECTORS ARE ORTHOGONAL
C
INTEGER NAME(2) ,PHI(7) ,RSP ,PHI1(7)
INTEGER RDREW ,WRTREW
CWKBI ALPHA-OSF 9/94
INTEGER SCR1
... |
subroutine PDFopen(QM,phio,area,tau,ncomp,km)
c PDF for all openings
c Altered so outputs tau (ms), area (single prec) and ncomp (as req in PDFIT)
c Outputs eigen,w1 as req for printing of PDFOUT1 etc
c Part of family of subroutines to do single channel calcs via
c set of discrete subroutines that can be called as req... |
C SccsID = "$Id: verdms.for 54980 2011-06-12 01:03:53Z Srinivas.Reddy $"
SUBROUTINE VERDMS(VAL,ID,IM,S,ISIGN)
*** CONVERT RADIANS TO DEG, MIN, SEC
IMPLICIT DOUBLE PRECISION(A-H,O-Z)
COMMON/CONST/RAD,ER,RF,ESQ,PI
1 IF(VAL.GT.PI) THEN
VAL=VAL-PI-PI
GO TO 1
ENDIF
2... |
C TEST --- Subroutine to test the MACHAR subroutine
C
C Eugene Spafford
C Software Tools Subsystem Math Library Test Routine
C School of Information and Computer Science
C Georgia Institute of Technology
C Atlanta, Georgia 30332
C
C Coded April 1983 by Eugene Spafford
C -----------------... |
C$PROG NUCUR - Produces a full-window cursor
C
C ******************************************************************
C BY WT MILNER AT HRIBF - LAST MODIFIED 04/08/02
C ******************************************************************
C
SUBROUTINE NUCUR
C
IMPLICIT NONE
C
C ---------------... |
subroutine GETBUF(BUF1,BUF2,NPIX,NRAST)
integer NPIX,NRAST
real BUF1(NPIX*NRAST),BUF2(NPIX*NRAST)
do 10 i=1,NPIX*NRAST
BUF2(I)=BUF1(I)
10 continue
return
end
|
Subroutine QQ_StrainDispMat(Qc,nQc,R,Rad,B,nB,Det,
& Nel,NelType,Iout)
! Inputs
! Qc(1,nQc) = Bezier X-Coordinates
! = (qc00x qc10x...qc33x)
! Qc(2,nQc) = Bezier Y-Coordinates
! = (qc00y qc10y...qc33y)
! R = r-directional root domain value
! S = r-directional root domain value
! Nel = E... |
C LAST UPDATE 16/03/89
C+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
C
SUBROUTINE PEAK
IMPLICIT NONE
C
C Purpose: Fit background under a peak.
C
INCLUDE 'COMMON.FOR'
C
C Calls 8: CURSOR , GETHDR , GETCHN , FRPLOT , OPNFIL , APLOT , DAWRT
C OUTFIL
C Called b... |
************************************************************************
* *
subroutine partrs(mark,markp,nbeta,icge,itmak)
* *
* particle transport ... |
! file: mkl_vsl.f77
!
! Copyright(C) 2006-2015 Intel Corporation. All Rights Reserved.
!
! The source code, information and material ("Material") contained herein is
! owned by Intel Corporation or its suppliers or licensors, and title to such
! Material remains with Intel Corporation or its suppliers or licen... |
C
C $Id: asindp.f,v 1.5 2008-07-27 00:17:08 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
DOUBLE PRECISION FUNCTION ASINDP (CON)
C
C This function a... |
C$PROG CMPSETUP - Executes general & setup commands for SCANOR
C
C ******************************************************************
C BY W.T. MILNER AT HRIBF - LAST MODIFIED 02/04/99
C ******************************************************************
C
SUBROUTINE CMPSETUP(IDONE,RETN)
C
IMPLI... |
*----------------------------------------------------------------------*
* *
* SCANFILS *
* ~~~~~~~~ *
* This routine checks ... |
c==============================================================================
c
subroutine centroid_write_config
x (cfgname,nstep,t,levcfg,imcon,cell,
x mxatms,natms,atmnam,nfict,
x xxx,yyy,zzz,vxx,vyy,vzz,fxx,fyy,fzz)
use multibead
use centroid_modul... |
c Program WAVE1
c***
c Determine seismic velocity time series using the
c response functions computed by WAVE0S and stored in 'wave0.out'.
c The source depth and observation-pt depth are previously specified
c in the input to WAVE0S. WAVE1 essentially supplies the source
c information and writes out the time series at... |
c Purpose: Graphics routines to use with MS Compilers
subroutine pstart()
use DFLIB
implicit none
interface
logical(4) function initialsettings
end function
end interface
type(qwinfo) winfo
type(windowconfig) myscreen
integer ... |
! ===============================================================
! Copyright (c) CERFACS (all rights reserved)
! ===============================================================
subroutine correct_void_sources_tpf ( neq_tpf,nnode,w_tpf )
USE mod_param_defs
USE mod_input_param_defs, ONLY:... |
C++**********************************************************
C JLP0_AC_VAX.FOR
C Set of subroutines to replace JLP VAX-dependent input/output routines
C which access 2-D images in CCD, BDF, and CDCA format
C (i.e., which are only C valid on the Vax system) by dummy routines.
C UNIX version
C
C Contains
C JLP_R... |
c copyright notice
c Copyright 2013 Sandia Corporation
c
c Under the terms of Contract DE-AC04-94AL85000 with Sandia
c Corporation, the U.S. Government retains certain rights in this
c software. ... |
character*80 name,name1,name2,string,getunx
integer*4 iret
logical exists
integer unlink
real*8 dffirst,dflast,dprecis,dfgrav
common/rindx/nic,noc,nsl,nicp1,nocp1,nslp1,n
common /geout/ depmin,depmax,ioutflag(1000),nlevout
c
call chekcl('| :r:1:Earth model|')
ii... |
C MEMBER PIN41
C (from old member FCPIN41)
C
SUBROUTINE PIN41(PO,LEFTP,IUSEP,CO,LEFTC,IUSEC)
C
C#######################################################################
C
C THIS SUBROUTINE READS AND CHECKS ALL CARD INPUT FOR SEGMENT
C DEFINITION FOR THE NEW EVENT-BASED API-HAR2 OPERATION.
C IT THEN FILLS THE P... |
REAL FUNCTION DTOF(X)
DOUBLE PRECISION X
DTOF=X
END
C SUSY parameters
C AMGLSS = gluino mass
C AMULSS = up-left squark mass
C AMELSS = left-selectron mass
C AMERSS = right-slepton mass
C ... |
SUBROUTINE ZRCCRB(CCRB,GRAT,APER,ORDER,COEF,ISTAT)
*
* Module number:
*
* Module name: ZRCCRB
*
* Keyphrase:
* ----------
* Read table CCRB: scattered light correction coefficients
*
* Description:
* ------------
* This routine reads table CCRB and extracts the scattered
* light correction fac... |
SUBROUTINE F02EBF(JOB,N,A,LDA,WR,WI,VR,LDVR,VI,LDVI,WORK,LWORK,
* IFAIL)
C MARK 16 RELEASE. NAG COPYRIGHT 1992.
C
C F02EBF computes all the eigenvalues, and optionally all the
C eigenvectors, of a real general matrix A.
C
C F02EBF is a driver routine which calls computational... |
!------------------------------------------------------------------------------
! Harvard University Atmospheric Chemistry Modeling Group !
!------------------------------------------------------------------------------
!BOP
!
! !ROUTINE: cleanup
!
! !DESCRIPTION: Subroutine CLEANUP deallocates the ... |
! ******************************
SUBROUTINE BEDLOAD_NERBED_VF !
! ******************************
!
&(MESH,LIEBOR,KSORT,ELAY,V2DPAR,QSX,QSY,AVA,NPOIN,NSEG,NPTFR,
& DT,QS,T1,T2,T3,BREACH,CSF_SABLE,NUBO,VNOIN)
!
!*****************************************... |
c $Author: raus $
c $Revision: 1.2 $
c $Log: GP_read.f,v $
c Revision 1.2 1993/04/21 16:56:30 raus
c string size up to 1024 chars
c
c Revision 1.1 1993/04/20 17:46:13 raus
c 1st save
c
c***********************************************************************
SUBROUTINE read_stdin
c***
INCL... |
C IMSL ROUTINE NAME - GGSTA1
C
C-----------------------------------------------------------------------
C
C LATEST REVISION - JUNE 1, 1982
C
C PURPOSE - NUCLEUS CALLED ONLY BY IMSL ROUTINE GGSTA
C
C USAGE - FUNCTION GGSTA1(XARG)
C
C ARGUMENTS GGSTA1 - RESULTANT MODIFIED TANG... |
C> \ingroup wfn1_nxt2
C> @{
C>
C> \brief Construct the residual matrix given a Fock matrix
C>
C> Assume we are given a Fock matrix in a particular basis. Then for
C> every basis function we have that the residual is
C> \f{eqnarray*}{
C> r_i &=& F\phi_i - \langle E\rangle \phi_i \\\\
C> \langle E\rangle &=& F_{ii}... |
PROGRAM xddpoly
C driver for routine ddpoly
INTEGER NC,NCM1,NP
PARAMETER(NC=6,NCM1=5,NP=20)
INTEGER i,j
REAL x,factrl,c(NC),pd(NCM1),d(NCM1,NP)
CHARACTER a(NCM1)*15
DATA a/'polynomial:','first deriv:','second deriv:',
* 'third deriv:','fourth deriv:'/
... |
C @(#)chek_cmde.f 20.4 8/20/98
C****************************************************************
C
C File: chek_cmde.f
C Purpose: Routine to check validity of an > MODE change
C records.
C Author: Walt Powell Date: 7 Mar 1995
C Modified:
C Called by:... |
subroutine loop_basement(outvect,ziso,mass_iso,brd,strength,
$ centerfreq,calcfreq,tempr,numlines,sizewave,numisotopes,lvg)
include 'max.inc'
c same as loop.f except so that it is consistent with CKD defn of continnum,
c it has the basement term subtracted off
c see /salsify/packages/Genln2/Genln2... |
SUBROUTINE DECODE (CODE,LIST,N)
C
C DECODE DECODES THE BITS IN A WORD AND RETURNS A LIST OF INTEGERS
C CORRESPONDING TO THE BIT POSITIONS WHICH ARE ON. NUMBERING
C CONVENTION IS RIGHT (LOW ORDER) TO LEFT (HIGH ORDER) 00 THRU 31.
C
C ARGUMENTS
C
C CODE - INPUT - THE WORD TO BE DECODED
C LI... |
SUBROUTINE E04FDY(IFLAG,M,N,X,FVEC,IW,LIW,W,LW)
C MARK 7 RELEASE. NAG COPYRIGHT 1978.
C MARK 11.5(F77) REVISED. (SEPT 1985.)
C
C **************************************************************
C
C CALLS THE USER-SUPPLIED ROUTINE LSFUN1.
C
C PHILIP E. GILL, ENID M. R. LONG, WALTER MURRAY AND
C ... |
C$PROG LSNB
FUNCTION LSNB(IBY,IA,IB)
C
BYTE IBY(*)
C
BYTE X20,X21,X3B
C
DATA X20,X21,X3B/'20'X,'21'X,'3B'X/
C
SAVE
C
C FUNCTION TO RETURN LOCATION OF LAST NON-BLANK
C TERMINATES ON ; OR !
C
LNB=0
DO 10 I=IA,IB
IF(IBY(I).EQ.X3B) GO TO 50
IF(IBY(I)... |
C Last change: LKS 1 Nov 2007 12:53 pm
subroutine kradpath
c
c core routine on file kradpath.f
c
c called by RADANAL [MAIN->RADANAL->KRADPATH]
c
c This routine computes RADIANCE K-functions using L&W Eq. 3.22,
c for the selected directions. The elastic-scattering path function
... |
subroutine smrt_dhru2grid3D (smrtVar, mfVar3, mult_TF)
!! ~ ~ ~ Author ~ ~ ~
!! Tyler Wible, Masters student
!! Colorado State University 2012-2014
!! Comment initials "tcw"
!!
!! ~ ~ ~ Purpose ~ ~ ~
!! This subroutine converts SMRT-based disaggregated HRUs (dhrus) to 3D MODFLOW-based gr... |
*
* $Id: pbitcd.F,v 1.2 2001/11/19 22:46:22 dpp Exp $
*
* $Log: pbitcd.F,v $
* Revision 1.2 2001/11/19 22:46:22 dpp
* -> delete unused include file
*
* Revision 1.1.1.1 1998/02/06 19:11:40 dpp
* DOIT first release.
*
* Revision 1.1.1.1 1997/04/30 12:31:21 clib
* Developmental version of DUET.
*
* Revision 1.1... |
SUBROUTINE APVCHK (LABEL, INDEX, ROWNUM, ROW, ROWSIZ, APTEMP)
C-----------------------------------------------------------------------
C! AP routine: Find and print maximum value element of a vector.
C# AP-util UV
C-----------------------------------------------------------------------
C; Copyright (C) 1995
C; ... |
subroutine LISTDATA(kt,tint,iampl,iprops,calfac2,ntmax,
& timsav,ifits,nfits,nfmax,dfinter,cjump,jumps,njdim)
c To list/print data in SCAN
c Problem with jump data -when first fit done on each jump
c the data (tint etc) are all moved up one place to allow insertion
c of the interval between t=0 and first transiti... |
C MODULE SFSTBN
C-----------------------------------------------------------------------
C
C ROUTINE TO DEFINE STATE BOUNDARY (STBN) PARAMETERS.
C
SUBROUTINE SFSTBN (LARRAY,ARRAY,DISP,NFLD,
* IRUNCK,ISTAT)
C
CHARACTER*4 DISP
CHARACTER*4 TDISP,WDISP,TYPE,UNITS
CHARACTER*20 CHAR/' '/,CHK/'... |
C MODULE SNTEMP
C-----------------------------------------------------------------------
C
C ROUTINE TO PERFORM NETWORK COMPUTATIONS FOR TEMP STATIONS.
C
SUBROUTINE SNTEMP (IRTYPE,IALL,IOPTN,LARRAY,ARRAY,INWFLG,
* IUEND,ISTAT)
C
CHARACTER*4 WDISP,UNITS
CHARACTER*8 TYPERR
CHARACTER*8 TSTA... |
C IMSL ROUTINE NAME - RSMITZ
C
C-----------------------------------------------------------------------
C
C LATEST REVISION - JULY 1, 1983
C
C PURPOSE - LEAST SQUARES FIT OF THE NON-LINEAR
C REGRESSION MODEL
C Y(I) = ALPHA+BETA*GAMMA**X(I)+E(I)... |
c ----------------------------------------------------------------------
c MAIN PROGRAM - generated by the Rappture Builder
c ----------------------------------------------------------------------
program main
IMPLICIT NONE
c stuff needed for Rappture:
integer rp_lib, rp_units_convert_dbl
... |
function GAUFITs(k,theta)
c For fitting Gaussians to point-amplitude histograms.
c This is version for SCAN (called for scamhist) -same as \ekdist\gaufit1
c except for common
c
c Data are in ifreq(i), (i=nb1,nb2) = frequency of occurrence of
c current level=float(i)*calfac2. 'Bin' width = 1 element of ifreq
c =calfac... |
SUBROUTINE G05CGZ(IA,XB,IERR)
C MARK 14 RE-ISSUE. NAG COPYRIGHT 1989.
C
C called by G05CGF to restore the current values of the internal
C variables used by the random-number-generating routines
C
C The contents of common blocks /AG05CA/, /BG05CA/ and /DG05CA/
C must be restored from the array... |
C$PROG PASS2
SUBROUTINE PASS2
C
LOGICAL Q
C
COMMON/AAA/ IWD(20),LWD(2,40),ITYP(40),NF
C
COMMON/CCC/ ISYN(2,100),ISYT(100),ISYD(100),ISYP(100),
& ISPF(100),ISYV(16384),NSYM,NSYV
C
COMMON/FFF/ LIST(2002),LPAR(2002),IPSP(2002),IPSI(2002),
& MXPAR,NPAR,MINIP,MAX... |
PROGRAM ring
CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
C C
C This file has been written as a sample solution to an C
C exercise in a course given at the High Performance C
C Computing Centre Stuttgart (HLRS). ... |
C
C $Id: APPF.f,v 1.1 2001-10-09 00:18:33 haley Exp $
C
C****************************************************************
C *
C Copyright (C) 1995 *
C University Corporation for Atmospheric Research *
... |
*
* $Id: xts_hits.F,v 1.9 2003/05/12 16:06:16 dpp Exp $
*
* $Log: xts_hits.F,v $
* Revision 1.9 2003/05/12 16:06:16 dpp
* -> comments only
*
* Revision 1.8 2003/03/05 17:26:30 dpp
* -> new assignments for negative INUCHN
*
* Revision 1.7 2002/09/05 19:08:13 dpp
* -> diagnostics
* -> F77
*
* Re... |
8 <--SHAPES
8 <--LINES
id1
2 <--TYPE
284 <--LEFT
60 <--TOP
70 <--WIDTH
30 <--HEIGHT
16777215 <--BACKCOLOR
0 <--BORDERCOLOR
0 <--BORDERCOLOR
-reserved 1-
-reserved 2-
START
id2
2 <--TYPE
282 <--LEFT
414... |
chapter xii, example 3. cubic spline interpolation with good knots
c from * a practical guide to splines * by c. de boor
calls cubspl
integer i,irate,istep,j,n,nhigh,nlow,nm1
real algerp,aloger,c(4,20),decay,dx,errmax,g,h,pnatx,step,tau(20)
* ,x
data step, istep /20., 20/
g(x) = s... |
subroutine rdctrl(ic,iwrite,iplotg,iwrxsecs,iwrsensmg)
c read file "control" for the control integer ictrl.
use COMS
implicit none
c ic=0/1 read all except ncb/read ncb
integer ic,iwrite,iplotg,iwrxsecs,iwrsensmg
integer i,ierr,ios
character line*1
c
c--------------------------------... |
! *****************
SUBROUTINE CALCMU
! *****************
&(ITERMU)
!
!
!***********************************************************************
! ARTEMIS V7P0 06/2014
!***************************************************... |
DOUBLE PRECISION FUNCTION S14ACF(X,IFAIL)
C MARK 14 RELEASE. NAG COPYRIGHT 1989.
C Driver routine for S14ACZ.
C Returns psi(X) - log(X).
C .. Parameters ..
CHARACTER*6 SRNAME
PARAMETER (SRNAME='S14ACF')
C .. Scalar Arguments ..
DOUB... |
! *****************
SUBROUTINE MT02PT
! *****************
!
&(T,XM,XMUL,SF,SG,SH,F,G,H,X,Y,Z,IKLE,NELEM,NELMAX,INCHYD)
!
!***********************************************************************
! BIEF V6P2 21/08/2010
!**... |
FUNCTION I21D(IA,JB)
COMMON/SIGNS/IOFF(32987),IPRNT
C
I21D=IOFF(MAX0(IA,JB))+MIN0(IA,JB)
C
RETURN
END
|
C **************************************************************
SUBROUTINE DATAF
COMMON/ZZZZ/INPT(80),NIN,NOUT,NPRINT,IIFF
C SET IIFF FOR FLOATING POINT INPUT FROM DATA ROUTINES 12/84 ARNDT
IIFF=-1
RETURN
END
|
subroutine EndBridging(N,X,V,neighb,lastneig,Phi,CopPhi,ENV,EST,
* WLFact,NSTEP,CopType)
implicit none
include 'var.common'
include 'ranmar.common'
integer (kind=8)NSTEP
integer N,WLResult,NB,K,I,m,J,oe,e1,e2,ch,se,lp,rp,CopType(N)
integer ENV,DENV,... |
!------------------------------------------------------------------------!
! The Community Multiscale Air Quality (CMAQ) system software is in !
! continuous development by various groups and is based on information !
! from these groups: Federal Government employees, contractors working !
! within a United ... |
C
C $Id: xy04f.f,v 1.18 2010-03-15 22:49:25 haley Exp $
C
CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
C C
C Copyright (C) 1995 C
C University Corporation f... |
subroutine fortab
x (idnode,ntpvdw,ntpatm,mxnode,dlrpot,rcut,
x engunit,unqatm,lstvdw,ltpvdw,vvv,ggg,buffer)
c
c***********************************************************************
c
c dl_poly subroutine for reading potential energy and
c force arrays for van der waals forces onl... |
! ***********************************
SUBROUTINE BEDLOAD_EFFPNT ! (_IMP_)
! ***********************************
!
& (MASKEL,LIQBOR,S,ZF,U2D,V2D,UCMOY,NPOIN,NPTFR,IELMT,KENT,
& BETA,PI,MSK,MESH,DZFDX,DZFDY,CTETA,STETA,
& COEF,CALFA,SALFA,SLOPEFF... |
C This is a Hello world program in Fortran
PROGRAM HELLOW
WRITE(*, *)'hello, world'
END
|
CDT todo - need to take out weights and other input from the element geometry file.
C I am inputting dummy variables for the weights, we can
Subroutine Carbon_Partitioning()
Include 'public.ins'
Include 'puplant.ins'
Dimension iLoc(4)
Character InString*132
Integer e,e1,SW10,SW20,S... |
!------------------------------------------------------------------------!
! The Community Multiscale Air Quality (CMAQ) system software is in !
! continuous development by various groups and is based on information !
! from these groups: Federal Government employees, contractors working !
! within a United ... |
subroutine addray (nps,ic1,ic2,i)
c Keeps sum of number of P and S legs in each layer of the earth model.
dimension nps(*)
do 1 j=ic1,ic2
1 nps(j)=nps(j)+i
return
end
|
C
C
C For passing strings without making use of the "byte" type, see the
C following page
C http://dynopt.cheme.cmu.edu/roscoe/RTOp/doc/Misc/html/namespaceFortranTypes.html
C
C
C
C interface to initPDFset that can be called from C. Inspired by
C http://www-mipl.jpl.nasa.gov/portguide/subsubsection3.11.4.2.html... |
! *****************
SUBROUTINE CORFON
! *****************
!
!***********************************************************************
! TELEMAC 2D VERSION 5.2 01/03/90 J-M HERVOUET
!***********************************************************... |
CLX?
SUBROUTINE EXCOND(VCORG,KDLNC,KNEQ,VDIMP)
C======================================================================
C pg 389
C======================================================================
C TO EXECUTE BLOCK 'COND'
C READ BOUNDARY CONDITIONS AND GENERALE TABLE (NEQ)
C================... |
C IMSL ROUTINE NAME - EHBCKH
C
C-----------------------------------------------------------------------
C
C LATEST REVISION - JUNE 1, 1982
C
C PURPOSE - NUCLEUS CALLED ONLY BY IMSL ROUTINE EIGCH
C
C REQD. IMSL ROUTINES - NONE REQUIRED
C
C NOTATION - INFORMATION ON SPECIAL NOTATION... |
C********************************************************************
C Set of functions to determine Rho widths
C 11.12.96 V.Ivanchenko
C***************************************************************
c+++ R8 wdrho( R8 e2 ) width of rho(770)
real*8 function wdrho(e2)
C***************************... |
c$Id:$
subroutine rdvalu(yyy,va)
c * * F E A P * * A Finite Element Analysis Program
c.... Copyright (c) 1984-2014: Regents of the University of California
c All rights reserved
c-----[--.----+----.----+----.-----------------------------------------]
c Modification log ... |
function BINOM(ir,n,P)
c To calculate binomial distribution (for small n) -result is real*4
real*8 bcoeff,bin,p2
real*4 p
c
if(ir.eq.0.or.ir.eq.n) then
bcoeff=1.0d0
else
m=n
do i=n-1,n-ir+1,-1
m=m*i
enddo
m1=1
do i=2,ir
m1=m1*i
enddo
bcoeff=dfloat(m)/dfloat(m1)
endif
c
p2=dbl... |
c **********************************
c * *
c * ion_scaling_atoms_start *
c * *
c **********************************
subroutine ion_scaling_atoms_start(rtdb)
implicit none
integer rtdb
#include "bafdecls.fh"
#i... |
C MODULE HSETHR
C-----------------------------------------------------------------------
C THIS ROUTINE REPLACES THE HOUR AND TIME ZONE CODE VALUES
C WITH THE USER DEFAULTS FOR DATES WHICH WERE ENTERED WITHOUT
C HOUR AND OR TIME ZONE CODE. THE JULIAN HOUR IS CALCULATED
C FOR DATES WHICH ARE NOT *.
C
C ... |
c Copyright (C) 2000
c Questo programma è software libero; è lecito ridistribuirlo e/o
c modificarlo secondo i termini della Licenza Pubblica Generica SMR come
c pubblicata da ARPA SMR ; o la versione 1 della licenza o (a scelta)
c una versione successiva.
c Questo programma è distribuito nella speranza che sia util... |
program T03_1941559
!-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
!-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ Creado por -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-... |
/* c-lon2.f
* MODULE
Название Программного Модуля
* DESCRIPTION
Назначение программы, описание процедур и функций
* RUN
Способ вызова программы, описание параметров, примеры вызова
* CALLER
Список процедур, вызывающих этот файл
* SCRIPT
Список скриптов, вызывающих этот файл... |
c--------------------------------------------------------------------
c Set Initial Conditions for N-body simulations
c Uses Jeans equation for spherically symmetric
c configuration with isotropic velocities
c
c-------------------------------------------------... |
C$PROG TAPHANS - Sets ou tape control functions & calls TAPHAN
C
C ******************************************************************
C BY W.T. MILNER AT HRIBF - LAST MODIFIED 04/24/2002
C ******************************************************************
C
SUBROUTINE TAPHANS(KMI,NV,STAT)
C
IM... |
c---- ANOMALOUS COUPLINGS AVAILABLE FOR SPIN 0 HIGGS
c---- g1: SM, g2: Higher-order scalar, g3: Form factor dependence on g2, g4: Pseudoscalar
c---- prime: Dipole ansatz product for q1,2**2 dependence
c---- prime 2: |q1**2| + |q2**2|
c---- prime 3: |q1**2| - |q2**2|
c---- prime 4: (q1 + q2)**2
c---- prime 5: q1**4 + q2... |
Debats du Senat (hansard)
1ere Session, 36e Legislature,
Volume 137, Numero 39
Le mardi 17 fevrier 1998
L'honorable Gildas L. Molgat, President
L'Honorable Finlay MacDonald
Programme d'echange de pages avec la Chambre des communes
L'HONORABLE M. LORNE BONNELL
REPONSES DIFFEREES A DES QUESTIONS ORALES
Projet de... |
C ======================================================================
C User Subroutine UEL for Abaqus: two elements for the split scheme
C operator phase and displacement problem:
C Type 1: C2P3 phase-field triangle element
C Type 2: C2P4 phase-field rectangular element
C Type 3: C2D6 displacement triangle el... |
INTEGER CPOS(37)
INTEGER CTAB(262)
INTEGER IPOS(17)
INTEGER ITAB(693)
INTEGER NLOFF0(2)
INTEGER NLOFG0(8)
INTEGER NLONP0(2)
INTEGER NLONT0(6)
INTEGER A$BUF(200)
INTEGER INPF(180),LISTF(180),BINF(180)
INTEGER I
INTEGER COMOPT,COMFN,PARSCL,EQUAL
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.