prologue.f

来自「CCSM Research Tools: Community Atmospher」· F 代码 · 共 124 行

F
124
字号
!! ProTeX sample FORTRAN source: Style 1!!    NOTE: Styles 1 and 2 differ only on the order of the !DESCRIPTION !          keyword.!! Last update: 28Jun97 (ams)!! Use !ROUTINE for your usual subroutine/functions (read: not internal)!!-------------------------------------------------------------------------!         NASA/GSFC, Data Assimilation Office, Code 910.3, GEOS/DAS      !!-------------------------------------------------------------------------!BOP!! !IROUTINE:  ! ! !INTERFACE:!! !USES:!! !INPUT PARAMETERS: !! !OUTPUT PARAMETERS:!! !DESCRIPTION: !! !BUGS:  !! !SEE ALSO: !! !SYSTEM ROUTINES: !! !FILES USED:  !! !REVISION HISTORY: !!  27Jun97   Jim Becile  Initial code.! !EOP!-------------------------------------------------------------------------!! Use !IROUTINE for subroutines/functions that come after a CONTAINS! statement, i.e., routines internal to a Module or subroutine.!!-------------------------------------------------------------------------!         NASA/GSFC, Data Assimilation Office, Code 910.3, GEOS/DAS      !!-------------------------------------------------------------------------!BOP!! !IROUTINE:  ! ! !INTERFACE:!! !INPUT PARAMETERS: !! !INPUT/OUTPUT PARAMETERS: !! !OUTPUT PARAMETERS:!! !DESCRIPTION: !! !REVISION HISTORY: !!  27Jun97   Jim Becile  Initial code.!!EOP!-------------------------------------------------------------------------!! Use this for your f90 module definition!!-------------------------------------------------------------------------!         NASA/GSFC, Data Assimilation Office, Code 910.3, GEOS/DAS      !!-------------------------------------------------------------------------!BOP!! !MODULE: ! ! !PUBLIC TYPES:!! !PUBLIC MEMBER FUNCTIONS:!! !PUBLIC DATA MEMBERS:!! !DESCRIPTION: !! !REVISION HISTORY: !!  27Jun97   Jim Becile  Initial code.!!EOP!-------------------------------------------------------------------------!! Use this for your typical f77 Include file:!!-------------------------------------------------------------------------!         NASA/GSFC, Data Assimilation Office, Code 910.3, GEOS/DAS      !!-------------------------------------------------------------------------!BOP!! !INCLUDE: ! ! !DEFINED PARAMETERS:!! !DESCRIPTION: !! !REVISION HISTORY: !!  27Jun97   Jim Becile  Initial code.!!EOP!-------------------------------------------------------------------------

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?