IGMBaseLib 1.0
Functions/Subroutines

IcGrid_ncGridLoader Module Reference

This module provides some subroutines to read the NetCDF file containg icosahedral grid data, and store the data into a variable of derived type IcGrid2D_FVM. More...

Functions/Subroutines

subroutine, public load_gridData (ncfile_name, icgrid)
 Reads the NetCDF file containg icosahedral grid data, and stores the data in the variable of derived type IcGrid2D_FVM.

Detailed Description

This module provides some subroutines to read the NetCDF file containg icosahedral grid data, and store the data into a variable of derived type IcGrid2D_FVM.

About IcGrid_ncGridLoader module



Copyright (C) GFD Dennou Club, 2011-2012. All rights reserved.
license ??

Author:
Yuta Kawai

Function/Subroutine Documentation

subroutine,public IcGrid_ncGridLoader::load_gridData ( character(*),intent(in)  ncfile_name,
type(IcGrid2D_FVM),intent(inout)  icgrid 
)

Reads the NetCDF file containg icosahedral grid data, and stores the data in the variable of derived type IcGrid2D_FVM.

The second argument icgrid must be initialized by initialize_IcGrid2D_FVM.

Parameters:
[in]ncfile_nameThe name of the NetCDF file.
[in]icgridThe variable of derived type IcGrid2D_FVM initialized by initialize_IcGrid2D_FVM.

Definition at line 89 of file IcGrid_ncGridLoader.f90.

 All Classes Namespaces Files Functions Variables