LMDZ
iostart.F90 File Reference

Go to the source code of this file.

Data Types

interface  iostart::get_field
 
interface  iostart::get_var
 
interface  iostart::put_field
 
interface  iostart::put_var
 

Modules

module  iostart
 

Functions/Subroutines

subroutine, public iostart::open_startphy (filename)
 
subroutine, public iostart::close_startphy
 
logical function iostart::inquire_field (Field_name)
 
subroutine iostart::get_field_r1 (field_name, field, found)
 
subroutine iostart::get_field_r2 (field_name, field, found)
 
subroutine iostart::get_field_r3 (field_name, field, found)
 
subroutine iostart::get_field_rgen (field_name, field, field_size, found)
 
subroutine body (field_glo)
 
subroutine iostart::get_var_r0 (var_name, var, found)
 
subroutine iostart::get_var_r1 (var_name, var, found)
 
subroutine iostart::get_var_r2 (var_name, var, found)
 
subroutine iostart::get_var_r3 (var_name, var, found)
 
subroutine iostart::get_var_rgen (var_name, var, var_size, found)
 
subroutine, public iostart::open_restartphy (filename)
 
subroutine, public iostart::close_restartphy
 
subroutine iostart::put_field_r1 (field_name, title, field)
 
subroutine iostart::put_field_r2 (field_name, title, field)
 
subroutine iostart::put_field_r3 (field_name, title, field)
 
subroutine iostart::put_field_rgen (field_name, title, field, field_size)
 
subroutine iostart::put_var_r0 (var_name, title, var)
 
subroutine iostart::put_var_r1 (var_name, title, var)
 
subroutine iostart::put_var_r2 (var_name, title, var)
 
subroutine iostart::put_var_r3 (var_name, title, var)
 
subroutine iostart::put_var_rgen (var_name, title, var, var_size)
 

Function/Subroutine Documentation

subroutine get_field_rgen::body ( real, dimension(klon_glo*field_size)  field_glo)

Definition at line 176 of file iostart.F90.

Here is the call graph for this function: