diff --git a/.gitignore b/.gitignore index c011342970..642474905f 100644 --- a/.gitignore +++ b/.gitignore @@ -28,7 +28,7 @@ pathnames* /*.zip /*.tar.gz *.swp -*.PC +*.pc *.so core @@ -92,3 +92,5 @@ settings.json *.code-workspace # Local History for Visual Studio Code .history/ + +test.nc diff --git a/test_fms/.gitignore b/test_fms/.gitignore new file mode 100644 index 0000000000..a39c86994e --- /dev/null +++ b/test_fms/.gitignore @@ -0,0 +1,2 @@ +intel_coverage.sh +test-lib.sh diff --git a/test_fms/affinity/.gitignore b/test_fms/affinity/.gitignore new file mode 100644 index 0000000000..a7bab40d73 --- /dev/null +++ b/test_fms/affinity/.gitignore @@ -0,0 +1,2 @@ +test_affinity +input.nml diff --git a/test_fms/astronomy/.gitignore b/test_fms/astronomy/.gitignore new file mode 100644 index 0000000000..d1fa49282c --- /dev/null +++ b/test_fms/astronomy/.gitignore @@ -0,0 +1,3 @@ +test_astronomy_r4 +test_astronomy_r8 +input.nml diff --git a/test_fms/axis_utils/.gitignore b/test_fms/axis_utils/.gitignore new file mode 100644 index 0000000000..a007507cb0 --- /dev/null +++ b/test_fms/axis_utils/.gitignore @@ -0,0 +1,4 @@ +test_axis_utils_r4 +test_axis_utils_r8 +test_axis_utils.nc +input.nml diff --git a/test_fms/column_diagnostics/.gitignore b/test_fms/column_diagnostics/.gitignore new file mode 100644 index 0000000000..e1df007e66 --- /dev/null +++ b/test_fms/column_diagnostics/.gitignore @@ -0,0 +1,5 @@ +test_column_diagnostics_r4 +test_column_diagnostics_r8 +input.nml +fort.45 +pemberley_mod_point*.out.0000 diff --git a/test_fms/coupler/.gitignore b/test_fms/coupler/.gitignore new file mode 100644 index 0000000000..a122223832 --- /dev/null +++ b/test_fms/coupler/.gitignore @@ -0,0 +1,15 @@ +test_atmos_ocean_fluxes_r4 +test_atmos_ocean_fluxes_r8 +test_coupler_2d_r4 +test_coupler_2d_r8 +test_coupler_3d_r4 +test_coupler_3d_r8 +test_coupler_types_r4 +test_coupler_types_r8 +coupler_types_bc1.nc +coupler_types_bc2.nc +data_table +diag_table +diag_table.yaml +input.nml +INPUT/* diff --git a/test_fms/data_override/.gitignore b/test_fms/data_override/.gitignore new file mode 100644 index 0000000000..95b139d575 --- /dev/null +++ b/test_fms/data_override/.gitignore @@ -0,0 +1,11 @@ +test_data_override_ongrid_r4 +test_data_override_ongrid_r8 +test_data_override_r4 +test_data_override_r8 +test_get_grid_v1_r4 +test_get_grid_v1_r8 +test_data_override_init +test_data_override2_mono-files/* +test_data_override2_ongrid-files/* +test_data_override2_scalar-files/* +test_data_override_init-files/* diff --git a/test_fms/diag_integral/.gitignore b/test_fms/diag_integral/.gitignore new file mode 100644 index 0000000000..d0b5dc1a81 --- /dev/null +++ b/test_fms/diag_integral/.gitignore @@ -0,0 +1,2 @@ +test_diag_integral_r4 +test_diag_integral_r8 diff --git a/test_fms/diag_manager/.gitignore b/test_fms/diag_manager/.gitignore new file mode 100644 index 0000000000..e4ca985e86 --- /dev/null +++ b/test_fms/diag_manager/.gitignore @@ -0,0 +1,27 @@ +check_subregional +check_time_avg +check_time_diurnal +check_time_max +check_time_min +check_time_none +check_time_pow +check_time_rms +check_time_sum +check_var_masks +test_cell_measures +test_diag_buffer +test_diag_diurnal +test_diag_manager +test_diag_manager2-files/* +test_diag_manager_time +test_diag_ocean +test_diag_out_yaml +test_diag_update_buffer +test_diag_yaml +test_dm_weights +test_flexible_time +test_modern_diag +test_multiple_send_data +test_output_every_freq +test_reduction_methods +test_var_masks diff --git a/test_fms/drifters/.gitignore b/test_fms/drifters/.gitignore new file mode 100644 index 0000000000..d8c99869ea --- /dev/null +++ b/test_fms/drifters/.gitignore @@ -0,0 +1,8 @@ +test_cloud_interpolator +test_drifters +test_drifters_comm +test_drifters_core +test_drifters_input +test_drifters_io +test_quicksort +input.nml diff --git a/test_fms/exchange/.gitignore b/test_fms/exchange/.gitignore new file mode 100644 index 0000000000..b8e0899810 --- /dev/null +++ b/test_fms/exchange/.gitignore @@ -0,0 +1,2 @@ +test_xgrid +input.nml diff --git a/test_fms/field_manager/.gitignore b/test_fms/field_manager/.gitignore new file mode 100644 index 0000000000..49adc7cb2a --- /dev/null +++ b/test_fms/field_manager/.gitignore @@ -0,0 +1,5 @@ +test_field_manager_r4 +test_field_manager_r8 +test_field_table_read +input.nml +field_table.yaml diff --git a/test_fms/fms/.gitignore b/test_fms/fms/.gitignore new file mode 100644 index 0000000000..a8232b99fb --- /dev/null +++ b/test_fms/fms/.gitignore @@ -0,0 +1,2 @@ +test_fms +input.nml diff --git a/test_fms/fms2_io/.gitignore b/test_fms/fms2_io/.gitignore new file mode 100644 index 0000000000..b0dfdfe52d --- /dev/null +++ b/test_fms/fms2_io/.gitignore @@ -0,0 +1,22 @@ +test_atmosphere_io +test_atmosphere_io-files/* +test_bc_restart +test_bc_restart-files/* +test_chunksizes +test_compressed_writes +test_domain_io +test_file_appendix +test_fms2_io +test_fms2_io-files/* +test_get_is_valid +test_get_mosaic_tile_grid +test_global_att +test_global_att-files/* +test_io_simple +test_io_simple-files/* +test_io_with_mask +test_io_with_mask-files/* +test_packed_reads +test_read_ascii_file +test_read_ascii_file-files/* +test_unlimit_compressed diff --git a/test_fms/horiz_interp/.gitignore b/test_fms/horiz_interp/.gitignore new file mode 100644 index 0000000000..58e7889ec8 --- /dev/null +++ b/test_fms/horiz_interp/.gitignore @@ -0,0 +1,4 @@ +test_horiz_interp_r4 +test_horiz_interp_r8 +input.nml +mpp_clock.out.* diff --git a/test_fms/interpolator/.gitignore b/test_fms/interpolator/.gitignore new file mode 100644 index 0000000000..bba9857f1f --- /dev/null +++ b/test_fms/interpolator/.gitignore @@ -0,0 +1,5 @@ +test_interpolator +test_interpolator2_r4 +test_interpolator2_r8 +input.nml +diag_table diff --git a/test_fms/monin_obukhov/.gitignore b/test_fms/monin_obukhov/.gitignore new file mode 100644 index 0000000000..d667eb577c --- /dev/null +++ b/test_fms/monin_obukhov/.gitignore @@ -0,0 +1,2 @@ +test_monin_obukhov_r4 +test_monin_obukhov_r8 diff --git a/test_fms/mosaic2/.gitignore b/test_fms/mosaic2/.gitignore new file mode 100644 index 0000000000..5f1c5c0852 --- /dev/null +++ b/test_fms/mosaic2/.gitignore @@ -0,0 +1,5 @@ +test_grid2_r4 +test_grid2_r8 +test_mosaic2_r4 +test_mosaic2_r8 +input.nml diff --git a/test_fms/mpp/.gitignore b/test_fms/mpp/.gitignore new file mode 100644 index 0000000000..551ecb789a --- /dev/null +++ b/test_fms/mpp/.gitignore @@ -0,0 +1,50 @@ +test_clock_init +test_domains_simple +test_global_arrays +test_minmax +test_mpp +test_mpp_alltoall +test_mpp_broadcast +test_mpp_chksum +test_mpp_clock_begin_end_id +test_mpp_domains +test_mpp_domains2-files/* +test_mpp_gatscat +test_mpp_get_ascii_lines +test_mpp_get_ascii_lines2-files/* +test_mpp_global_field +test_mpp_global_field_ug +test_mpp_global_sum_ad +test_mpp_init_logfile +test_mpp_init_logfile-files/* +test_mpp_mem_dump +test_mpp_memuse +test_mpp_memutils_begin_2x +test_mpp_memutils_begin_end +test_mpp_memutils_end_before_begin +test_mpp_nesting +test_mpp_nesting-files/* +test_mpp_npes +test_mpp_pe +test_mpp_print_memuse_stats_file +test_mpp_print_memuse_stats_stderr +test_mpp_root_pe +test_mpp_sendrecv +test_mpp_sum +test_mpp_transmit +test_mpp_update_domains +test_mpp_update_domains_ad +test_peset +test_read_ascii_file +test_read_ascii_file-files/* +test_read_input_nml +test_read_input_nml2-files/* +test_redistribute_int +test_stderr +test_stdin +test_stdout +test_super_grid +test_system_clock +test_update_domains_performance +clock.nml +input.nml diff --git a/test_fms/mpp_io/.gitignore b/test_fms/mpp_io/.gitignore new file mode 100644 index 0000000000..4efc587ee1 --- /dev/null +++ b/test_fms/mpp_io/.gitignore @@ -0,0 +1,6 @@ +test_io_R4_R8 +test_io_R4_R8-files/* +test_io_mosaic_R4_R8 +test_io_mosaic_R4_R8-files/* +test_mpp_io +test_mpp_io2-files/* diff --git a/test_fms/parser/.gitignore b/test_fms/parser/.gitignore new file mode 100644 index 0000000000..86552cf71f --- /dev/null +++ b/test_fms/parser/.gitignore @@ -0,0 +1,10 @@ +test_output_yaml +test_yaml_parser +check_crashes +data_table.yaml +diag_table.yaml +input.nml +lvl2keys_ref.yaml +parser_demo +parser_demo2 +reference_output.yaml diff --git a/test_fms/random_numbers/.gitignore b/test_fms/random_numbers/.gitignore new file mode 100644 index 0000000000..6992b76820 --- /dev/null +++ b/test_fms/random_numbers/.gitignore @@ -0,0 +1,3 @@ +test_random_numbers_r4 +test_random_numbers_r8 +input.nml diff --git a/test_fms/sat_vapor_pres/.gitignore b/test_fms/sat_vapor_pres/.gitignore new file mode 100644 index 0000000000..ceb4673cd7 --- /dev/null +++ b/test_fms/sat_vapor_pres/.gitignore @@ -0,0 +1,4 @@ +test_sat_vapor_pres_r4 +test_sat_vapor_pres_r8 +test_sat_vapor_pres.nml +input.nml diff --git a/test_fms/string_utils/.gitignore b/test_fms/string_utils/.gitignore new file mode 100644 index 0000000000..1fa4b5d285 --- /dev/null +++ b/test_fms/string_utils/.gitignore @@ -0,0 +1,2 @@ +test_string_utils +input.nml diff --git a/test_fms/time_interp/.gitignore b/test_fms/time_interp/.gitignore new file mode 100644 index 0000000000..8a07b42d2e --- /dev/null +++ b/test_fms/time_interp/.gitignore @@ -0,0 +1,6 @@ +test_time_interp_external_r4 +test_time_interp_external_r8 +test_time_interp_r4 +test_time_interp_r8 +INPUT/* +input.nml diff --git a/test_fms/time_manager/.gitignore b/test_fms/time_manager/.gitignore new file mode 100644 index 0000000000..76598e85c5 --- /dev/null +++ b/test_fms/time_manager/.gitignore @@ -0,0 +1,3 @@ +test_time_manager +input.nml +input_base.nml diff --git a/test_fms/topography/.gitignore b/test_fms/topography/.gitignore new file mode 100644 index 0000000000..0dc5d5ec93 --- /dev/null +++ b/test_fms/topography/.gitignore @@ -0,0 +1,3 @@ +test_topography_r4 +test_topography_r8 +input.nml diff --git a/test_fms/tracer_manager/.gitignore b/test_fms/tracer_manager/.gitignore new file mode 100644 index 0000000000..b6d5f819e6 --- /dev/null +++ b/test_fms/tracer_manager/.gitignore @@ -0,0 +1,4 @@ +test_tracer_manager_r4 +test_tracer_manager_r8 +field_table +input.nml diff --git a/test_fms/tridiagonal/.gitignore b/test_fms/tridiagonal/.gitignore new file mode 100644 index 0000000000..b00f0a34d4 --- /dev/null +++ b/test_fms/tridiagonal/.gitignore @@ -0,0 +1,3 @@ +test_tridiagonal_r4 +test_tridiagonal_r8 +input.nml