Hello Community,
Git code permalink: https://github.com/wrf-model/WRF/bl...f1990e45a0aef8/phys/module_sf_bep_bem.F#L1712
I'd like to add my customized subroutine here.
How can I get related information?
I was able to get some related information. But I still don't know:
1. How to differentiate between coare and fine domain callings?
2. How to get the actual location (especially longitude)?
Git code permalink: https://github.com/wrf-model/WRF/bl...f1990e45a0aef8/phys/module_sf_bep_bem.F#L1712
I'd like to add my customized subroutine here.
How can I get related information?
Code:
subroutine my(if_finest_domain,latitude, longitude, current_time)
! if_finest_domain is the boolean of finest domain, true or false
! latitude
! longitude
! current_time is the current simulateing time, such as 2002-10-01-00:06:12
I was able to get some related information. But I still don't know:
1. How to differentiate between coare and fine domain callings?
2. How to get the actual location (especially longitude)?
Bash:
Timing for main: time 2023-05-01_00:06:00 on domain 4: 0.01925 elapsed seconds
Timing for main: time 2023-05-01_00:06:00 on domain 3: 0.15448 elapsed seconds
Timing for main: time 2023-05-01_00:06:00 on domain 2: 0.59661 elapsed seconds
Timing for main: time 2023-05-01_00:06:00 on domain 1: 1.94261 elapsed seconds
calling spawn_children() counts: 1373 curix 14 curiy 6 curibui 1 curitime 3
calling spawn_children() counts: 1374 curix 14 curiy 6 curibui 2 curitime 3
calling spawn_children() counts: 1375 curix 17 curiy 1 curibui 1 curitime 7
calling spawn_children() counts: 1376 curix 17 curiy 1 curibui 2 curitime 7
calling spawn_children() counts: 1377 curix 17 curiy 3 curibui 1 curitime 7
calling spawn_children() counts: 1378 curix 17 curiy 3 curibui 2 curitime 7
calling spawn_children() counts: 1379 curix 21 curiy 1 curibui 1 curitime 7
calling spawn_children() counts: 1380 curix 21 curiy 1 curibui 2 curitime 7
calling spawn_children() counts: 1381 curix 13 curiy 13 curibui 1 curitime 19
calling spawn_children() counts: 1382 curix 13 curiy 13 curibui 2 curitime 19
calling spawn_children() counts: 1383 curix 5 curiy 6 curibui 1 curitime 55
calling spawn_children() counts: 1384 curix 6 curiy 6 curibui 1 curitime 55
calling spawn_children() counts: 1385 curix 6 curiy 6 curibui 2 curitime 55
calling spawn_children() counts: 1386 curix 6 curiy 7 curibui 1 curitime 55
calling spawn_children() counts: 1387 curix 8 curiy 7 curibui 1 curitime 55
calling spawn_children() counts: 1388 curix 9 curiy 5 curibui 1 curitime 55
calling spawn_children() counts: 1389 curix 9 curiy 5 curibui 2 curitime 55
calling spawn_children() counts: 1390 curix 9 curiy 6 curibui 1 curitime 55
calling spawn_children() counts: 1391 curix 9 curiy 6 curibui 2 curitime 55
calling spawn_children() counts: 1392 curix 9 curiy 7 curibui 1 curitime 55
calling spawn_children() counts: 1393 curix 9 curiy 7 curibui 2 curitime 55
calling spawn_children() counts: 1394 curix 9 curiy 8 curibui 1 curitime 55
calling spawn_children() counts: 1395 curix 9 curiy 8 curibui 2 curitime 55
calling spawn_children() counts: 1396 curix 10 curiy 5 curibui 1 curitime 55
calling spawn_children() counts: 1397 curix 10 curiy 5 curibui 2 curitime 55
calling spawn_children() counts: 1398 curix 10 curiy 6 curibui 1 curitime 55
calling spawn_children() counts: 1399 curix 10 curiy 6 curibui 2 curitime 55
calling spawn_children() counts: 1400 curix 10 curiy 7 curibui 1 curitime 55
calling spawn_children() counts: 1401 curix 10 curiy 8 curibui 1 curitime 55
calling spawn_children() counts: 1402 curix 10 curiy 8 curibui 2 curitime 55
calling spawn_children() counts: 1403 curix 11 curiy 6 curibui 1 curitime 55
calling spawn_children() counts: 1404 curix 11 curiy 8 curibui 1 curitime 55
calling spawn_children() counts: 1405 curix 11 curiy 8 curibui 2 curitime 55
calling spawn_children() counts: 1406 curix 12 curiy 8 curibui 1 curitime 55
Timing for main: time 2023-05-01_00:06:06 on domain 4: 0.01981 elapsed seconds
Last edited: