cpld_gridgen  1.13.0
All Data Structures Files Functions Variables Pages
vartypedefs.F90 File Reference

Define the variables for output. More...

Go to the source code of this file.

Data Types

type  vartypedefs::vardefs
 

Functions/Subroutines

subroutine vartypedefs::cicevars_typedefine
 Define the variables written to the CICE grid file. More...
 
subroutine vartypedefs::fixvars_typedefine
 Define the variables written to the tripole grid file. More...
 
subroutine vartypedefs::scripvars_typedefine
 Define the variables written to any SCRIP grid file. More...
 

Variables

type(vardefs), dimension(maxvars) vartypedefs::cicevars
 Attribute definitions for the variables written to the CICE grid file. More...
 
type(vardefs), dimension(maxvars) vartypedefs::fixvars
 Attribute definitions for the variables written to the main tripole file. More...
 
integer, parameter vartypedefs::maxvars = 20
 The maximum number of variables written to a file. More...
 
type(vardefs), dimension(maxvars) vartypedefs::scripvars
 Attribute definitions for the variables written to any SCRIP file. More...
 

Detailed Description

Define the variables for output.

Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov

This module defines the attributes for variables written to the tripole, cice and scrip grid files

Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov

Definition in file vartypedefs.F90.

Function/Subroutine Documentation

◆ cicevars_typedefine()

subroutine vartypedefs::cicevars_typedefine ( )

Define the variables written to the CICE grid file.

Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov

Definition at line 137 of file vartypedefs.F90.

◆ fixvars_typedefine()

subroutine vartypedefs::fixvars_typedefine ( )

Define the variables written to the tripole grid file.

Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov

Definition at line 35 of file vartypedefs.F90.

◆ scripvars_typedefine()

subroutine vartypedefs::scripvars_typedefine ( )

Define the variables written to any SCRIP grid file.

Author
Denis.nosp@m.e.Wo.nosp@m.rthen.nosp@m.@noa.nosp@m.a.gov

Definition at line 182 of file vartypedefs.F90.

Variable Documentation

◆ cicevars

type(vardefs), dimension(maxvars) vartypedefs::cicevars

Attribute definitions for the variables written to the CICE grid file.

Definition at line 25 of file vartypedefs.F90.

◆ fixvars

type(vardefs), dimension(maxvars) vartypedefs::fixvars

Attribute definitions for the variables written to the main tripole file.

Definition at line 24 of file vartypedefs.F90.

◆ maxvars

integer, parameter vartypedefs::maxvars = 20

The maximum number of variables written to a file.

Definition at line 14 of file vartypedefs.F90.

◆ scripvars

type(vardefs), dimension(maxvars) vartypedefs::scripvars

Attribute definitions for the variables written to any SCRIP file.

Definition at line 26 of file vartypedefs.F90.