Skip to content

Commit

Permalink
Merge pull request #741 from PCMDI/736-remove-realm-default-value
Browse files Browse the repository at this point in the history
Remove default value for attribute 'realm'
  • Loading branch information
mauzey1 authored May 3, 2024
2 parents 92e3efd + eb74e72 commit 7714266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/cmor_tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ void cmor_init_table(cmor_table_t * table, int id)
table->cmor_version = 3.0;
table->mip_era[0] = '\0';
table->szTable_id[0] = '\0';
strcpy(table->realm, "REALM");
table->realm[0] = '\0';
table->date[0] = '\0';
table->missing_value = 1.0e+20;
table->int_missing_value = 2147483647;
Expand Down

0 comments on commit 7714266

Please sign in to comment.