Auto-create variable name. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | gtvartmpnam (file, base, result) |
Auto-create variable name.
This subroutine is provided as gtdata_generic#GTDataTmpNam through gtdata_generic.
Definition in file gtvartmpnam.f90.
| subroutine gtvartmpnam | ( | character(len = *), intent(in) | file, |
| character(len = *), intent(in) | base, | ||
| character(len = *), intent(out) | result ) |
Create unique variable name
Creates file@base from filename file and variable name base, returns in result. If file is empty, gtool.nc is used as the filename. If base is empty, tmp is used as the variable name.
| [in] | file | Filename |
| [in] | base | Base variable name |
| [out] | result | Generated unique variable URL |
Definition at line 46 of file gtvartmpnam.f90.
References dc_types::string.