Chongyuan Wu
New member
Hi All,
I have an auxinput16 file called "wrfbiomass_d01" which contains some variables and all variables dimension is time(1)*one(1)*south_north(77)*west_east(66). WRF can read it successfully.
Now i want to change its dimension to time(24)*one(1)*south_north(77)*west_east(66) and assign a variable to a four-dimensional variable of WRF at 00, 01, 02, 03, 04, 05,..., 22 and 23 every day during the simulation.
eg. assign to "eghg_bio (REAL, DIMENSION( ims:ime, 1, jms:jme, num_eghg_bio ), INTENT(INOUT) :: eghg_bio" in chem/module_ghg_fluxes.F
I doubted this may be related to the time cycle of WRF, because I did not find any time cycle in this module.
Could anyone tell me which part to modify?
I appreciate any help.
I have an auxinput16 file called "wrfbiomass_d01" which contains some variables and all variables dimension is time(1)*one(1)*south_north(77)*west_east(66). WRF can read it successfully.
Now i want to change its dimension to time(24)*one(1)*south_north(77)*west_east(66) and assign a variable to a four-dimensional variable of WRF at 00, 01, 02, 03, 04, 05,..., 22 and 23 every day during the simulation.
eg. assign to "eghg_bio (REAL, DIMENSION( ims:ime, 1, jms:jme, num_eghg_bio ), INTENT(INOUT) :: eghg_bio" in chem/module_ghg_fluxes.F
I doubted this may be related to the time cycle of WRF, because I did not find any time cycle in this module.
Could anyone tell me which part to modify?
I appreciate any help.