text stringlengths 9 3.83M |
|---|
c
c program fermic.f
c Changes were made in fermib.f and fermic.f on the CR diffusion part. Jan 2011
c
c the first code for fermi bubble
c 2D cartesian hydro + cr diffusion + gravity
c add ipv = 1 for perseus, 2 for virgo
c include radiative cooling
c the cooling time ... |
SUBROUTINE ZOXPHC(PHCFIL,GRAT,APER,MAXG,FLAG,SAMP0,DELS,
* GROUPS,LINE,NG,NS,IDIN,ISTAT)
*
* Module number:
*
* Module name: ZOXPHC
*
* Keyphrase:
* ----------
* open and index photochathode granularity file
*
* Description:
* ------------
* This routine opens and... |
C Copyright (c) 2007 Sandia Corporation. Under the terms of Contract
C DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government
C retains certain rights in this software.
C
C Redistribution and use in source and binary forms, with or without
C modification, are permitted provided that the following conditions ar... |
c =====================================================================
c pgm: addidx (num,rid,cidx,mcidx,ncidx,istat)
c
c in: num .... number assigned to identifier
c in: rid .... identifier
c i/o: cidx .... array of identifiers
c in: mcidx .... maximum number of identifiers in array cidx
c i/o: nc... |
program repair
implicit none
integer ment,i,j,ich
double precision sumda,hor,ver,rlon
parameter(ment=1000)
dimension sumda(ment,60)
character*8192 ch
open(11,form='formatted',status='unknown')
do 1 i=1,ment
read(10,*,end=2) (sumda(i,j), j=1,60)
read(... |
subroutine NODEIN
c Name: NODE INput
c Purpose: To read in the given nodal coordinates and calculate the rest.
c Common: ELMDAT1, ELMDAT2
c Input: NODE, X(NODE) from INPUT.DAT
c Output: Data in the ELMDAT2 common
c Called by: INPUT
c Calls : ERROR
impl... |
#include "preproc.h"
c ******************************************************************
c * MCCCS - Towhee: A Monte Carlo molecular simulation program *
c * Copyright (C) 2006-2012 Marcus G. Martin *
c * see the file license.gpl for the full license information *
c *... |
subroutine hexasmbly(Kst,Ma,coord,elem,intval,prop,psp,pspl,IA,JA)
implicit NONE
integer intval(3)
integer pspl(intval(2)+1)
integer psp(pspl(intval(2)+1)-1)
DOUBLE PRECISION Kst(intval(1)),Ma(3*intval(2))
DOUBLE PRECISION coord(intval(2),3),prop(3)
integer... |
C IMSL ROUTINE NAME - DBLND
C
C-----------------------------------------------------------------------
C
C LATEST REVISION - JUNE 1, 1982
C
C PURPOSE - NUCLEUS CALLED ONLY BY IMSL SUBROUTINE DBLIN
C
C REQD. IMSL ROUTINES - NONE REQUIRED
C
C NOTATION - INFORMATION ON SPECIAL NOTATI... |
C$PROG COPY - Copies files or records from input to output tape
C
C ******************************************************************
C BY W.T. MILNER AT HRIBF - LAST MODIFIED 04/23/2002
C ******************************************************************
C
SUBROUTINE COPY(KMD,NFE,IERR)
C
... |
SUBROUTINE splie2(x1a,x2a,ya,m,n,y2a)
INTEGER m,n,NN
REAL x1a(m),x2a(n),y2a(m,n),ya(m,n)
PARAMETER (NN=100)
CU USES spline
INTEGER j,k
REAL y2tmp(NN),ytmp(NN)
do 13 j=1,m
do 11 k=1,n
ytmp(k)=ya(j,k)
11 continue
call spline(x2a,ytmp,n... |
subroutine cofree(c,data)
#if defined(sun)
implicit undefined (a-z)
#else
implicit integer (a-z)
#endif
#include "share.in"
#if defined(sun)
integer c(c(MAXCOR))
#else
integer c(1)
#endif
integer data
integer block, link, blink
c If data is zero coallc did not allocate anythin... |
C++--------------------------------------------------------
C Subroutine JLP_BEGIN
C To check if the input parameters have to be found
C in the file "JLP_LU5.TMP", or read from LU=5 (Fortran default for input
C from a terminal)
C and if the output has to be written
C in the file "JLP_LU6.TMP", or directly on LU=6 (Fort... |
subroutine ASCIO(data,ndat,jcol,ndim1,ndim2,write,icolwid,colhead)
c
c Lahey V5 version 12/09/94 03:01pm (now assumes data(ndim1,ndim2) has
c been allocated before this routine called.
c To do ASCII input/output in Schroeter-Hausser format
c ASCII is in table form. Each column has leading blank and characters
c are r... |
c implicit real*8 (a-h,o-z)
implicit none
external XSection
common/inicial/Q,Mh,ichoice
common/escala/muF,muR,muF2,muR2,Q2
COMMON/INPUT/XIR,XIF,GH,MTOP,CUTQ,EPS,IEXACTO,ITOTAL
common/shadr/sh
COMMON/NaN/iNaN
COMMON/D6EFT/EFTd6_C3,EFTd6_Ct,EFTd6_Ctt,EFTd6_Cg,... |
!=======================================================================
! RETC_VG, Subroutine,
! van Genuchten, M.Th., F.J. Leij and S.R. Yates. 1991. The RETC Code for
! Quantifying the Hydraulic Functions of Unsaturated Soils. EPA/600/2-91/065.
! Based on RETC codes to predict the parameters of Van Gen... |
PROGRAM C08EX06
CHARACTER*10 PALAV1, PALAV2
INTEGER I
PALAV1 = "COMPUTADOR"
DO 100, I = 1, 10, 1
PALAV2(I:I) = PALAV1(11-I:11-I)
100 CONTINUE
WRITE(*, "(A10)") PALAV2
END
|
C MODULE PIN33
C-----------------------------------------------------------------------
C
SUBROUTINE PIN33 (PO,LEFTP,IUSEP,CO,LEFTC,IUSEC)
C
C THIS SUBROUTINE READS AND CHECKS ALL CARD INPUT FOR SEGMENT
C DEFINITION FOR THE API-CIN OPERATION. IT THEN FILLS THE PO AND CO
C ARRAYS.
C
C SUBROUTINE INITIALLY WRI... |
SUBROUTINE POLSET (IERR)
C-----------------------------------------------------------------------
C! Fills polarization correction table from info in AN table.
C# UV EXT-appl Calibration
C-----------------------------------------------------------------------
C; Copyright (C) 1995, 2007, 2010, 2012, 2014-2015, 2... |
C %W% %G%
subroutine gamsol(i)
C * * *
C * * * THIS SUBROUTINE SOLVES THE DIFFERENTIAL EQUATIONS IN THE
C * * * GAMMA MODULATION MODEL FOR THE TWO TERMINAL DC LINE
C * * * ... |
C MEMBER PRP24
C (from old member FCPRP24)
C
SUBROUTINE PRP24(PO)
C LAST UPDATE: 05/05/95.08:39:35 BY $WC30EA
C
C**********************************************************
C THIS IS THE PRINT PARAMETER ROUTINE FOR THE API-CONT
C OPERATION
C*******************************************... |
SUBROUTINE OUTPT5
C
C DRIVER OF OUTPUT5 MODULE
C COPIES UP TO 5 GINO DATA BLOCKS TO TAPE, BY FORTRAN WRITE,
C FORMATTED (ASCII), OR UNFORMATTED (BINARY)
C
C THIS MODULE HAS BEEN EXPANDED TO INCLUDE TABLE DATA BLOCKS.
C ORIGINALLY IT HANDLES ONLY MATRIX DATA BLOCKS. G.CHAN/MAY 88
C
C ==== ... |
SUBROUTINE ICONFR(XP,YP,ZP,NPXYZ,NZX,NZY,NT,ZVAL,SD,RD,FORM)
PARAMETER (NLEV1=51)
CHARACTER*3 XBTYPE, YBTYPE, FORM, SDPLOT, RDPLOT
CHARACTER*80 TITLE,TITLEX,TITLEY
CHARACTER*28 SRDUNIT
CHARACTER*80 FILENM
CHARACTER*72 WORD
REAL SECTOR(28), ZVAL(1)
REAL XP(1), YP(... |
SUBROUTINE G08EAY(UPPER,N,A,LDA,X,STAT,WK,IERROR)
C MARK 16 REVISED. IER-1040 (JUN 1993).
C
C COMPUTES S=X'.INV(A).X
C
C .. Scalar Arguments ..
DOUBLE PRECISION STAT
INTEGER IERROR, LDA, N
CHARACTER*1 UPPER
C .. Array Arguments ..
DOUBLE PRECISION A(LDA,N)... |
subroutine ctable
C%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
C %
C Copyright (C) 1996, The Board of Trustees of the Leland Stanford %
C Junior University. All rights reserved. %
C ... |
subroutine L121(NVAR,NRBM,NENDUM,NDOFPN,FDOF)
c Name: Logical Degree Of Freedom map (OSHPU=1,OSHPW=2,OSHPD=1)
c Purpose: To calculate NEN (NENDUM is the dummy variable),LDOF,and
c NDOFPN for the given element
c Common: None
c Input:
c Output: NEN: ... |
SUBROUTINE SUB_CRACKED(USTATEV,NSTATEV,MATERIAL,NMATERIAL)
IMPLICIT NONE
INTEGER,INTENT(IN) :: NSTATEV,NMATERIAL
DOUBLE PRECISION, DIMENSION(NSTATEV),INTENT(IN) :: USTATEV
DOUBLE PRECISION, DIMENSION(NMATERIAL),INTENT(INOUT) :: MATERIAL
! SOBALD LAYER GERISSEN... |
c---------------------------------------------------------------------c
c c
c COMPUTER PROGRAMS IN SEISMOLOGY c
c VOLUME I c
c ... |
SUBROUTINE OUTPUT55(PO,TII,QTC,LTQTC,STC,LTSTC,NB,NPT,NQCM,
. ITRMX,QU,YD,YU,X,YDI,VU,VD,NGS,HS,QD,DDX,NGAGE,QLSUM,KRCH,BBP,
. YBP,SQW,SQS1,SQS2,SQO,QBRCH,QOVTP,QOTHR,NUMLAD,LAD,NRCM1,KPRINT,
. DTH,MRV,TO,NSTR,QSTR,LTQSR,KTYP,NST,GZO,NPO,KOUT,K1,K2,K3,K4,K7,
. K8,K9,K14,K16)
C
COMMON/LEV... |
#include "PILOT.inc"
REAL FUNCTION SSGX6(ET)
C-----------------------------------------------------------------------
C SSGLBF: glss -> ziss + tp + tb
C Baer's XT6 - ZETA- eq. a.6.f of prd45,142 (1992)
C Modified for t_1 and t_2 eigenstates
C-------------------------------------------... |
SUBROUTINE IFTE2(THA,RP,CP)
DATA THAO,EPSI /.1,1.E-9 /
IF(ABS(THA) .LT. THAO ) GO TO 100
D = .5* THA*THA
RP = (1. - COS(THA))/D
CP = (THA - SIN(THA))/D
RETURN
C
C EVALUATE SERIES
C
100 CONTINUE
RN = 1.0
D = 1.0
SIGN = -1.
RPS = 1.0
TSQ = THA*... |
C> \ingroup wfn1
C> @{
C>
C> \brief Evaluate the penalty function that ensures the proper
C> orbital ordering is maintained
C>
C> When the optimization is given full freedom there are several ways
C> in which the "free energy" contribution can be significantly
C> inflated. This can happen by swapping occupied orbitals... |
#ifndef MACROS_UTEST_FPP
! Unit test
#if defined GOOD_MACRO
#define expect_near(a,b,eps) utest_check_near_0((a),(b),(eps),(__FILE__),(__LINE__),.FALSE.)
#define assert_near(a,b,eps) utest_check_near_0((a),(b),(eps),(__FILE__),(__LINE__),.TRUE.)
#define expect_eq(a,b) utest_check_eq_0((a),(b),(__FILE__),(__... |
C++*****************************************************************
C Set of subroutines using Super Mongo package (Version 1990):
C To draw curves, error bars, etc. To be called by NEWPLOT...
C
C Contains:
C SMGO_PLOT
C UNIX working version of 04-07-89
C
C JLP
C Version 15-07-94
C--********************************... |
SUBROUTINE GETNUM (KB, KBPLIM, KBP, X)
C-----------------------------------------------------------------------
C! returns numeric field from character buffer
C# Parsing FITS POPS-util
C-----------------------------------------------------------------------
C; Copyright (C) 1995, 1997, 2007
C; Associated Univer... |
module Ref {
# ----------------------------------------------------------------------
# Defaults
# ----------------------------------------------------------------------
module Default {
constant QUEUE_SIZE = 10
constant STACK_SIZE = 64 * 1024
}
# -------------------------------------------------... |
C MODULE WDSCR
C-----------------------------------------------------------------------
C
C ROUTINE TO CREATE A STATION IN THE SASM CONTROL FILE.
C
SUBROUTINE WDSCR (USERID,SAID,SMID,PPDBID,DESCRP,STALAT,
* IDTPP,IDTTA,IPE,ISD,ISW,ISTAT)
C
C
CHARACTER*8 USERID,PPDBID,SAID,SMID
CHARACTER*8 USER... |
C
C SUBROUTINE GETSHC (IU, FSPEC, NMAX, ERAD, GH, IER)
SUBROUTINE GETSHC (IU, FSPEC, NMAX, ERAD, GH, ISTAT, L)
c ------------------------------------------------------------------------
c Part of "poa_calfos" (STECF/IPMG)
c Part of "NEWBILCAL" program to produce IGRF geomagnetic model (GSFC)
c
c Histor... |
SUBROUTINE ZCLAIR(PASS,NS,NSPEC,WAVE)
*
* Module number:
*
* Module name: zclair
*
* Keyphrase:
* ----------
* vacumm to air wavelength conversion
*
* Description:
* ------------
* This routine converts vacumm wavelengths to air wavlengths
* above 2000 Angstroms.
*
* FORTRAN name: zclai... |
c leeuve2 lee un fichero de datos de parametros de stokes :vobs
subroutine leeuve2(idis,vobs,ist,ntl,nlin,npas,dl,stok)
include 'PARAMETER' !por kld
real*4 stok(*),dl(*),si(kld),sq(kld),su(kld),sv(kld)
integer npas(*),nlin(*),ist(*),idis
character*100 vobs
character*100 control
character*80 men1,men2,men3
co... |
C
C $Id: gwid2s.f,v 1.4 2008-07-27 00:21: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 Agreeme... |
SUBROUTINE CMRDST(LUN,FILE,CH)
*
*
* This software was developed by the Thermal Modeling and Analysis
* Project(TMAP) of the National Oceanographic and Atmospheric
* Administration's (NOAA) Pacific Marine Environmental Lab(PMEL),
* hereafter referred to as NOAA/PMEL/TMAP.
*
* Access and use of this software... |
Subroutine CQ_Jacobian(Qc,iCol,nOrderR,nOrderS,R,S,H1D,AJI,Det,
& Nel,Iout,iPrt)
! Inputs
! iRule = 0: Normal
! 1: Tensor-Product Av. Knots
! Qc(1,iCol) = Bezier X-Coordinates
! = (qc00x qc10x...qc33x)
! Qc(2,iCol) = Bezier Y-Coordinates
! = (qc00y qc10y...qc33y)
! R = r-directional ... |
C @(#)p_ldardata.f 20.5 1/7/99
C****************************************************************
C
C File: p_ldardata.f
C
C Purpose: Routine to load area interchange data
C
C Author: Walt Powell Date: 5 March 1993
C Called by: p_gtdata.f
C
C***************************************************... |
SUBROUTINE E04UNV(M,N,LITOTL,LWTOTL)
C MARK 17 RELEASE. NAG COPYRIGHT 1995.
C
C ******************************************************************
C E04UNV allocates additional addresses for E04UNF.
C
C Systems Optimization Laboratory, Stanford University.
C Original version 11-May-1988.
C ... |
!------------------------------------------------------------------------------
! GEOS-Chem Global Chemical Transport Model !
!------------------------------------------------------------------------------
!BOP
!
! !MODULE: restart_mod
!
! !DESCRIPTION: Module RESTART\_MOD contains var... |
cges PROGRAM DERIVY
subroutine fentry(cc,ia,maxcor)
C THE DERIVATIVE PROGRAM
C THIS PROGRAM IS ABLE TO CALCULATE FIRST AND SECOND DERIVATIVES
C (FOR ALL KINDS OF WAVE FUNCTIONS ??)
c to run g-functions derivtaives some trivial changes for size of
c common blocks are needed. Look in NOTE.
C***********... |
!-------------------------------sphtrn.f--------------------------------
! Version: 051219-1435
! Reference:
!-----------------------------------------------------------------------
!23456789|123456789|123456789|123456789|123456789|123456789|123456789|12
! --------------------------------------------------------------... |
SUBROUTINE PART_TYPE(LOCNUM, SIDE)
CHARACTER NAME*255
EXTERNAL GETPARTINFO
CALL GETPARTINFO(LOCNUM, JTYPE, NAME, USER_NUMBER, JRCD)
END
SUBROUTINE GETPARTINFOC(NAME, LOCNUM, JTYPE, USER_NUMBER, JRCD)
EXTERNAL GETPARTINFO
CHARACTER NAME*80
CALL GET... |
* Copyright (c) Colorado School of Mines, 2010.
* All rights reserved.
c-----------------------------------------------------------------
subroutine rayone(xr,xs,zs,n,v,c,x,noconv)
c.......................................................................
c This subroutine performs continuation in interfaces
c... |
!WRF:MEDIATION_LAYER
!
SUBROUTINE init_modules_exp
USE module_configure
USE module_driver_constants
USE module_model_constants
USE module_domain
USE module_machine
USE module_nesting
USE module_sm
USE module_timing
USE module_tiles
USE module_io_wrf
USE module_io
#ifdef DM_PARALLEL
USE module_dm
#endif
CA... |
/* trxsublv.f
* MODULE
Название Программного Модуля
* DESCRIPTION
Назначение программы, описание процедур и функций
* RUN
Способ вызова программы, описание параметров, примеры вызова
* CALLER
Список процедур, вызывающих этот файл
* SCRIPT
Список скриптов, вызывающих этот фа... |
c----------------------------------------------------------------------------
c This is the master character datum reader. The first index in idx always
c corresponds to the number of the outermost vector, and so on. The result
c vector in res always corresponds to the innermost vector.
integer function frdcm(ke... |
cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
c
c MAPPINGS III. An Astrophysical Plasma Modelling Code.
c
c copyright 1997 Ralph S. Sutherland, Michael A. Dopita
c Luc Binette and Brent Groves
c Version 1.0.0r
ccccccccccccccccccccccccccccccccccccccccccccccccc... |
struct S {
mU32: U32
mU32Arr: [3] U32
}
array Struct = [3] 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 ... |
PROGRAM BUBBLESORT
INTEGER ARR(5),N
N = 5
CALL INPUT(ARR,N)
CALL SORT(ARR,N)
PRINT *,'THE SORTED LIST IS: '
CALL OUTPUT(ARR,N)
END
SUBROUTINE INPUT(ARR,N)
INTEGER ARR(N),I,N
DO 1 I=1,N
PRINT *,'ENTER AN INTEGER VALUE: '
... |
C IMSL ROUTINE NAME - USWBS
C
C-----------------------------------------------------------------------
C
C LATEST REVISION - NOVEMBER 1, 1984
C
C PURPOSE - PRINT A MATRIX STORED IN BAND SYMMETRIC
C STORAGE MODE.
C
C USAGE - CALL USWBS (ITITLE,NC,A,IA,M,N... |
C MODULE UDUCNN
C-----------------------------------------------------------------------
C
C ROUTINE UDUCNN SETS VALUES NOT TO BE CONVETED WHEN ROUTINE UDUCNV IS
C CALLED TO CONVERT DATA VALUES.
C
SUBROUTINE UDUCNN (NCNVAL,CNVAL,ISTAT)
C
C INPUT VARIABLES:
C NCNVAL - NUMBER OF VALUE NOT TO BE CONVERTED
C ... |
program seek
implicit double precision(a-h,o-z),integer(i-n)
parameter(n=4)
dimension h(n,n)
dimension evector(n)
parameter(pi = 3.141592653589792d0)
data pmin/0.d0/
data pmax/pi/
data ph/1.d-8/
data ieigen/3/
px=0.d0
py=0.d0
call bhhamilt(p... |
C $Id: cross.f,v 1.2 1998/04/28 18:45:23 coa Exp $
c --- cross
subroutine cross(a,b,c)
implicit real*8 (a-h,p-z), integer(o)
dimension a(3),b(3),c(3)
c(1)=a(2)*b(3)-a(3)*b(2)
c(2)=a(3)*b(1)-a(1)*b(3)
c(3)=a(1)*b(2)-a(2)*b(1)
return
end
c --- tripl
doubleprecision... |
SUBROUTINE TTRAPR (TI,PG)
C
C THIS ROUTINE COMPUTES THE THERMAL LOAD FOR THE TRAPEZOIDAL
C CROSS SECTION RING
C
C ECPT FOR THE TRAPEZOIDAL RING
C TYPE
C ECPT( 1) ELEMENT IDENTIFICATION I
C ECPT( 2) SCALAR INDEX NO.... |
C MEMBER UDSFLN
C-----------------------------------------------------------------------
C
SUBROUTINE UDSFLN (TYPE,UNDEF,MFILE,NFILE,FILE,QULF,ISTAT)
C
C
C ROUTINE UDSFLN READS A FILE CONTAINING THE FILE UNIT NUMBERS AND
C DATASET NAME QUALIFIERS.
C
C
C INPUT ARGUMENTS:
C
C TYPE - TYPE OF FILE NAMES TO ... |
C MEMBER FQCL50
C (from old member FCEX50)
C
C LAST UPDATE: 07/06/95.14:58:38 BY $WC21DT
C
C @PROCESS LVL(77)
REAL FUNCTION FQCL50( QS, QO, NDAYS, WQ, NDQ_PER_PRD,
1 NQ_PRDS, ISTART, QAVE)
C
C THIS ROUTINE CALCULATES THE VALUE OF THE QOBS - QSIM
C PORTION OF THE OBJECTIVE V... |
C @(#)swpagc.f 20.3 2/13/96
subroutine swpagc (m,n)
C
include 'ipfinc/parametr.inc'
include 'ipfinc/agc.inc'
C
do 100 i = 1, 14
itemp = kagc(i,m)
kagc(i,m) = kagc(i,n)
kagc(i,n) = itemp
100 continue
return
end
|
program TDERIV1
c subroutine DERIVSCH(data,ix,dx,n1,n2,ibk2,vard,
c & dispderiv,nstat,istat)
c To search for transitions using the first derivative of trace
c ybard,vard=mean and variance of first derivative (found in IVAR3
c when rms noise determined): NB mean for deriv=0 for flat bits!
c NB this routine is calle... |
c$Id:$
subroutine rbasis(x, ebig)
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 ... |
C$PROG MEMIN - Inputs data from memory-buffers 1/2
C
C ******************************************************************
C BY WT MILNER AT HRIBF - LAST MODIFIED 04/16/02
C ******************************************************************
C
SUBROUTINE MEMIN(IB,KHEDF,KDATF,ILO,NCH,IERR)
C
C ... |
C ******************************************************************
SUBROUTINE ASYMB(NAME,X,Y,HT,A)
C new "ASYMB" 12/4/94 R. Arndt
COMMON/PLTPC/NTAG,JPTC,NPNMC,NCALC(8),TDL
COMMON/TERMC/ITERM,ITERMC,ICT,ICLM,ITKON(5),ITKOFF(5),IBELL
CHARACTER*1 TLX(64),CL
CHARACTER*1 TL(64),C1,C(4)
... |
C
C $Id: fftkin.f,v 1.4 2008-07-27 12:23:42 haley Exp $
C
C Copyright (C) 1997
C University Corporation for Atmospheric Research
C All Rights Reserved
C
C The use of this Software is governed by a License Agreement.
C
SUBRO... |
SUBROUTINE UWRITE (FDVEC, TBIND, TAPBUF, BUF, IERR)
C-----------------------------------------------------------------------
C! writes summary of UV Export-format tape's first records
C# Tape UV-util
C-----------------------------------------------------------------------
C; Copyright (C) 1995
C; Associated Uni... |
SUBROUTINE CL2FO (DISKIN, CNOIN, CLVER, LUNI, CATIN, DISKOU,
* CNOOUT, LUNO, CATBLK, SOUIN, BUFFI, BUFFO, IERR)
C-----------------------------------------------------------------------
C! Copies the CL/FO table DOPOFF column etc to a new FO table
C# EXT-appl Calibration
C-----------------------------------... |
subroutine HYPDISP1(aK,Ym,hill,irun,nrun,x,y,w,n,aKtrue,Ymtrue,
& aKmax,Ymmax,hillmax)
c To draw a simulated expt in hypfit, with LS fit (and other fits?)
c If irun>0 draws data for expt #irun (+ fitted curve and true curve)
c If irun=-1 draws Ym vs K to show correlation
c
real*4 x(100),y(100),w(100)
real*4 aK(... |
#include "ctrparam.h"
subroutine read_tracemission (coef)
! ===================================
#include "chem_para"
#include "BD2G04.COM"
#include "tracer_com.h"
logical first
data first /.true./
save totaltremis
if(first) then
totaltremis=0.0
first=.... |
!======================================================================C
! Fichier FORTRAN de cas-test de validation de TOMAWAC V5P6. C
! C
! Nom du cas : PROPAGATION SUR COURANT TOURBILLONNAIRE. C
! ... |
SUBROUTINE RDIN22(BUFO,NDIMB,ITAPE,MAXINT,MAXMO,LBLI,BUFI)
IMPLICIT REAL*8 (A-H,O-Z)
DIMENSION BUFO(NDIMB),LBLI(MAXBF4),BUFI(MAXBF2)
COMMON/LIMIT/MAXBAS,MAXBUF,MAXBF2,MAXBF4
COMMON/SIGNS/IOFF(32897),JPRNT
1 FORMAT(2X,4I6,5X,4I6,5X,F15.8)
C
C READ IN TWO ELECTRON INTEGRALS
CALL ... |
c iSink values
c 0 'passive root mass uptake' no kinetics
c 1 Plant regulation diffusive and convective uptake
c 2 'convective diffusive uptake no plant regulation (Constant IMax)
c 3 'diffusive uptake only, no effect of water movement
c 4 Michaelis-Menton uptake only
c T... |
!
! Copyright (c) Stanford University, The Regents of the University of
! California, and others.
!
! All Rights Reserved.
!
! See Copyright-SimVascular.txt for additional details.
!
! Permission is hereby granted, free of charge, to any person obtaining
! a copy of this software and associated documentat... |
C$Procedure ZZHLP032 ( private help text )
SUBROUTINE ZZHLP032 ( BEGIN, FINISH, TEXT )
C$ Abstract
C
C Fill out a portion of the help text needed by percy.
C
C Private routine intended solely for the support of Inspekt
C
C$ Disclaimer
C
C THIS SOFTWARE AND ANY RELATED MATERIALS WERE CREATED B... |
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. ... |
CDECK ID>, ISASEE.
SUBROUTINE ISASEE(RS,PLEM,PLEP,LOUT)
C
C Compute SIGMA(TOT) for
C e- e+ ----> SUSY particles
c Dump into LHA file for use by Fittino
C See Baer et. al., PRD54 (1996) 6735 for differential sigma's
C
IMPLICIT NONE
C SUSY parameters
C AM... |
! *****************
SUBROUTINE KMOYE2
! *****************
!
&( XKMOY , XK , F , FREQ , DFREQ , TAILF , NF , NPLAN ,
& NPOIN2, AUX1 , AUX2 , AUX3 )
!
!**********************************************************************
! TOM... |
C MEMBER RPPMT
C (from old member PPRPPMT)
C-----------------------------------------------------------------------
C
C LAST UPDATE: 07/21/94.10:13:23 BY $WC20SV
C
C @PROCESS LVL(77)
C
SUBROUTINE RPPMT (MONTH,NTMP,MAXTMP,MINTMP,NFILL,ISTAT)
C
C ROUTINE: RPPMT
C
C ... |
C %W% %G%
C****************************************************************
C
C File: p_report.f
C Purpose: IPF shell program to process /REPORTS commands
C
C Author: Walt Powell
C
C****************************************************************
C
integer function p_report (in_buffer, out_buffer)
... |
LOCAL INCLUDE 'INPUT.INC'
C Declarations for inputs
INCLUDE 'INCS:PAOOF.INC'
INCLUDE 'INCS:PUVD.INC'
INCLUDE 'INCS:PCLN.INC'
INTEGER NPARMS
PARAMETER (NPARMS=53)
INTEGER AVTYPE(NPARMS), AVDIM(2,NPARMS)
CHARACTER AVNAME(NPARMS)*8
LOCAL END
L... |
C++****************************************************************
C PROGRAM FITOU
C
C
C JLP Version of 06-06-91
C--****************************************************************
PROGRAM FITOU
PARAMETER (MAXPOINTS=2000)
INTEGER*4 PNTR_IN,MADRID(1)
REAL*4 NIV(100)
REAL*8 Z,PI,THEMIN,THEMAX,SCALE
REAL*4 ... |
C> \ingroup wfn1_nxt
C> @{
C>
C> \brief Initialize the occupation functions
C>
C> The occupation functions are initialized so that the electrons
C> are evenly distributed across the natural orbitals. No occupation
C> function coefficients should be hard zeroes. Of course the
C> occupation functions should also be orth... |
SUBROUTINE RDTWO(LBLI,PKI,LBLO,BUFO,INBUFS)
IMPLICIT REAL*8 (A-H,O-Z)
integer inbufs,maxbf4,maxbf2
DIMENSION LBLI(INBUFS*2),PKI(INBUFS),LBLO(MAXBF4),BUFO(MAXBF2)
COMMON/LIMIT/MAXBAS,MAXBUF,MAXBF2,MAXBF4
COMMON/SIGNS/IOFF(256),IPRNT
COMMON/SYMMS/IDEG(10),NDEG(10),LSYM(10)
... |
C Copyright (C) 2002, Carnegie Mellon University and others.
C All Rights Reserved.
C This code is published under the Common Public License.
subroutine draw_iter_info(iter,x,rg,infsbl,
1 alfaV,alfaTau,alfaX,kkt,obj,mu)
USE dflib
implicit none
include 'DYN... |
SUBROUTINE ucc4_e_new(d_i0,d_t2,d_v2,d_y2,k_i0_offset,k_t2_offset,
&k_v2_offset,k_y2_offset)
C $Id: tce.py,v 1.10 2002/12/01 21:37:34 sohirata Exp $
C This is a Fortran77 program generated by Tensor Contraction Engine v.1.0
C Copyright (c) Battelle & Pacific Northwest National Laboratory (2002)
C... |
SUBROUTINE QDIV
INCLUDE 'SOLDIV.FI'
C COMPUTES PARTICLE AND HEAT FLUXES FROM CORE TO DIVERTOR
c VP = 19.72*RMAJOR*(AMINOR**2)*ELONG
c AP = 39.478*RMAJOR*AMINOR*SQRT((1.+ELONG**2)/2.)
AXPT = DELXPT*6.2832*RMAJOR
FUSION = PFUSION/(17.6*1.6E-13)
wtxpt = axpt/ap
xfrac = wtxpt
C PARTICLE FLUX CONSISTENT WITH SOUR... |
c-------------------------------------------------------------------------------------------------c
program project_euler_56
c-------------------------------------------------------------------------------------------------c
c ... |
**==cell.spg processed by SPAG 4.52O at 10:32 on 18 Oct 1996
FUNCTION CELL(X, Y, Z)
c determines cell number for position x,y,z
IMPLICIT NONE
INTEGER ix, iy, iz, CELL
DOUBLE PRECISION X, Y, Z
INCLUDE 'parameter.inc'
INCLUDE 'nlist.inc'
ix = INT(X*FACTN)
iy = INT... |
C %W% %G%
subroutine govinp(ign, line, bmva)
c reads the governor cards
implicit none
include 'tspinc/params.inc'
include 'tspinc/prt.inc'
include 'tspinc/gov.inc'
c ign is the generator number. i and j are local counting variables.
c igv is the index to the govdat array
... |
Subroutine FormRotationMatrix(Ro,A,nC,Iout)
! -----------------------------------------------------------------------------
! Inputs
! Ro(nC) = theta-Rotation vector
! nC = 3
!
! Outputs
! A(nC,nC) = Rotation Matrix
! ------------------------------------------------------------
Implicit Real(kind=8) (a-... |
SUBROUTINE W3FB11A(ALAT,ELON,ALAT1,ELON1,DX,ELONV,ALATAN,XI,XJ)
C$$$ SUBPROGRAM DOCUMENTATION BLOCK
C
C SUBPROGRAM: W3FB11 LAT/LON TO LAMBERT(I,J) FOR GRIB
C PRGMMR: STACKPOLE ORG: NMC42 DATE:88-11-28
C
C ABSTRACT: CONVERTS THE COORDINATES OF A LOCATION ON EARTH GIVEN IN
C THE NATURA... |
! *****************
SUBROUTINE CORFON
! *****************
!
!***********************************************************************
! TELEMAC 2D VERSION 5.2 01/03/90 J-M HERVOUET
!***********************************************************... |
SUBROUTINE F01BLF(M,N,T,A,IA,AIJMAX,IRANK,INC,D,U,IU,DU,IFAIL)
C NAG COPYRIGHT 1976. MARK 5 RELEASE.
C MARK 11.5(F77) REVISED. (SEPT 1985.)
C
C PDK, DNAC, NPL, TEDDINGTON. NOVEMBER 1975.
C NPL DNAC LIBRARY SUBROUTINE QUINV.
C
C DETERMINE THE RANK AND THE PSEUDO-INVERSE OF AN M*N
C MATRIX ... |
C This program tests initialization of variables
program main
implicit none
integer :: x = 12345
real :: y = 3.1416
write (*,10) x, y
10 format (I6,X,f8.4)
stop
end program main
|
#include "preproc.h"
c ******************************************************************
c * MCCCS - Towhee: A Monte Carlo molecular simulation program *
c * Copyright (C) 2000-2014 Marcus G. Martin *
c * see the file license.gpl for the full license information *
c *... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.