Changeset 2074


Ignore:
Timestamp:
Jan 18, 2019, 10:56:06 PM (6 years ago)
Author:
aslmd
Message:

correction in MESOSCALE generic update_inputs_physiq_mod, .eqv. should be used for booleans not .eq.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/dynphy_wrf_generic_lmd_new/update_inputs_physiq_mod.F

    r2068 r2074  
    2828 
    2929  IF (JULYR .ne. 9999) THEN
    30     if (tlocked .eq. .false.) THEN
     30    if (tlocked .eqv. .false.) THEN
    3131      JH_cur_split = (GMT + elaps/3600.) !! universal time (0<JH_cur_split<1): JH_cur_split=0.5 at 12:00 UT
    3232      JH_cur_split = MODULO(JH_cur_split,24.)   !! the two arguments of MODULO must be of the same type
     
    4646    ENDIF
    4747  ELSE
    48     if (tlocked .eq. .false.) THEN
     48    if (tlocked .eqv. .false.) THEN
    4949      JH_cur_split = lct_input - lon_input / 15. + elaps/1500.0
    5050      JD_cur =  INT((sec*(lct_input - lon_input / 15.) + elaps)/36000)
Note: See TracChangeset for help on using the changeset viewer.