cpld_gridgen 1.14.0
Loading...
Searching...
No Matches
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.
 
subroutine vartypedefs::fixvars_typedefine
 Define the variables written to the tripole grid file.
 
subroutine vartypedefs::scripvars_typedefine
 Define the variables written to any SCRIP grid file.
 

Variables

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

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 136 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 34 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 181 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.