LMDZ
nf95_gw_var_m Module Reference

Data Types

interface  nf95_gw_var
 

Functions/Subroutines

subroutine nf95_gw_var_real_1d (ncid, varid, values)
 
subroutine nf95_gw_var_real_2d (ncid, varid, values)
 
subroutine nf95_gw_var_real_3d (ncid, varid, values)
 
subroutine nf95_gw_var_real_4d (ncid, varid, values)
 
subroutine nf95_gw_var_real_5d (ncid, varid, values)
 
subroutine nf95_gw_var_int_1d (ncid, varid, values)
 
subroutine nf95_gw_var_int_3d (ncid, varid, values)
 

Function/Subroutine Documentation

subroutine nf95_gw_var_m::nf95_gw_var_int_1d ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer, dimension(:), pointer  values 
)
private

Definition at line 271 of file nf95_gw_var_m.F90.

Here is the call graph for this function:

subroutine nf95_gw_var_m::nf95_gw_var_int_3d ( integer, intent(in)  ncid,
integer, intent(in)  varid,
integer, dimension(:, :, :), pointer  values 
)
private

Definition at line 304 of file nf95_gw_var_m.F90.

Here is the call graph for this function:

subroutine nf95_gw_var_m::nf95_gw_var_real_1d ( integer, intent(in)  ncid,
integer, intent(in)  varid,
real, dimension(:), pointer  values 
)
private

Definition at line 31 of file nf95_gw_var_m.F90.

Here is the call graph for this function:

subroutine nf95_gw_var_m::nf95_gw_var_real_2d ( integer, intent(in)  ncid,
integer, intent(in)  varid,
real, dimension(:, :), pointer  values 
)
private

Definition at line 64 of file nf95_gw_var_m.F90.

Here is the call graph for this function:

subroutine nf95_gw_var_m::nf95_gw_var_real_3d ( integer, intent(in)  ncid,
integer, intent(in)  varid,
real, dimension(:, :, :), pointer  values 
)
private

Definition at line 98 of file nf95_gw_var_m.F90.

Here is the call graph for this function:

subroutine nf95_gw_var_m::nf95_gw_var_real_4d ( integer, intent(in)  ncid,
integer, intent(in)  varid,
real, dimension(:, :, :, :), pointer  values 
)
private

Definition at line 133 of file nf95_gw_var_m.F90.

Here is the call graph for this function:

subroutine nf95_gw_var_m::nf95_gw_var_real_5d ( integer, intent(in)  ncid,
integer, intent(in)  varid,
real, dimension(:, :, :, :, :), pointer  values 
)
private

Definition at line 168 of file nf95_gw_var_m.F90.

Here is the call graph for this function: