forked from CESM-Development/cime
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ESMCI#1445 from NCAR/ejh_test
documentation fixes
- Loading branch information
Showing
224 changed files
with
2,271 additions
and
7,600 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# This is part of PIO. It creates the doc/source Makefile. | ||
|
||
# Ed Hartnett 5/20/19 | ||
|
||
EXTRA_DIST = api.txt CAMexample.txt Decomp.txt faq.txt Installing.txt \ | ||
Testing.txt base.txt c_api.txt contributing_code.txt Error.txt \ | ||
Examples.txt GettingStarted.txt mach_walkthrough.txt \ | ||
testpio_example.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,5 +50,6 @@ releases. | |
- \ref examp | ||
- \ref faq | ||
- \ref api | ||
- \ref c_api | ||
- \ref contributing_code | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
/*! \page c_api PIO C Interface | ||
This is a list of all user interface routines: | ||
|
||
\section api_system_c PIO Startup and Shutdown | ||
- \ref PIO_init_c | ||
- \ref PIO_finalize_c | ||
\section api_fileops_c PIO File Operations | ||
- \ref PIO_open_file_c | ||
- \ref PIO_create_file_c | ||
- \ref PIO_sync_file_c | ||
- \ref PIO_close_file_c | ||
\section api_decomp_c PIO Decompositions | ||
- \ref PIO_initdecomp_c | ||
- \ref PIO_freedecomp_c | ||
\section readwrite_c Reading and Writing Distributed Arrays | ||
- \ref PIO_read_darray_c | ||
- \ref PIO_write_darray_c | ||
- \ref PIO_setframe_c | ||
\section utility_c Utility | ||
- \ref PIO_set_hint_c | ||
- \ref PIO_error_method_c | ||
- \ref PIO_get_local_array_size_c | ||
- \ref PIO_getnumiotasks_c | ||
- \ref PIO_set_blocksize_c | ||
\section netcdf_c NetCDF-Like Functions | ||
Also see: http://www.unidata.ucar.edu/software/netcdf/docs/ | ||
\subsection utilnc_c File Operations | ||
- \ref PIO_enddef_c | ||
- \ref PIO_redef_c | ||
\subsection write_metadata_c Writing Metadata | ||
- \ref PIO_def_dim_c | ||
- \ref PIO_def_var_c | ||
- \ref PIO_put_att_c | ||
\subsection putget_c Reading/Writing Data | ||
- \ref PIO_get_var_c | ||
- \ref PIO_put_var_c | ||
\subsection inqnc_c Learn about Files and Metadata | ||
- \ref PIO_inq_c | ||
- \ref PIO_get_att_c | ||
- \ref PIO_inq_att_c | ||
- \ref PIO_inq_var_c | ||
- \ref PIO_inq_dim_c | ||
|
||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.