📄 enkf_judge.f90
字号:
subroutine enkf_judge( )! --------------------------------------------------------------------! | this procedure is used for judging whether or not the remote |! | sensing data does exist. if yes, enkf_analysis is excuted ;if not |! | skip over enkf_analysis(), and run enkf_add_noise() |! | |! | source file: enkf_judge.f90 |! | author : QinJun, 6/5/2004 |! --------------------------------------------------------------------! ====================================================================! note:the present code in this subroutine is temporarily! used for single point running! ! ==================================================================== use enkfobs_module use enkfpar_module use clmpar_module implicit none read(lun_obs,*) sat_obs end subroutine enkf_judge
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -