Hello Forum people!
I'm trying to use ncdiff to verify if change that I successfully implemented in my user_nl_cam and ran was actually realized.
I'm thinking I should use some formant like this where variable_name is the variable I edited, file1.nc is the last history file before implementing the change, file2.nc is the first history file after implementing the change, and diff.nc is the outputted difference:
ncdiff -v variable_name file1.nc file2.nc diff.nc
My question then is, what variable name should I use? This has been a bit of a tricky thing for me to figure out because the emission variable names are not all one word or joined by underscores. Rather I can see in my cam.input_data_list that my change to my model points like this:
srf_emis_specifier for num_a2 = .......
I tried to put the variable_name to srf_emis_specifier for num_a2 as seen above and was getting an error about too many arguments being present (i'm guessing because the variable name is not conjoined)
Any ideas of how to go forward would be appreciated!
I'm trying to use ncdiff to verify if change that I successfully implemented in my user_nl_cam and ran was actually realized.
I'm thinking I should use some formant like this where variable_name is the variable I edited, file1.nc is the last history file before implementing the change, file2.nc is the first history file after implementing the change, and diff.nc is the outputted difference:
ncdiff -v variable_name file1.nc file2.nc diff.nc
My question then is, what variable name should I use? This has been a bit of a tricky thing for me to figure out because the emission variable names are not all one word or joined by underscores. Rather I can see in my cam.input_data_list that my change to my model points like this:
srf_emis_specifier for num_a2 = .......
I tried to put the variable_name to srf_emis_specifier for num_a2 as seen above and was getting an error about too many arguments being present (i'm guessing because the variable name is not conjoined)
Any ideas of how to go forward would be appreciated!