Skip to content

Commit

Permalink
Update datm_datamode_jra55do_mod.F90
Browse files Browse the repository at this point in the history
Module and subroutine names are changed to jra55do
  • Loading branch information
ezhilsabareesh8 authored Jul 12, 2023
1 parent f1d4f19 commit c1ca441
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CDEPS/extra_sources/datm_datamode_jra55do_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ module datm_datamode_jra55do_mod
implicit none
private ! except

public :: datm_datamode_jra_advertise
public :: datm_datamode_jra_init_pointers
public :: datm_datamode_jra_advance
public :: datm_datamode_jra_restart_write
public :: datm_datamode_jra_restart_read
public :: datm_datamode_jra55do_advertise
public :: datm_datamode_jra55do_init_pointers
public :: datm_datamode_jra55do_advance
public :: datm_datamode_jra55do_restart_write
public :: datm_datamode_jra55do_restart_read

! export state pointers
real(r8), pointer :: Sa_z(:) => null()
Expand Down

0 comments on commit c1ca441

Please sign in to comment.