Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

No modification after editint by read_wrf_nc

lixi202404

New member
Deal all,
I want to chane the variable TSK. I used the original read_wrf_nc.f which set all TSK to 100 as :

if ( var == 'TSK') then ! will turn all TSK values to 100.00
data_real = 100.00

It was shown as followng.
________________________________________
./read_wrf_nc a1.nc -EditData TSK
INPUT FILE IS: a1.nc

Attempting to open netCDF file with write access

CAUTION variable TSK is about to change. Continue? (yes/no)
yes

Changing variable: TSK for time 2017-08-24_05:00:00
--- End of input file ---
____________________________________________
Then I put the TSK values of a1.nc to output file e1. It shows that no modification for TSK. What is wrong with this process?

Thanks.
 

Attachments

  • read_wrf_nc.f
    64.6 KB · Views: 0
  • e1.txt
    693.5 KB · Views: 0
Top